Run the Cypress component tests on CI (#4307)
This commit is contained in:
parent
db06a0efd8
commit
5600b5fb1c
2 changed files with 4 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
|||
command: build
|
||||
- workspace: admin-ui
|
||||
command: cy:check-types
|
||||
- workspace: admin-ui
|
||||
command: cy:run-component
|
||||
# Account UI
|
||||
- workspace: account-ui
|
||||
command: lint
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"test": "wireit",
|
||||
"cy:open": "cypress open --e2e --browser chrome",
|
||||
"cy:run": "cypress run --browser chrome",
|
||||
"cy:run-component": "cypress run --browser chrome --component",
|
||||
"cy:check-types": "wireit",
|
||||
"cy:ldap-server": "ldap-server-mock --conf=./cypress/fixtures/ldap/server.json --database=./cypress/fixtures/ldap/users.json"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue