Skip to content

Commit

Permalink
[qalab] added new server_driver to automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto netzulo committed Nov 20, 2017
1 parent abf9d7a commit 330680a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ install:
- python qalab/qalab.py -sd selenium -m node -i
- python qalab/qalab.py -sd selendroid -m hub -i
- python qalab/qalab.py -sd selendroid -m node -i
- python qalab/qalab.py -sd appium -m node -i
before_script:
- python qalab/qalab.py -sd selenium -m hub -s -p lin64 &
- python qalab/qalab.py -sd selenium -m node -s -p lin64 &
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ install:
- "%PYTHON%\\python.exe qalab\\qalab.py -sd selenium -m node -i"
- "%PYTHON%\\python.exe qalab\\qalab.py -sd selendroid -m hub -i"
- "%PYTHON%\\python.exe qalab\\qalab.py -sd selendroid -m node -i"
- "%PYTHON%\\python.exe qalab\\qalab.py -sd appium -m node -i"

test_script:
- echo "BUILD SUCCESS"
Expand Down

0 comments on commit 330680a

Please sign in to comment.