2020-05-13 15:18:40 +02:00
|
|
|
{
|
2021-10-19 08:28:39 +01:00
|
|
|
"name": "acceptancetest",
|
|
|
|
|
"private": true,
|
2020-05-13 15:18:40 +02:00
|
|
|
"scripts": {
|
2020-09-25 11:50:57 +02:00
|
|
|
"postinstall": "node postinstall.js",
|
|
|
|
|
"config": "node config.js",
|
2022-09-30 10:45:26 +01:00
|
|
|
"ui": "npx playwright test --headed DefaultConfig",
|
|
|
|
|
"test": "npx playwright test DefaultConfig",
|
|
|
|
|
"all": "npx playwright test",
|
2024-04-30 14:11:38 +07:00
|
|
|
"createTest": "node createTest.js",
|
|
|
|
|
"smokeTest": "npx playwright test DefaultConfig --grep \"@smoke\""
|
2020-05-13 15:18:40 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-04-29 07:07:15 +02:00
|
|
|
"@playwright/test": "^1.43",
|
2023-11-13 09:36:23 +01:00
|
|
|
"@types/node": "^20.9.0",
|
2021-03-23 09:30:30 +01:00
|
|
|
"del": "^6.0.0",
|
2020-05-13 15:18:40 +02:00
|
|
|
"ncp": "^2.0.0",
|
2022-10-14 11:10:29 +02:00
|
|
|
"prompt": "^1.2.0",
|
2023-06-23 08:56:30 +02:00
|
|
|
"tslib": "^2.4.0",
|
|
|
|
|
"typescript": "^4.8.3",
|
2023-12-06 11:02:50 +01:00
|
|
|
"wait-on": "^7.2.0"
|
2020-05-13 20:12:02 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-04-16 17:12:09 +07:00
|
|
|
"@umbraco/json-models-builders": "^2.0.5",
|
2024-04-29 07:07:15 +02:00
|
|
|
"@umbraco/playwright-testhelpers": "^2.0.0-beta.40",
|
2022-09-29 09:49:33 +01:00
|
|
|
"camelize": "^1.0.0",
|
2023-06-23 08:56:30 +02:00
|
|
|
"dotenv": "^16.3.1",
|
2022-09-29 09:49:33 +01:00
|
|
|
"faker": "^4.1.0",
|
|
|
|
|
"form-data": "^4.0.0",
|
|
|
|
|
"node-fetch": "^2.6.7",
|
2023-06-23 08:56:30 +02:00
|
|
|
"xhr2": "^0.2.1"
|
2020-05-13 15:18:40 +02:00
|
|
|
}
|
|
|
|
|
}
|