2021-11-23 15:42:52 +01:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
2022-02-18 14:40:20 +01:00
|
|
|
"@playwright/test": "^1.19.1",
|
|
|
|
"@types/dockerode": "^3.3.0",
|
|
|
|
"axios": "^0.24.0",
|
|
|
|
"dockerode": "^3.3.1"
|
2021-11-23 15:42:52 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-02-18 16:11:26 +01:00
|
|
|
"test": "playwright test",
|
2022-02-18 14:40:20 +01:00
|
|
|
"test-prod-like": "OVERRIDE_DOCKER_COMPOSE=docker-compose.e2e.yml npm run test"
|
2021-11-23 15:42:52 +01:00
|
|
|
}
|
|
|
|
}
|