| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This repo showcases Playwright integration with Currents. The example is based on https://github.com/MarcusFelling/demo.playwright, the basic test scenarios.
See the .gitlab-ci.yml file - it created a GitLab CI pipeline with 3 workers using 3 Playwright Shards.
Example command:
npx pwc --key $CURRENTS_RECORD_KEY --project-id $CURRENTS_PROJECT_ID --shard=$CI_NODE_INDEX/$CI_NODE_TOTALAdditional resources:
The results are being reported to Currents for more efficient troubleshooting, and monitoring test suite flakiness and performance.
Currents will collect the following information:
Take a look at the example merge request: https://gitlab.com/currents.dev/gitlab-playwright-currents/-/merge_requests/3
When GitLab integration is enabled, Currents will post a Merge Commit note with run results:
In addition, Currents will post an External Status check for every Playwright project configured. For example:
Video| Back | FazBrowse Home | New Git URL |