Skip to content

Commit

Permalink
request #12654: Make rest tests easier to run in local
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Dec 31, 2018
1 parent 956fe15 commit e22aaad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions languages/en/developer-guide/back-end/tests.rst
Expand Up @@ -61,9 +61,7 @@ It will execute all REST tests in a docker container. This container is stopped
$> make tests_rest_setup
$root@d4601e92ca3f> ./tests/rest/bin/run.sh setup
$root@d4601e92ca3f> scl enable php72 bash
$root@d4601e92ca3f> php /usr/share/tuleap/tests/rest/bin/generate-testsuite.php /tmp /output
$root@d4601e92ca3f> src/vendor/bin/phpunit --configuration /tmp/suite.xml tests/rest/tests/ArtifactFilesTest.php
$root@d4601e92ca3f> ./tests/rest/bin/test_suite.sh <optional_path_to_tests_you_want_to_run>
In case of failure, you may need to attach to this running container in order to parse logs for example:

Expand Down

0 comments on commit e22aaad

Please sign in to comment.