We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55704a3 commit c9c8cd9Copy full SHA for c9c8cd9
tests/bootstrap.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
cd tests
3
-pip install selenium===3.9.0 \
4
- docker===2.5.1 \
+pip install selenium===3.10.0 \
+ docker===3.1.1 \
5
| grep -v 'Requirement already satisfied'
6
7
python test.py $1 $2
0 commit comments