Skip to content

Commit

Permalink
Run local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Martinez committed Oct 3, 2024
1 parent d149220 commit 48fafb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
shell: cmd
run: mvn clean package -DskipTests -Dstyle.color=always

- name: Run Selenoid
shell: pwsh
run: .\src\external-resources\selenoid\start-selenoid-docker.ps1

- name: Run WEB tests
shell: cmd
run: mvn test -DsuiteXmlFile=TestNG.xml -Dstyle.color=always -Dcucumber.filter.tags="@WEB"
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/Configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"tag": "Web",
"type": "Chrome",
"webDriverType": "selenoid",
"webDriverType": "local",
"baseUrl": "https://www.saucedemo.com/v1/",
"selenoidUri": "http://localhost:4444/wd/hub",
"deleteEvidencesForPassedTests": true,
Expand Down

0 comments on commit 48fafb0

Please sign in to comment.