Files
conductor-oss--conductor/.github/pull_request_template.md
Andrew Lai (AJ) 80e397a7fa Create workflow to run enterprise integration tests against OSS branc… (#1460)
* Create workflow to run enterprise integration tests against OSS branch changes on creation of pull request

* Add to documentation

* Use status context to get status of playwright tests

* Update OSS token

* Trigger CI pipeline
2026-08-05 14:56:09 -07:00

768 B

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • WHOSUSING.md
  • Other (please describe):

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR

Describe the new behavior from this PR, and why it's needed Issue #

Alternatives considered

Describe alternative implementation you have considered

Enterprise UI Playwright Tests

Every PR automatically triggers the enterprise UI Playwright E2E test suite. Tests run against conductor-ui main by default. To test against a different conductor-ui branch, add this line anywhere in the PR description:

conductor-ui-branch: my-feature-branch