Skip to content

Commit

Permalink
[plugin-web-app] Add profile for Headless Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Oct 18, 2023
1 parent a168b12 commit cb5c763
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
shell: bash
run: |
declare -a profiles=( chrome firefox )
declare -a profiles=( chrome firefox edge )
for profile in "${profiles[@]}"; do
./gradlew :vividus-tests:debugStories -Pvividus.configuration.environments= \
-Pvividus.configuration.suites=health_check \
Expand Down
1 change: 1 addition & 0 deletions docs/modules/plugins/partials/plugin-web-app-profiles.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ headless mode are available:

- `web/headless/chrome`
- `web/headless/firefox`
- `web/headless/edge`

=== Docker
The profile can be enabled by adding `web/docker` to `configuration.profiles` property. The profile should be used together with the browser profile.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
selenium.browser=edge
web.driver.edge.command-line-arguments=--headless

0 comments on commit cb5c763

Please sign in to comment.