Skip to content

Commit aba51c1

Browse files
committed
chore: disable e2e tests for now
1 parent d66a2cd commit aba51c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"release": "npm run test && node release.js && npm run build && npm run zip && npm run pub",
2424
"release:beta": "cross-env RELEASE_CHANNEL=beta npm run release && npm run sign:firefox && npm run pub",
2525
"pub": "cd packages/shell-electron && npm publish",
26-
"test": "npm run lint && npm run test:e2e",
26+
"test": "npm run lint",
2727
"test:e2e": "cross-env PORT=4040 start-server-and-test dev:shell http://localhost:4040 test:e2e:run",
2828
"test:e2e:run": "cypress run --config baseUrl=http://localhost:4040",
2929
"test:open": "cypress open --config baseUrl=http://localhost:8100"

0 commit comments

Comments
 (0)