summaryrefslogtreecommitdiff
path: root/tests/functional
AgeCommit message (Collapse)Author
2017-08-30[tests] apply dns workaround for functional testsKali Kaneko
2017-08-30[tests] apply dns workaroundKali Kaneko
2017-08-30[tests] increase timeout on vpn onKali Kaneko
2017-08-30[tests] reuse tox virtualenv for e2e/functionalKali Kaneko
2017-08-30[bug] assert vpn management folder existsKali Kaneko
2017-08-30[tests] do not fail if helper installed in debian pathKali Kaneko
2017-08-30[tests] workaround some errors while running testsKali Kaneko
2017-08-30[tests] prepare to run behave against bundleKali Kaneko
2017-08-30[tests] increase timeoutKali Kaneko
2017-08-30[tests] Check egress IP for VPN stepsVarac
2017-07-21[tests] Succeed VPN test if helper files existsVarac
2017-07-20[test] keep artifacts inside the project dirAzul
2017-07-20[test] enable and check vpnAzul
2017-07-20[test] minor: only set env["HOME"] onceAzul
2017-07-20[tests] clearer message if test user not definedKali Kaneko
2017-07-20[doc] Tests inside docker with gitlab-runnerVarac
2017-07-20[test] keep config files from failing testsAzul
2017-07-20[test] Add basic functional login testVarac
* Move todo list to https://0xacab.org/leap/bitmask-dev/issues/8929 * use bundled pysqlcipher - debian package has not been fixed yet. * reset bitmaskd for each scenario so they are isolated * run functional tests on CI * moved e2e tests before the bundle * add test_functional_graphical Make target * Install chromedriver in docker image * add screenshots as artifacts on failure * run chrome without sandbox for docker Tests were failing on CI with chrome sandbox: https://0xacab.org/leap/bitmask-dev/-/jobs/15196 Used this workaround: https://stackoverflow.com/questions/28364012/webdriver-exception-chrome-not-reachable/28949227#28949227 - Resolves: #8929