This commit is contained in:
parent
88b305b436
commit
b245f2a98f
|
@ -115,7 +115,7 @@ jobs:
|
||||||
- name: Init test configuration
|
- name: Init test configuration
|
||||||
run: |
|
run: |
|
||||||
cd python-tests/
|
cd python-tests/
|
||||||
echo -ne "{\n \"login\": {\n \"password\": \"admin\",\n \"username\": \"admin\"\n },\n \"server\": \"http://localhost/openstamanager\",\n \"browser\": \"firefox\",\n \"headless\": false\n}" > config.json
|
echo -ne "{\n \"login\": {\n \"password\": \"admin\",\n \"username\": \"admin\"\n },\n \"server\": \"http://localhost/openstamanager\",\n \"browser\": \"firefox\",\n \"headless\": true\n}" > config.json
|
||||||
pytest Init.py
|
pytest Init.py
|
||||||
|
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
|
|
Loading…
Reference in New Issue