Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-12Add frozen_string_literal to qa/Thong Kuah
This will be default in Ruby 3, so will be good to apply in QA ahead of time to be consistent.
2019-03-27Set feature flag via command lineMark Lapierre
First attempt at allowing a feature flag to be set via the command line when running tests. This will enable the flag, run the tests, and then disable the flag. Using OptionParser meant changing how scenarios get the instance address, so this also allows the address to be set as a command line option. It's backwards compatible (you can still provide the address as the command line option after the scenario)
2019-02-01Add e2e QA test for logging in using GitHub OAuthSanad Liaquat
Adds the test itself and the vendor page object model for GitHub login pages.
2018-10-25Rename SSL to TLSSanad Liaquat
2018-10-24Renamed to ldap_no_ssl and ldap_sslSanad Liaquat
2018-10-11Initial commitSanad Liaquat
Use ACCEPT_INSECURE_CERTS env var and fix step Simplify saml signin Fix rubo cop offence Add missing # frozen_string_literal: true
2018-09-06[QA] Change Test::Sanity::Failing to Test::Sanity::FrameworkRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-04[QA] Fix Specs::Runner that would always excluding the orchectsrated tagRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-28Allow to pass --tag to bin/qa runRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-21fix broken pathing (remove extraneous ../)Dan Davison
2018-08-20add initial smoke tests and documentationDan Davison
2018-07-18Disambiguate 'File' under qa/ since we have a QA::Factory::Resource::File ↵Rémy Coutable
class as well Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-28allow rspec files/options to be passed down in all casesBrett Walker
2018-02-06Expand QA spec file paths to allow running bin/qa from anywhereRobert Speicher
2018-01-23Refactor QA instance test scenario and tagsGrzegorz Bizon
2018-01-10Expect QA selectors validation at least onceGrzegorz Bizon
We call it for a second time in EE.
2018-01-09Add tests for QA test selectors sanity scenarioGrzegorz Bizon
2017-11-10Refactor QA specs runners and improve specsGrzegorz Bizon
2017-11-10Improve QA test scenario entrypoint specsGrzegorz Bizon
2017-11-09Make it possible to define global scenario attributesGrzegorz Bizon
2017-10-25Add spec for QA::Scenario::EntrypointRichard Clamp
For added confidence, and because I plan to fiddle with some behaviours shortly, add spec testing to the newly extracted QA::Scenario::Entrypoint class.
2017-03-09Add GitLab QA integrations tests to GitLab CE / EEGrzegorz Bizon