update docs and remove references to testcafe

This commit is contained in:
Lukas Hass
2022-02-18 16:11:26 +01:00
parent 3d86204db6
commit ed0e49d16e
7 changed files with 51 additions and 61 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"dockerode": "^3.3.1"
},
"scripts": {
"test": "ADMIN_API_TOKEN=123 playwright test",
"test": "playwright test",
"test-prod-like": "OVERRIDE_DOCKER_COMPOSE=docker-compose.e2e.yml npm run test"
}
}