chore(ci): Remove chromium as it became obsolete

This commit is contained in:
roschaefer 2020-01-16 19:53:01 +01:00
parent c5a6919833
commit e4cb7eb52a
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ addons:
- libgconf-2-4
snaps:
- docker
- chromium
install:
- yarn global add wait-on

View File

@ -15,7 +15,7 @@
"cypress:webapp": "cd webapp && yarn run dev",
"cypress:setup": "run-p cypress:backend cypress:webapp",
"cypress:run": "cross-env cypress run",
"cypress:open": "cross-env cypress open --browser chromium",
"cypress:open": "cross-env cypress open",
"cucumber:setup": "cd backend && yarn run dev",
"cucumber": "wait-on tcp:4000 && cucumber-js --require-module @babel/register --exit",
"version": "auto-changelog -p"