Skip to content

Commit 05e5871

Browse files
committed
chore: remove confusing cy:run script
1 parent 855169e commit 05e5871

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: cypress-io/[email protected]
5151
with:
5252
command: |
53-
pnpm cy:run
53+
pnpm tui run
5454
5555
- uses: actions/[email protected]
5656
# add the line below to store screenshots only on failures

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"type": "module",
77
"scripts": {
88
"build": "pnpm --recursive build",
9-
"cy:run": "pnpm tui run",
109
"dev": "pnpm --filter integration-tests dev",
1110
"eslint": "eslint --max-warnings=0 .",
1211
"preinstall": "npx only-allow pnpm",

packages/integration-tests/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"cy:run": "pnpm i && concurrently --prefix-colors blue,yellow --names server,cypress 'pnpm exec tui start' 'wait-on --timeout 60000 http-get://127.0.0.1:3000/ping && pnpm exec cypress run --config baseUrl=http://127.0.0.1:3000 --quiet' --kill-others --success command-cypress",
87
"dev": "pnpm tui neovim prepare && concurrently --prefix-colors blue,yellow --names 'server,cypress' 'pnpm --filter library dev' 'pnpm cypress open --e2e --browser=electron > /dev/null 2>&1' --kill-others"
98
},
109
"dependencies": {

0 commit comments

Comments
 (0)