summaryrefslogtreecommitdiff
path: root/qa/spec/specs
Commit message (Collapse)AuthorAgeFilesLines
* 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>