Commit c5bc24d
committed
ci(playwright): Add Playwright E2E tests to CI workflow
This sets up the playwright tests the same way the existing integration tests are setup today to prove they can work well in CI.
Integrates the Playwright E2E test suite into the `code-qa.yml` CI workflow.
This new job, `playwright-e2e-test`, runs only if an `OPENROUTER_API_KEY`
secret is available, ensuring that the tests are executed in environments
where the necessary API key is provided.1 parent 11af86d commit c5bc24d
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
93 | 112 | | |
94 | 113 | | |
95 | | - | |
| 114 | + | |
96 | 115 | | |
97 | 116 | | |
98 | 117 | | |
| |||
0 commit comments