File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
- name : SeleniumBase Python package test
1
+ name : Runner CI
2
2
3
3
on : [push]
4
4
Original file line number Diff line number Diff line change 1
1
[ <img src =" https://cdn2.hubspot.net/hubfs/100006/images/super_logo_sb4.png " title =" SeleniumBase " height =" 48 " >] ( https://github.com/seleniumbase/SeleniumBase/blob/master/README.md )
2
2
3
- [ <img src =" https://img.shields.io/github/release/seleniumbase/SeleniumBase.svg " alt =" " />] ( https://github.com/seleniumbase/SeleniumBase/releases ) [ <img src =" https://badges.gitter.im/seleniumbase/SeleniumBase.svg " alt =" " />] ( https://gitter.im/seleniumbase/SeleniumBase ) [ <img src =" https://travis-ci.org/seleniumbase/SeleniumBase.svg?branch=master " alt =" " />] ( https://travis-ci.org/seleniumbase/SeleniumBase ) [ <img src =" https://dev.azure.com/seleniumbase/seleniumbase/_apis/build/status/seleniumbase.SeleniumBase?branchName=master " alt =" " />] ( https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master ) [ <img src =" https://img.shields.io/badge/license-MIT-22BBCC.svg " alt =" " />] ( https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE ) [ <img src =" https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg " alt =" " />] ( https://github.com/seleniumbase/SeleniumBase/stargazers )
3
+ [<img src="https://img.shields.io/github/release/seleniumbase/SeleniumBase.svg" alt=" " />](https://github.com/seleniumbase/SeleniumBase/releases) [<img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt=" " />](https://gitter.im/seleniumbase/SeleniumBase) [<img src="https://travis-ci.org/seleniumbase/SeleniumBase.svg?branch=master" alt=" " />](https://travis-ci.org/seleniumbase/SeleniumBase) [<img src="https://dev.azure.com/seleniumbase/seleniumbase/_apis/build/status/seleniumbase.SeleniumBase?branchName=master" alt=" " />](https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master) [](https://github.com/seleniumbase/SeleniumBase/workflows/Runner%20CI/badge.svg?branch=master) [<img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" alt=" " />](https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE) [<img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg" alt=" " />](https://github.com/seleniumbase/SeleniumBase/stargazers)
4
4
5
5
Browser End-to-End Testing Framework with [ Selenium WebDriver] ( https://selenium.dev ) and [ pytest] ( https://pytest.org ) .
6
6
Original file line number Diff line number Diff line change 40
40
41
41
- script : |
42
42
seleniumbase install chromedriver
43
- seleniumbase install geckodriver
44
- displayName: 'Install chromedriver and geckodriver (Firefox Webdriver)'
43
+ displayName: 'Install chromedriver'
45
44
46
45
- script : |
47
46
echo "def test_1(): pass" > nothing.py
57
56
- script : pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
58
57
displayName : ' Run pytest test_inspect_html.py --browser=chrome --headless'
59
58
60
- - script : pytest examples/my_first_test.py --browser=firefox --headless -v -s --junit-xml=junit/test-results.xml
61
- displayName : ' Run pytest my_first_test.py --browser=firefox --headless'
62
-
63
59
- task : PublishTestResults@2
64
60
inputs :
65
61
testResultsFiles : ' **/test-results.xml'
You can’t perform that action at this time.
0 commit comments