* Moved to centralized nuget packages * Handle JsonSchema * Change PackageReference to PackageVersion * Opt out of central package management for mangement api (at least for versions less than 14) and the UI project * ManagePackageVersionsCentrally = false * Change folder acceptance tests are build, to avoid reading the test Directory.Packages.props * Change folder acceptance tests are build, to avoid reading the test Directory.Packages.props * change working directory * workingDirectory * Force the template to use local nuget packages * Force the template to use local nuget packages * clean up * added wait on * added wait on
32 lines
796 B
JSON
32 lines
796 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",
|
|
"typescript": "^4.8.3",
|
|
"tslib": "^2.4.0",
|
|
"del": "^6.0.0",
|
|
"ncp": "^2.0.0",
|
|
"prompt": "^1.2.0",
|
|
"wait-on": "^6.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@umbraco/json-models-builders": "^1.0.6",
|
|
"@umbraco/playwright-testhelpers": "^1.0.25",
|
|
"camelize": "^1.0.0",
|
|
"faker": "^4.1.0",
|
|
"form-data": "^4.0.0",
|
|
"node-fetch": "^2.6.7",
|
|
"xhr2": "^0.2.1",
|
|
"dotenv": "^16.0.2"
|
|
}
|
|
}
|