Playwright Component Testing
Using Currents with Playwright Component testing
Run Playwright Component testing and report the results to Currents
Please refer to the example integration of Playwright Component testing with Currents:
The project contains two simple component tests:
src/App.spec.jsx
- a passing testsrc/AppFailing.spec.jsx
- an intentionally failing test
The results will be sent to Currents for more effective troubleshooting, screenshots, playwright traces and collecting performance metrics:

Last updated