-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browserstack #473
Browserstack #473
Conversation
…into browserstack
test_Stage_RunTestsOnLinuxBrowserStack14 tests 0 ✅ 10s ⏱️ For more details on these failures, see this check. Results for commit e2a7291. ♻️ This comment has been updated with latest results. |
ExecutingTestsOnLinuxAzure35 tests ±0 33 ✅ ±0 1m 56s ⏱️ +6s For more details on these failures, see this check. Results for commit e2a7291. ± Comparison against base commit b22799a. ♻️ This comment has been updated with latest results. |
Test Results35 tests ±0 33 ✅ ±0 1m 57s ⏱️ +8s For more details on these failures, see this check. Results for commit e2a7291. ± Comparison against base commit b22799a. ♻️ This comment has been updated with latest results. |
ExecutingTestsOnWindowsGithubActionsSaucelabs610 tests 10 ✅ 5m 9s ⏱️ Results for commit e2a7291. ♻️ This comment has been updated with latest results. |
ExecutingTestsOnWindowsGithubActionsBrowserStack414 tests 12 ✅ 6m 40s ⏱️ For more details on these failures, see this check. Results for commit e2a7291. ♻️ This comment has been updated with latest results. |
ExecutingTestsOnWindowsGithubActionsSeleniumGrid53 tests 0 ✅ 3m 6s ⏱️ For more details on these failures, see this check. Results for commit e2a7291. ♻️ This comment has been updated with latest results. |
ExecutingTestsOnWindowsGithubActionsNet372 tests 65 ✅ 5m 28s ⏱️ For more details on these failures, see this check. Results for commit e2a7291. ♻️ This comment has been updated with latest results. |
ExecutingTestsOnWindowsGithubActionsCore143 tests 41 ✅ 2m 59s ⏱️ For more details on these failures, see this check. Results for commit e2a7291. ♻️ This comment has been updated with latest results. |
ExecutingTestsOnWindowsGithubActionsCore263 tests 59 ✅ 7m 59s ⏱️ For more details on these failures, see this check. Results for commit e2a7291. ♻️ This comment has been updated with latest results. |
This pull request includes several updates and improvements to the GitHub Actions workflow and dependency versions in the project. The changes focus on enhancing the CI/CD process by integrating BrowserStack for cross-browser testing and updating various package dependencies to their latest versions.
GitHub Actions Workflow Enhancements:
.github/workflows/github-actions.yml
)..github/workflows/github-actions.yml
). [1] [2].github/workflows/github-actions.yml
). [1] [2] [3] [4]Dependency Updates:
NUnit
to version4.2.2
andSelenium
packages to version4.27.0
in theOcaramba.Tests.Angular
project (Ocaramba.Tests.Angular.csproj
).NLog.Web.AspNetCore
to version5.3.15
in theOcaramba.Tests.Angular
project (Ocaramba.Tests.Angular.csproj
).Code Improvements:
Assert.True
withAssert.That
for better readability and maintainability in theAngularPageNavigationTest
method (Ocaramba.Tests.Angular/Tests/AngularTestNunit.cs
).Package Lock Updates:
packages.lock.json
file to reflect the changes in package dependencies, including new transitive dependencies forNUnit
andSelenium.WebDriver
. [1] [2] [3] [4] [5] [6] [7] [8]Script Changes:
chromedriver
copy command from theExecutingTestsOnLinuxBrowserStackGithubActions.ps1
script (ExecutingTestsOnLinuxBrowserStackGithubActions.ps1
).