For teams that work in Playwright, we offer several options for integrating Playwright tests with mabl:
mabl for Playwright
mabl for Playwright includes two NPM packages to help your team enhance your testing, improve collaboration, and achieve comprehensive coverage at scale: @mablhq/playwright-tools
and @mablhq/playwright-reporter
.
mabl Tools for Playwright
Embed advanced mabl capabilities directly into your Playwright tests to extend functionality and achieve more comprehensive test coverage. The @mablhq/playwright-tools
package supports the following functionality: email testing, PDF testing, GenAI Assertions, test credentials and MFA, and database queries. Learn more.
Playwright reporter
Managing automated testing across different platforms is challenging. Use the @mablhq/playwright-reporter
package to automatically send all test run results from your Playwright test suites to the mabl cloud, making it easier to get insights across both testing platforms. Learn more.
Import Playwright tests to mabl
To migrate existing Playwright tests to mabl, install the mabl CLI and run the mabl tests import playwright
command. See the article on migrating Playwright tests for step-by-step instructions and limitations.
Export mabl tests to Playwright
To export mabl tests to Playwright, install the mabl CLI and run mabl tests export --format playwright
. See the article on exporting mabl tests for more details.