Welcome to the TestDino Examples directory. This collection shows how to integrate TestDino with Playwright across different CI/CD providers.
Each example shows how to:
- run Playwright tests in shards
- merge the results into
playwright-report/report.json - upload the merged report to TestDino
- Node.js and npm
- A TestDino account
- A
TESTDINO_TOKEN - Access to the CI/CD provider used by the example
Get your token from testdino.
Examples demonstrating Playwright integration with TestDino, including sharding, report merging, and CI setup.
| Example | Description |
|---|---|
| AWS CodeBuild | Run Playwright tests in AWS CodeBuild |
| Azure DevOps | Integration with Azure DevOps pipelines |
| CircleCI | Run Playwright tests in CircleCI |
| GitHub Actions | Run Playwright tests in GitHub Actions |
| GitLab CI | Run Playwright tests in GitLab CI/CD |
| Jenkins | Run Playwright tests in Jenkins |
- Pick the example for your CI/CD provider.
- Copy that folder into your repository root.
- Add
TESTDINO_TOKENin your CI/CD platform. - Follow the README inside that example folder.
Documentation: docs.testdino.com
Email: support@testdino.com