We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to make it possible to run tests with predefined users.
we can already use predefined users to run tests. https://github.com/owncloud/ocis/blob/master/tests/acceptance/bootstrap/FeatureContext.php#L615-L703
but we still need an admin user. also the test will try to delete the users, we don't want that.
we need to modify the test code so that
The text was updated successfully, but these errors were encountered:
we need basic-auth enabled for API tests to work and I doubt that pre-production server will have it enabled.
Sorry, something went wrong.
No branches or pull requests
We need to make it possible to run tests with predefined users.
we can already use predefined users to run tests.
https://github.com/owncloud/ocis/blob/master/tests/acceptance/bootstrap/FeatureContext.php#L615-L703
but we still need an admin user. also the test will try to delete the users, we don't want that.
we need to modify the test code so that
The text was updated successfully, but these errors were encountered: