File: selenium.sh

package info (click to toggle)
pyquery 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: python: 2,768; makefile: 128; xml: 9; sh: 4
file content (8 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash
# script to run selenium tests

# get geckodriver
./tests/geckodriver.sh

# run tox with py3.7
MOZ_HEADLESS=1 PATH=$PATH:$PWD tox -e py37 tests/test_real_browser.py