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
View File
@@ -854,7 +854,6 @@ def playwright_e2e_tests_step():
},
"name": "playwright-plugin-e2e",
"image": images["playwright"],
"failure": "ignore",
"depends_on": [
"grafana-server",
],