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 debc317 commit e600edbCopy full SHA for e600edb
.travis.yml
@@ -28,6 +28,7 @@ script:
28
- "nosetests examples/boilerplates/boilerplate_test.py --browser=chrome --headless"
29
- "pytest examples/my_first_test.py --browser=firefox -s --headless --with-db_reporting"
30
- "pytest examples/my_first_test.py --browser=chrome -s --headless --with-db_reporting --demo_mode --demo_sleep=0.2"
31
+ - "pytest examples/tour_examples/google_tour.py -s --headless --with-db_reporting"
32
- "sudo mysql --password=test -e 'select test_address,browser,state,start_time,runtime from test_db.test_run_data'"
33
after_script:
34
- "sudo mysql -e 'DROP DATABASE test_db;'"
0 commit comments