mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-27 08:31:20 +02:00
Default Cypress to use Electron
This commit is contained in:
parent
bc4fee49b7
commit
4756a6a26d
@ -12,8 +12,9 @@
|
||||
"fix": "eslint --ext .tsx,.ts . --quiet --fix --cache",
|
||||
"i18n-extract": "formatjs extract src/**/*.tsx src/**/*.ts --out-file i18n/tmp.json; formatjs compile i18n/tmp.json --out-file i18n/en.json; rm i18n/tmp.json",
|
||||
"runserver-test": "cd cypress && ../../bin/octoserver",
|
||||
"cypress:run": "cypress run --browser chrome",
|
||||
"cypress:ci": "start-server-and-test runserver-test http://localhost:8088 cypress:run",
|
||||
"cypress:run": "cypress run",
|
||||
"cypress:run:chrome": "cypress run --browser chrome",
|
||||
"cypress:run:firefox": "cypress run --browser firefox",
|
||||
"cypress:run:edge": "cypress run --browser edge",
|
||||
"cypress:run:electron": "cypress run --browser electron",
|
||||
|
Loading…
Reference in New Issue
Block a user