summaryrefslogtreecommitdiff
path: root/qa
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining calls to GitLab QA factoriesqa/gb/gitlab-qa-factoriesGrzegorz Bizon2017-12-154-6/+4
|
* Rename QA scenarios to make factory concept explicitGrzegorz Bizon2017-12-1512-191/+195
|
* Use new Ruby version 2.4 in GitLab QA imagesGrzegorz Bizon2017-12-141-1/+1
|
* Update GitLab QA dependenciesGrzegorz Bizon2017-12-142-51/+45
|
* Remove noisy notification from QA base pageqa/gb/selenium-handle-domain-sessionsGrzegorz Bizon2017-12-121-2/+0
|
* Remove unused page from hashed storage QA scenarioGrzegorz Bizon2017-12-121-1/+0
|
* Update browser.rbGrzegorz Bizon2017-12-111-2/+2
|
* Update browser.rbGrzegorz Bizon2017-12-111-1/+1
|
* Merge branch 'master' into qa/gb/selenium-handle-domain-sessionsGrzegorz Bizon2017-12-113-15/+55
|\ | | | | | | * master: (93 commits)
| * Merge branch 'qa_extract_push_to_scenario' into 'master'Grzegorz Bizon2017-12-113-15/+55
| |\ | | | | | | | | | | | | Turn" push a file" into a scenario See merge request gitlab-org/gitlab-ce!15617
| | * Check if user is in project page before performing a pushqa_extract_push_to_scenarioFelipe Artur2017-12-071-0/+7
| | |
| | * Turn push file into a scenarioFelipe Artur2017-12-073-15/+48
| | |
| * | Fix QA group creation by filling required filedsqa/gb/fix-sandbox-group-creationGrzegorz Bizon2017-12-071-0/+1
| |/
* | Fix minor Rubocop offenses in QA browser runtimeGrzegorz Bizon2017-12-112-2/+4
| |
* | Decouple subject's address from page objects in QAGrzegorz Bizon2017-12-0710-33/+40
| |
* | Fix QA group creation by filling required filedsGrzegorz Bizon2017-12-071-0/+1
| |
* | Fix runtime QA browser and capturing screenshotsGrzegorz Bizon2017-12-071-2/+4
| | | | | | | | [ci skip]
* | Merge branch 'master' into qa/gb/selenium-handle-domain-sessionsGrzegorz Bizon2017-12-0713-6/+171
|\ \ | |/ | | | | | | | | | | | | * master: (694 commits) Conflicts: qa/qa/page/base.rb qa/qa/page/main/entry.rb
| * Backport QA code that belongs to CE from EE Geoqa/gb/backport-geo-integration-tests-commonsRémy Coutable2017-11-2211-4/+153
| | | | | | | | | | | | Merge branch 'qa/gb/add-geo-integration-tests' into 'master' See merge request gitlab-org/gitlab-ee!3294
| * Merge branch 'qa/gb/tmp-fix-mattermost-failures' into 'master'Rémy Coutable2017-11-201-0/+11
| |\ | | | | | | | | | | | | | | | | | | Implement a workaround for QA mattermost failures Closes gitlab-qa#102 See merge request gitlab-org/gitlab-ce!15486
| | * Implement a workaround for QA mattermost failuresqa/gb/tmp-fix-mattermost-failuresGrzegorz Bizon2017-11-201-0/+11
| | |
| * | Add Docker binaries to instance image of GitLab QAGrzegorz Bizon2017-11-201-0/+7
| |/
| * Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+1
| |\ | | | | | | | | | | | | | | | | | | Adds Rubocop rule for line break after guard clause Closes #18040 See merge request gitlab-org/gitlab-ce!15188
| | * Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
| | | | | | | | | | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* | | Make QA runtime browser an actable objectGrzegorz Bizon2017-11-195-60/+56
| | | | | | | | | | | | [ci skip]
* | | Remove GitLab entry page class in QAGrzegorz Bizon2017-11-172-10/+0
| | | | | | | | | | | | [ci skip]
* | | Use QA browser to navigate to pages and handle sessionsGrzegorz Bizon2017-11-1711-18/+49
| | | | | | | | | | | | [ci skip]
* | | WIP Handle domain sessions better in QA test scenarioGrzegorz Bizon2017-11-178-48/+61
|/ / | | | | | | [ci skip]
* | Fix QA test subject address by configuring capybaraqa/gb/fix-subject-address-in-factoriesGrzegorz Bizon2017-11-172-0/+3
| |
* | Raise the QA Capybara's default wait time from 4 to 10rs-qa-default-timeoutRobert Speicher2017-11-141-1/+1
|/ | | | | We were seeing intermittent failures on CI due to slow responses from certain endpoints.
* Fix QA page refresh address by using absolute URLsqa/gb/fix-page-refresh-addressGrzegorz Bizon2017-11-111-1/+1
| | | | | | This makes QA page refresh address to be absolute URL since we dropped `Capybara.app_host`, thus there is no support for relative URLs with `visit` now.
* Escape the password for Git callsRémy Coutable2017-11-101-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Change Page::Main::Entry to only visit an entrypoint and introduce ↵Rémy Coutable2017-11-109-20/+39
| | | | | | Page::Main::Login to handle actual log-in Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'qa/gb/rspec-decouple-test-instance-address' into 'master'Rémy Coutable2017-11-105-45/+36
|\ | | | | | | | | | | | | Decouple QA test subject's address from Capybara/RSpec Closes gitlab-qa#88 See merge request gitlab-org/gitlab-ce!15310
| * Fix Rubocop offense in QA scenario entrypointqa/gb/rspec-decouple-test-instance-addressGrzegorz Bizon2017-11-101-2/+0
| |
| * Refactor QA specs runners and improve specsGrzegorz Bizon2017-11-103-10/+14
| |
| * Improve QA test scenario entrypoint specsGrzegorz Bizon2017-11-101-7/+7
| |
| * Configure RSpec from within RSpec runner classGrzegorz Bizon2017-11-103-13/+7
| |
| * Do not require to set Capybara app_host in RSpecGrzegorz Bizon2017-11-103-19/+14
| |
| * Fix bootable scenario arguments for OptionParserGrzegorz Bizon2017-11-101-5/+3
| |
* | Fix bootable scenario arguments for OptionParserGrzegorz Bizon2017-11-102-6/+4
|/
* Make it possible to define global scenario attributesGrzegorz Bizon2017-11-0911-5/+128
|
* Fix test selection in Test::Integration::MattermostRichard Clamp2017-11-081-2/+2
| | | | | | | | | | | | | | In ce3b81b953f we changed Test::Integration::Mattermost#perform to consume a required positional parameter and pass on the rest of the arguments to the superclass. There was an error in implementation here and instead of splatting the files array to produce no additional arguments, we passed in the default case an empty array. This had the effect of calling rspec with no test files, rather than expected default of 'qa/specs/features` Here we correct that bug, and re-add the :core suite, as that was a poor deuction in the investagtion for 74d6b8a211.
* Fixup rspec tag misuseRichard Clamp2017-11-061-1/+1
| | | | | | | | | | | In !14818 we added the ability to specify the example groups that should run via the `-t` (tag) option to rspec. It was assumed that the inclusion filter generated `{:core => true, :mattermost => true}` would run examples tagged :core OR :mattermost, when instead it means :core AND :mattermost. Here in order to assure at least some tests run, we specify that the :mattermost tagged examples are the only ones we care about.
* Add tests for mattermost login via oauthRichard Clamp2017-10-306-0/+61
| | | | | | | | | | | | | | * Adds Runtime::Scenario as a place to record the properties of the Scenario we're interested in. * Adds a positional argument to Test::Integration::Mattermost to specify Runtime::Scenario.mattermost * Adds Page::Mattermost::{Main,Login} to model the mattermost pages we need to interact with. * Adds qa/features/mattermost/login_spec to perform a login via oauth and ensure we are logged in.
* Add spec for QA::Scenario::EntrypointRichard Clamp2017-10-251-0/+46
| | | | | | For added confidence, and because I plan to fiddle with some behaviours shortly, add spec testing to the newly extracted QA::Scenario::Entrypoint class.
* Use the new buttons for creating groups and projects in QA testsbvl-fix-qa-group-pageBob Van Landuyt2017-10-232-8/+10
|
* Move tags out to containing featureRichard Clamp2017-10-165-12/+12
| | | | | | We can currently reduce the number of times we specify the tag of a given example group by moving them hoisting them up one level to the containing `feature`
* Cleanup a stray instance variableRichard Clamp2017-10-161-1/+0
| | | | | | This was added as part of the previous filtering via RSpec::Config. It should have been removed previously as part of moving the logic to specify the tags we wanted in Specs::Runner
* Explicitly tag :core and :mattermost scenariosRichard Clamp2017-10-166-15/+7
| | | | | | | | | | It's adding additional potentially confusing behaviour to derive test tagging from the file path, as it's not immediately apparent where that lives when considering the tests in isolation. Instead, just explicitly tag. * Remove the tagging of examples based on :file_path * Explicitly tags scenarios as :core, or :mattermost