forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'SeleniumHQ:trunk' into trunk
- Loading branch information
Showing
1,511 changed files
with
48,571 additions
and
29,448 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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
7.1.1 | ||
7.3.1 |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
changelog: | ||
exclude: | ||
labels: | ||
- dependencies | ||
authors: | ||
- selenium-ci |
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 |
---|---|---|
|
@@ -70,7 +70,7 @@ on: | |
jobs: | ||
bazel: | ||
name: ${{ inputs.name }} | ||
runs-on: ${{ inputs.os == 'macos' && 'macos-13' || format('{0}-latest', inputs.os) }} | ||
runs-on: ${{ format('{0}-latest', inputs.os) }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
SEL_M2_USER: ${{ secrets.SEL_M2_USER }} | ||
|
@@ -116,7 +116,7 @@ jobs: | |
node-version: ${{ inputs.node-version }} | ||
- name: Setup Bazel with caching | ||
if: inputs.caching | ||
uses: bazel-contrib/setup-bazel@0.8.1 | ||
uses: bazel-contrib/setup-bazel@0.9.1 | ||
with: | ||
bazelisk-cache: true | ||
bazelrc: common --color=yes | ||
|
@@ -130,7 +130,7 @@ jobs: | |
repository-cache: true | ||
- name: Setup Bazel without caching | ||
if: inputs.caching == false | ||
uses: bazel-contrib/setup-bazel@0.8.1 | ||
uses: bazel-contrib/setup-bazel@0.9.1 | ||
with: | ||
bazelrc: common --color=yes | ||
- name: Setup Fluxbox and Xvfb | ||
|
@@ -143,25 +143,12 @@ jobs: | |
- name: Set resolution | ||
if: inputs.os == 'windows' && inputs.browser != '' | ||
run: Set-DisplayResolution -Width 1920 -Height 1080 -Force | ||
- name: Setup Chrome | ||
if: inputs.browser == 'chrome' | ||
uses: browser-actions/setup-chrome@latest | ||
with: | ||
chrome-version: ${{ inputs.browser-version || 'stable' }} | ||
- name: Setup Firefox | ||
if: inputs.browser == 'firefox' | ||
uses: abhi1693/[email protected] | ||
with: | ||
browser: firefox | ||
version: ${{ inputs.browser-version || 'latest' }} | ||
- name: Setup Edge | ||
if: inputs.browser == 'edge' | ||
uses: browser-actions/setup-edge@latest | ||
with: | ||
edge-version: ${{ inputs.browser-version || 'stable' }} | ||
- name: Setup Safari | ||
if: inputs.browser == 'safari' | ||
run: sudo safaridriver --enable | ||
- name: Setup curl for Ubuntu | ||
if: inputs.os == 'ubuntu' | ||
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev | ||
- name: Run Bazel | ||
run: ${{ inputs.run }} | ||
- name: Start SSH session | ||
|
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
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
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.