build: Run automation tests in docker (#4715)

[skip ci]
This commit is contained in:
Jamie 2022-08-03 20:08:15 +01:00 committed by GitHub
commit aa532457f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 385 additions and 12 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "https://on.cypress.io/cypress.schema.json",
"supportFile": "cypress/support/index.ts",
"baseUrl": "http://localhost:3577",
"baseUrl": "http://localhost:5000",
"integrationFolder": "cypress/tests",
"testFiles": "**/*.spec.ts*",
"retries": {