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:
Martin Pitt 2018-10-28 10:32:30 +01:00
parent 5d73df67ee
commit caf96475e2
7 changed files with 134 additions and 65 deletions

4
cypress.json Normal file
View file

@ -0,0 +1,4 @@
{
"defaultCommandTimeout": 10000,
"video": false
}