Skip to content
Snippets Groups Projects
Commit c509c776 authored by jurgenhaas's avatar jurgenhaas
Browse files

Debugging

parent d46e8634
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,7 @@ stages:
GIT_STRATEGY: none
script:
- ahoy test phpunit -- --log-junit junit.xml --testdox-html testdox.html
after_script:
- docker cp ${COMPOSE_PROJECT_NAME}_php_1:/var/www/html/junit.xml ./junit.xml
- docker cp ${COMPOSE_PROJECT_NAME}_php_1:/var/www/html/testdox.html ./testdox.html
artifacts:
......@@ -252,7 +253,10 @@ stages:
GIT_STRATEGY: none
script:
- ls tests -lisa
- ahoy behat update
- ls tests/behat/ -lisa
- ahoy behat test2xml
after_script:
- docker cp ${COMPOSE_PROJECT_NAME}_php_1:/var/www/html/tests/output/default.xml ./behat.xml
retry: 1
artifacts:
......
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