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 7027196 commit 53e4ee0Copy full SHA for 53e4ee0
.github/workflows/maven-comment-run.yml
@@ -4,9 +4,10 @@
4
name: TestNG SDK Test workflow for Maven on comment RUN_TESTS
5
6
on:
7
- issue_comment:
8
- branches: [ "test-gh-workflow" ]
9
- types: [ created ]
+ - push
+ - issue_comment:
+ branches: [ "test-gh-workflow" ]
10
+ types: [ created ]
11
12
jobs:
13
comment-run:
src/test/java/com/browserstack/SeleniumTest.java
@@ -12,7 +12,6 @@ public class SeleniumTest {
@BeforeMethod(alwaysRun = true)
@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