Support for Playwright Test Runner reporting now in beta #3422
hassy
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We just rolled out beta support for Playwright Test Runner reporting in Artillery Cloud. This lets you record Playwright HTML reports to Artillery Cloud, view and share them, and monitor Playwright Test Runner tests in real time in the Artillery Cloud dashboard.
How do I try this?
playwright.config.ts
file:export ARTILLERY_CLOUD_API_KEY=a9_your_api_key
Then run your Playwright tests as normal, e.g. with:
npx playwright test
When the test starts the reporter will print the URL of the test run to the console. The URL will look like this:
You can track the progress of the test run in real time in Artillery Cloud via that URL.
Once the test run completes, full report will be available, including any traces recording during the test run.
How much does this cost?
This feature is available to all users of Artillery Cloud, including those on the free Developer plan. You can record up to 100 test suite runs every month for free. Detailed pricing information is available on https://app.artillery.io/settings/billing
Beta disclaimer
Artillery Cloud Playwright reporter is currently in beta, so there are going to be bugs and rough edges. If you run into any issues, please let us know.
Beta Was this translation helpful? Give feedback.
All reactions