-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69fa2b7
commit 01c0424
Showing
2 changed files
with
9 additions
and
29 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -311,30 +311,8 @@ jobs: | |
with: | ||
distribution: 'zulu' | ||
java-version: '21' | ||
- shell: pwsh | ||
run: | | ||
$output = "D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net8.0\$env:seleniumGridVersion" | ||
Invoke-WebRequest -Uri "$env:seleniumGridUrl" -OutFile "$($output)" | ||
cd "D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net8.0\" | ||
dir | ||
- name: Run JAR fil hub | ||
uses: JarvusInnovations/[email protected] | ||
with: | ||
run: | | ||
java -jar D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net8.0\selenium-server-4.27.0.jar hub & | ||
wait-on: http://localhost:4444 | ||
wait-for: 1m | ||
tail: true | ||
log-output: stderr,stdout | ||
working-directory: D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net8.0 | ||
- name: Run JAR fil node | ||
uses: JarvusInnovations/[email protected] | ||
with: | ||
run: | | ||
java -jar D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net8.0\selenium-server-4.27.0.jar node --detect-drivers true & | ||
log-output: stderr,stdout | ||
working-directory: D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net8.0 | ||
- run: ./Ocaramba/ExecutingTestsOnWindowsGithubActions5.ps1 | ||
- shell: powershell | ||
run: ./Ocaramba/ExecutingTestsOnWindowsGithubActions5.ps1 | ||
- name: Publish Test Results | ||
uses: EnricoMi/publish-unit-test-result-action/windows@v2 | ||
if: false | ||
|
This file contains 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