GitHub

Integrating GitHub with Currents dashboard for running Playwright tests

Currents integration with GitHub allows using Playwright or cypress tests results with your GitHub workflows, as well as getting faster feedback and insights about your cypress tests directly within Pull Requests.

Currents integration with GitHub allows

  • Posting results as commit status checks - to prevent merging commits with failed / timed-out runs

  • Posting Pull Request comments - to share your cypress test outcomes

There are two versions of GitHub integration available - see the details below.

Please note: we recommend using GitHub App based implementation due to its setup simplicity

GitHub App integration

  • ✅ PR comments support

  • ✅ Commit Status checks

  • ✅ Improved security with no explicit sharing of access tokens

  • ✅ Convenient UI

  • ❌ GitHub Enterprise

GitHub OAuth integration (OAuth token based)

  • ✅ Commit Status checks

  • ✅ Github Enterprise

  • 🔐 Requires user-specific OAuth access token

  • ❌ Does not support PR Comments

Last updated