Skip to content
Snippets Groups Projects
Verified Commit 236782ba authored by Mark's avatar Mark
Browse files

enable headless behave tests

parent 6e75c142
No related branches found
No related tags found
1 merge request!1Create behaviour test for the login page
Pipeline #124 passed with stages
in 5 minutes and 19 seconds
......@@ -61,7 +61,7 @@ behave-login:
image: ${CI_REGISTRY_IMAGE}/login_provider_ci_test:${CI_COMMIT_REF_NAME}
script:
- cd login_provider/test/behave/
- python3 -m behave -D url=http://login_provider:5000 -D email=example@oas.example.net -D password=password
- python3 -m behave -D headless=True -D url=http://login_provider:5000 -D email=example@oas.example.net -D password=password
artifacts:
paths:
- login_provider/test/behave/screenshots/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment