diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-03-20 15:45:41 -0300 |
---|---|---|
committer | Thais Siqueira <thais.siqueira@gmail.com> | 2017-03-30 15:51:11 -0300 |
commit | 715419e88dcbc4d5f0b8286d917b26b8d425d85b (patch) | |
tree | 2482790a46097ead2c6ad35aad101b15e72a730f /Makefile | |
parent | 9f0cd9888c3b435a44a5d3ea1e1484618099cc84 (diff) |
[#927] Creates functional tests for backup account flow
with @tayanefernandes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -87,6 +87,12 @@ functional_tests_ci: clean requirements install cd service;\ behave --tags ~@wip --tags ~@smoke test/functional/features +functional_tests_wip: + @. $(VIRTUALENV)/bin/activate;\ + export PATH=$(PATH):/usr/lib/chromium/;\ + cd service;\ + xvfb-run --server-args="-screen 0 1280x1024x24" behave --tags @wip test/functional/features + ensure_virtualenv_installed: @if [ ! `which virtualenv` ]; then\ echo "Virtualenv must be installed";\ |