* Fixed todo of content tests with image cropper * Fixed TODO in partial view tests * Fixed waits * Fixed TODO in Media type design tab tests * Fixed TODO tests for document type template tab * Fixed TODO tests for document type setting tab * Cleaned up * Fixed Todo tests for document type design tab * Removed skip tests * Added comment * Fixed flaky member group tests * Removed skip tests * Cleaned up * Fixed TODO tests for media * Fixed TODO tests for dictionary * Fixed TODO tests for Content info tab * Fixed TODO tests * Bumped version * Cleaned up * Updated tests due to UI changes * Fixed failing tests * Bumped version * Fixed failing tests for Content Picker, Block setting due to UI changes * Bumped version
30 lines
948 B
JSON
30 lines
948 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",
|
|
"testSqlite": "npx playwright test DefaultConfig --grep-invert \"Users\"",
|
|
"all": "npx playwright test",
|
|
"createTest": "node createTest.js",
|
|
"smokeTest": "npx playwright test DefaultConfig --grep \"@smoke\"",
|
|
"smokeTestSqlite": "npx playwright test DefaultConfig --grep \"@smoke\" --grep-invert \"Users\""
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.43",
|
|
"@types/node": "^20.9.0",
|
|
"prompt": "^1.2.0",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "^4.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@umbraco/json-models-builders": "^2.0.25",
|
|
"@umbraco/playwright-testhelpers": "^15.0.0-beta.6",
|
|
"camelize": "^1.0.0",
|
|
"dotenv": "^16.3.1",
|
|
"node-fetch": "^2.6.7"
|
|
}
|
|
}
|