# Conflicts: # Directory.Packages.props # build/azure-pipelines.yml # src/Umbraco.Cms.Api.Delivery/Handlers/InitializeMemberApplicationNotificationHandler.cs # src/Umbraco.Cms.StaticAssets/umbraco/UmbracoBackOffice/Default.cshtml # src/Umbraco.Cms.StaticAssets/umbraco/UmbracoLogin/Index.cshtml # src/Umbraco.Core/DependencyInjection/UmbracoBuilder.CollectionBuilders.cs # src/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlan.cs # src/Umbraco.Infrastructure/Models/Blocks/BlockListEditorDataConverter.cs # src/Umbraco.Infrastructure/PropertyEditors/BlockListPropertyEditorBase.cs # src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/BlockListPropertyValueConverter.cs # src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/BlockListPropertyValueCreator.cs # tests/Directory.Packages.props # tests/Umbraco.Tests.AcceptanceTest/package.json # tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/BlockListEditor/blockListEditorDataType.spec.ts # tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/HelpPanel/helpLinks.spec.ts # tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Login/login.spec.ts # tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/BlockListPropertyValueConverterTests.cs # version.json
33 lines
832 B
JSON
33 lines
832 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": "^1.0.6",
|
|
"@umbraco/playwright-testhelpers": "^2.0.0-beta.8",
|
|
"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"
|
|
}
|
|
}
|