We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f4eaa commit 6a31f81Copy full SHA for 6a31f81
.github/workflows/maven-comment-run.yml
@@ -4,8 +4,7 @@
4
name: TestNG SDK Test workflow for Maven on comment RUN_TESTS
5
6
on:
7
- - push
8
- - issue_comment:
+ issue_comment:
9
branches: [ "test-gh-workflow" ]
10
types: [ created ]
11
src/test/java/com/browserstack/SeleniumTest.java
@@ -12,7 +12,6 @@ public class SeleniumTest {
12
@BeforeMethod(alwaysRun = true)
13
@SuppressWarnings("unchecked")
14
public void setUp() throws Exception {
15
- System.out.println("TESTING... PR");
16
ChromeOptions options = new ChromeOptions();
17
options.addArguments("start-maximized");
18
driver = new ChromeDriver(options);
0 commit comments