WIP: Move test to cypress.io
This is mostly just a PoC to see if our CI infrastructure is able to run cypress.io tests. Changing language currently triggers a "500 Parse Error" in cypress, which needs to be fixed in Cockpit.
This commit is contained in:
parent
5d73df67ee
commit
caf96475e2
7 changed files with 134 additions and 65 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,12 +4,11 @@
|
|||
*.rpm
|
||||
node_modules/
|
||||
dist/
|
||||
cypress/support
|
||||
/*.spec
|
||||
/.vagrant
|
||||
package-lock.json
|
||||
Test*FAIL*
|
||||
bots/
|
||||
test/common/
|
||||
test/images/
|
||||
*.pot
|
||||
POTFILES*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue