Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #12654 Make rest tests easier to run in local
    Infos
    #12654
    Jean-Baptiste Mille (jibidus)
    2018-12-31 09:14
    2018-12-28 15:41
    13357
    Details
    Make rest tests easier to run in local
    Here is the list of required commands to run rest tests un local:
    - make tests_rest_setup_72
    - ./tests/rest/bin/run.sh setup
    - scl enable php72 bash
    - /opt/remi/php72/root/usr/bin/php /usr/share/tuleap/tests/rest/vendor/bin/phpunit --configuration /usr/share/tuleap/tests/rest/phpunit.xml --log-junit /output/rest_tests.xml [path of rest test to run]

    The purpose of this artefact is to simplify this with only two commands :
    - start container and setup
    - run tests
    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-12-31
    Attachments
    Empty
    References
    Referenced by request #12654

    Follow-ups