cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
167 stars 113 forks source link

create make command to run ownCloud legacy integration tests #1107

Open individual-it opened 4 years ago

individual-it commented 4 years ago

to make it even easier to run the ownCloud legacy integration tests, hide the complexity behind a make command https://github.com/cs3org/reva#owncloud-legacy-integration-tests

phil-davis commented 4 years ago

Note: for running the "local" API tests there is already make test-acceptance-api and that should work with the usual BEHAT_FEATURE= system of running a particular scenario. But maybe that (or something) should also know how to build-start... the reva-under-test if it is not already up-and-running? And I think it needs PATH_TO_CORE defined so that it knows where to find the code for all the test steps.

For running the API tests from core there will need to be "more magic".