Publish E2E application logs (#13128)
* Publish E2E application logs * Stop app after running E2E tests * Update GenerateAppsettingsSchema task * Enable console logging in Release mode * Cleanup variables and enable logging in Linux docker * Remove --yes from npx commands * Set custom Umbraco settings (disable keep-alive, health checks, etc.) * Update Docker image tags/versions * Change PowerShell@2 task to pwsh and write results to artifact staging directory * Ignore Playwright .env file
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -90,10 +90,7 @@ preserve.belle
|
||||
/src/Umbraco.Web.UI/appsettings.Local.json
|
||||
|
||||
# Tests
|
||||
cypress.env.json
|
||||
/tests/Umbraco.Tests.AcceptanceTest/cypress/screenshots/
|
||||
/tests/Umbraco.Tests.AcceptanceTest/cypress/support/chainable.ts
|
||||
/tests/Umbraco.Tests.AcceptanceTest/cypress/videos/
|
||||
/tests/Umbraco.Tests.AcceptanceTest/.env
|
||||
/tests/Umbraco.Tests.Integration.SqlCe/DatabaseContextTests.sdf
|
||||
/tests/Umbraco.Tests.Integration.SqlCe/[Uu]mbraco/[Dd]ata/TEMP/
|
||||
/tests/Umbraco.Tests.Integration/appsettings.Tests.Local.json
|
||||
|
||||
Reference in New Issue
Block a user