Add E2E browser test for Cockpit plugin using Playwright with CI integration #25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Backport merged pull request | |
| on: | |
| pull_request: | |
| types: [closed] | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| call-reusable-flow: | |
| uses: camunda/automation-platform-github-actions/.github/workflows/backport.yml@main | |
| secrets: inherit |