* Added tests with empty name for Partial View, Stylesheet, Script and Template * Added tests with non-empty folder for Partial View, Stylesheet, Script * Added tests to create a partial view in a folder in a folder * Moved goToSetting to Arrange * Fixed the failing tests and added the unhappy path tests * Fixed the failing tests due to UI changes * Fixed format * Bumped version of test helper * Run the tests for Settings in the pipeline * Fixed the Member failing tests * Fixed the Document Type Design Tab failing tests * Fixed the Media Type Design Tab failing tests * Fixed the Script failing tests * Bumped version of test helper * Bumped version of test helper
34 lines
906 B
JSON
34 lines
906 B
JSON
{
|
|
"name": "acceptancetest",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "node postinstall.js",
|
|
"config": "node config.js",
|
|
"ui": "npx playwright test --headed DefaultConfig",
|
|
"test": "npx playwright test DefaultConfig",
|
|
"all": "npx playwright test",
|
|
"createTest": "node createTest.js",
|
|
"smokeTest": "npx playwright test DefaultConfig --grep \"@smoke\""
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.43",
|
|
"@types/node": "^20.9.0",
|
|
"del": "^6.0.0",
|
|
"ncp": "^2.0.0",
|
|
"prompt": "^1.2.0",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "^4.8.3",
|
|
"wait-on": "^7.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@umbraco/json-models-builders": "^2.0.13",
|
|
"@umbraco/playwright-testhelpers": "^2.0.0-beta.70",
|
|
"camelize": "^1.0.0",
|
|
"dotenv": "^16.3.1",
|
|
"faker": "^4.1.0",
|
|
"form-data": "^4.0.0",
|
|
"node-fetch": "^2.6.7",
|
|
"xhr2": "^0.2.1"
|
|
}
|
|
}
|