-
Notifications
You must be signed in to change notification settings - Fork 242
Open
Labels
Area: browserThe browser moduleThe browser module
Description
What
We need a migration doc where we can guide users new to k6 on how to migrate their existing Playwright scripts to k6.
Why
At the moment users are left on their own to work through this problem, and if they have many scripts that need to be migrated they may not even attempt the process after completing/failing on migrating one script to k6. We want to help mitigate this risk.
How
We should detail things like:
- Structural differences in the two (default export function vs the Playwright test package);
- The differences in APIs (but also outline that we're adding more and point to the issues to show which APIs are coming soon);
- How to configure tests vs Playwright configuration;
- How to understand the output;
- Point to the doc outlining the rational behind k6 + PW APIs (Rephrase "Rough Compatibility with Playwright" k6#4887);
- Other areas that differ such as Chromium support only for now in k6.
Metadata
Metadata
Assignees
Labels
Area: browserThe browser moduleThe browser module