grrr test report html
This commit is contained in:
parent
4b5c0e593d
commit
10cf594c91
1 changed files with 13 additions and 9 deletions
|
|
@ -21,23 +21,27 @@ before_script:
|
||||||
- cd ../cli && dnu restore --ignore-failed-sources
|
- cd ../cli && dnu restore --ignore-failed-sources
|
||||||
- cd ../../test/yavscTests && dnu restore --ignore-failed-sources
|
- cd ../../test/yavscTests && dnu restore --ignore-failed-sources
|
||||||
- cd ../..
|
- cd ../..
|
||||||
|
|
||||||
|
after_script:
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
stage: test
|
stage: test
|
||||||
allow_failure: true
|
script:
|
||||||
|
- cd test/yavscTests
|
||||||
|
- cp $TestingConfig appsettings.Testing.json
|
||||||
|
- cp $yavsc_client_secret_json yavsc-client-secret.json
|
||||||
|
- dnu build
|
||||||
|
|
||||||
|
non_reg:
|
||||||
|
stage: test
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- test/yavscTests/test-results.xml
|
- test/yavscTests/test-results.xml
|
||||||
- test/yavscTests/test-results.html
|
- test/yavscTests/test-results.html
|
||||||
when: always
|
when: always
|
||||||
script:
|
script:
|
||||||
- cd test/yavscTests
|
- ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml || xsltproc ../../assets/dnx_xunit_to_html.xsl test-results.xml > test-results.html
|
||||||
- cp $TestingConfig appsettings.Testing.json
|
|
||||||
- cp $yavsc_client_secret_json yavsc-client-secret.json
|
|
||||||
- dnu build
|
|
||||||
- ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml
|
|
||||||
- xsltproc ../../assets/dnx_xunit_to_html.xsl test-results.xml > test-results.html
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue