summaryrefslogtreecommitdiff
path: root/qa/spec/specs
Commit message (Collapse)AuthorAgeFilesLines
* Add e2e test of push over SSH over Git protocol v2ml-qa-git-protocol-v2-specMark Lapierre2018-11-071-0/+14
| | | | | | | | Adds a new end-to-end test to check that Git protocol v2 can be used to push over SSH. Includes a change in Git::Repository to use Runtime::Env.debug? to enable logging instead of .verbose?
* Allow the registration e2e test to be skippedMark Lapierre2018-10-081-0/+14
| | | | | | | If SIGNUP_DISABLED is true skip any tests with a context :skip_signup_disabled. The context is set for the registration tests. This allows the tests to be skipped when run on the staging, which doesn't allow registration
* [QA] Fix arguments passed to RSpec::Core::RunnerRémy Coutable2018-09-071-19/+41
| | | | | | | - When -t or --tag are passed, we shouldn't exclude the :orchestrated tag - When test path is passed, we shouldn't append the default test path Signed-off-by: Rémy Coutable <remy@rymai.me>
* [QA] Fix Specs::Runner that would always excluding the orchectsrated tagRémy Coutable2018-09-041-0/+49
Signed-off-by: Rémy Coutable <remy@rymai.me>