V14 QA Added Log Viewer Tests (#15108)

* Added log viewer tests, not done yet

* Updated auth to work

* Updated the authentication test

* Cleaned up the Logviewer tests

* Removed old acceptance tests

* Fixed failing test

* Updated old tests and added additional log viewer tests

* Bumped version and deleted duplicate dependencies

* Fixed naming

* Added a TODO
This commit is contained in:
Andreas Zerbst
2023-11-06 11:33:25 +01:00
committed by GitHub
parent 3f4bb50a98
commit 66ea4fe29a
11 changed files with 234 additions and 943 deletions

View File

@@ -11,8 +11,6 @@
},
"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",
@@ -22,7 +20,7 @@
},
"dependencies": {
"@umbraco/json-models-builders": "^1.0.6",
"@umbraco/playwright-testhelpers": "2.0.0-beta.2",
"@umbraco/playwright-testhelpers": "2.0.0-beta.4",
"camelize": "^1.0.0",
"dotenv": "^16.3.1",
"faker": "^4.1.0",