Added acceptance tests for testing the API for the Users section. (#14445)

* Added auth to gitignore

* Added a setup for logging in which allows us to save the token for the user

* Added simple acceptance test for testing our api for the DataTypes

* Added simple acceptance tests for testing the API for the PartialView section

* Added simple acceptance tests for testing the API for the Script section

* Added acceptance tests for testing the API for the Stylesheet section.

* Added acceptance tests for testing the API for the User section

* Bumped the version of our testhelpers!
This commit is contained in:
Andreas Zerbst
2023-06-26 10:13:36 +02:00
committed by GitHub
parent 87a66c064f
commit b0b29f05af
4 changed files with 143 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
},
"dependencies": {
"@umbraco/json-models-builders": "^1.0.5",
"@umbraco/playwright-testhelpers": "2.0.0-beta",
"@umbraco/playwright-testhelpers": "2.0.0-beta.1",
"camelize": "^1.0.0",
"dotenv": "^16.3.1",
"faker": "^4.1.0",