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.
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.