replayio / playwright-tests

Playwright harness and tests used by replay CI
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Add QA Wolf tests to test manifest #93

Closed ryanjduffy closed 3 years ago

ryanjduffy commented 3 years ago

Issue

We'd like to run playwright tests created by QA Wolf along with our existing playwright tests during gecko runlive tests

Fixes https://github.com/RecordReplay/ops/issues/267

Resolution

Somewhat naive but simple approach to adding the QA Wolf tests into our runlive tests by adding them to the manifest and injecting the environment variables (which was already supported) for each.

Notes

We'll need to figure out how we want to generate the .env file. I tested locally by creating the file manually. We could do the same on each build machine but would be better to automate it in some way.

jasonLaster commented 3 years ago

Nice.