CI: Allow failed Playwright tests to fail entire build (#84244)

* bump plugin-e2e and fix failing test

* do not ignore failures

* generate trace on every test

* force test to fail for debugging purposes

* fix broken test

* regenerate drone file
This commit is contained in:
Erik Sundell
2024-03-12 13:48:32 +01:00
committed by GitHub
parent 7348d9cd47
commit 2a7785c262
6 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
"@emotion/eslint-plugin": "11.11.0",
"@grafana/eslint-config": "7.0.0",
"@grafana/eslint-plugin": "link:./packages/grafana-eslint-rules",
"@grafana/plugin-e2e": "0.18.0",
"@grafana/plugin-e2e": "^0.19.0",
"@grafana/tsconfig": "^1.3.0-rc1",
"@playwright/test": "^1.41.2",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",