Initial cucumber-java-playwright BrowserStack sample#1
Open
Jimesh-browserstack wants to merge 5 commits intomainfrom
Open
Initial cucumber-java-playwright BrowserStack sample#1Jimesh-browserstack wants to merge 5 commits intomainfrom
Jimesh-browserstack wants to merge 5 commits intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Keeps the root-level CODEOWNERS file so merging to main does not remove it. .github/CODEOWNERS takes precedence for GitHub's ownership routing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Addresses CodeQL finding: workflow did not limit GITHUB_TOKEN permissions. - Top-level: contents: read - Job-level: checks: write (required by actions/github-script calls to github.rest.checks.create) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
siddr-bstack
previously approved these changes
Apr 24, 2026
avinash-bharti
previously approved these changes
Apr 24, 2026
Revert the CODEOWNERS move so this PR doesn't introduce a new ownership file on main. Root CODEOWNERS (@browserstack/automate-dev) remains unchanged — matching what main already enforces.
40cfb6f
Rohannagariya1
approved these changes
Apr 24, 2026
siddr-bstack
approved these changes
Apr 24, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the placeholder
mainbranch content with the full cucumber-java-playwright BrowserStack sample repo.pom.xml,browserstack.yml,LICENSE,.gitignoreRunCucumberTest+RunCucumberLocalTestwith stepdefs and.featurefiles for e2e and Local flowstestng.xml/testngLocal.xmlrunners.github/workflows/cucumber-workflow-run.yml(alongside the existing Semgrep workflow)Note on history
masterwas pushed as a root commit, so a--strategy=oursmerge oforigin/mainwas used to link histories. This preserves all ofmaster's tree while creating a common ancestor, which is why the PR diff shows the stub-to-full replacement cleanly.Test plan
cucumber-workflow-run.ymlruns on mergemasterthe default branch (or deletemasterand continue frommain)