* Added beforeEach() and remove .skip for the passed tests * Fixed failed tests and add the tests to cover query builder * Bumped version of test helper * Updated api tests for Partial View as the endpoints are changed * Fixed failed tests and remove .skip tests * Updated test helper version and api tests for Partial View as the name of method changes * Changed createButton() to createThreeDotsButton() * Bumped version * Bumped version of test helper * Fixed comments * Added more waits * Splited tests out * Changed verification method * Added debug * Removed console.log() and increased wait time * Changed expect from toEqual to toBeTruthy * Changed to use "" instead of '' * more changes * Updated the expectedPartialViewContent * Changes * Removed * Fixed test * Update PartialView.spec.ts * Removed .skip * Added code to detect os platform * Updated expectedPartialViewContent varibale * Added waits * Bumped version of test helper --------- Co-authored-by: Andreas Zerbst <andr317c@live.dk> Co-authored-by: Andreas Zerbst <73799582+andr317c@users.noreply.github.com>
33 lines
834 B
JSON
33 lines
834 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"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.38",
|
|
"@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.1 ",
|
|
"@umbraco/playwright-testhelpers": "^2.0.0-beta.20",
|
|
"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"
|
|
}
|
|
}
|