File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
examples/ruby/spec/browsers Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 3131 steps :
3232 - name : Checkout GitHub repo
3333 uses : actions/checkout@v4
34- - name : Install Safari Technology Preview
35- if : matrix.os == 'macos-latest'
36- run : |
37- brew install --cask safari-technology-preview
38- sudo safaridriver --enable
3934 - name : Remove driver directories Windows
4035 if : matrix.os == 'windows-latest'
4136 run : |
8580 with :
8681 distribution : ' temurin'
8782 java-version : 11
88- - name : Install and Configure Safari and WebDriver
89- if : matrix.os == 'macos-latest'
90- run : |
91- # Check if safaridriver exists
92- if [[ ! -x "/Applications/Safari Technology Preview.app/Contents/MacOS/safaridriver" ]]; then
93- echo "safaridriver not found. Exiting."
94- exit 1
95- fi
9683 - name : Run tests
9784 uses : nick-invision/retry@v3.0.0
9885 with :
Original file line number Diff line number Diff line change 3333 end
3434end
3535
36- RSpec . describe 'Safari Technology Preview' do
36+ RSpec . describe 'Safari Technology Preview' , skip : "This test is being skipped as GitHub Actions have no support for Safari Technology Preview" do
3737 it 'sets the technology preview' do
3838 Selenium ::WebDriver ::Safari . technology_preview!
3939 local_driver = Selenium ::WebDriver . for :safari
You can’t perform that action at this time.
0 commit comments