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 logic to conditionally record a test #110

Open jasonLaster opened 2 years ago

jasonLaster commented 2 years ago

One of the new KPIs we will be tracking in Q1 is recording performance. While there are a lot of factors that go into performance that are out of our control, we can still use our playwright test harness to build a benchmark that can help us begin to measure it.

jperl commented 2 years ago

The helpers file will get overwritten in the sync, to make it permanent you can change this https://github.com/RecordReplay/playwright-tests/blob/main/.github/workflows/qawolf/sync.js#L27-L48