fleet/cypress-basic.json
Martavis Parker 5d0c7e510e
New Cypress configs and commands (#1268)
* #1024 added configs and commands to run

* #1024 fixed github actions for e2e tests

* #1024 optimized test configs
2021-07-01 10:32:12 -07:00

6 lines
112 B
JSON

{
"baseUrl": "https://localhost:8642",
"fixturesFolder": false,
"testFiles": "{all,basic}/**/*.spec.ts"
}