summaryrefslogtreecommitdiff
path: root/qa
Commit message (Collapse)AuthorAgeFilesLines
* Add load testing script for artillery.ioSanad Liaquat2019-03-194-6/+52
| | | | | Also add rake tasks that makes use of existing performance data genertion task.
* Use the same standard for method names on project activity and menuWalmyr2019-03-183-4/+4
| | | | | | | | | | | | | | | | | ... page objects. Also, update the affected test case. I choose `click_...` instead of `go_to_...` since it describes better what the method really does, which is clicking on something. I know there are other places in the code where methods start with `click_` and others where methods start with `go_to_`, with that I'd like to start a discussion or be pointed to the right issue if there is already one so that we can address this in the whole framework. This contribution could be the start in the direction of using the standard chosen here.
* Quarantine failing Auto DevOps testSanad Liaquat2019-03-151-2/+3
|
* Add a new test to create a snippetRoman Verevkin2019-03-138-2/+210
| | | | | | | | | | | | | | | | | | | | | | Add "smoke" tag to the test Fix links to views in Page Object files Review fixes Remove useless view block Implement Snippets::Show page object class Fix review suggestions Fix review suggestions 2 Fix test with empty snippets state Remove useless css class Fix issues
* Quarantine failing testMark Lapierre2019-03-131-1/+2
|
* Merge branch 'update-rubocop' into 'master'Stan Hu2019-03-131-5/+3
|\ | | | | | | | | Update rubocop target ruby version See merge request gitlab-org/gitlab-ce!24804
| * Run rubocop -aNick Thomas2019-03-131-5/+3
| |
* | Merge branch 'qa-project-from-instance-project-template-ce' into 'master'Dan Davison2019-03-132-3/+6
|\ \ | |/ |/| | | | | CE port of "e2e test for creating a project from instance template" See merge request gitlab-org/gitlab-ce!25760
| * Use prefer_exact match typeSanad Liaquat2019-03-071-1/+1
| |
| * Add qa class and some refactorSanad Liaquat2019-03-071-2/+5
| |
* | Makes the assertion for user given access emoji tolerantSanad Liaquat2019-03-131-3/+2
| |
* | Merge branch 'qa-dd-autodevops-cleanup' into 'master'Dan Davison2019-03-131-69/+16
|\ \ | | | | | | | | | | | | Refactor AutoDevOps test to one test with two expectations See merge request gitlab-org/gitlab-ce!25836
| * | Refactor test to one test with two expectationsddavison2019-03-111-69/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test was previously split into two specs Having one spec with shared functionality seems more efficient Add job checks before the second push is made Revert "Add job checks before the second push is made" This reverts commit 64be444cd9d00f2f36eef6dd8a57b464bddbc4ef.
* | | Quarantine failing testMark Lapierre2019-03-121-1/+2
| | |
* | | Skip contexts in quarantineMark Lapierre2019-03-115-401/+344
| | | | | | | | | | | | This avoids running before/after blocks for tests that are in quarantine
* | | Add support for ingress hostnamesingress-hostnameswalkafwalka2019-03-071-2/+2
| | |
* | | Unquarantine fixed testsMark Lapierre2019-03-071-2/+1
| | | | | | | | | | | | Fix: https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/280
* | | Merge branch 'qa-staging-43-dequarantine-spec' into 'master'Rémy Coutable2019-03-071-2/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | De-quarantine CI env var spec Closes gitlab-org/quality/staging#43 See merge request gitlab-org/gitlab-ce!25841
| * | De-quarantine CI env var specSanad Liaquat2019-03-071-2/+1
| | |
* | | Merge branch 'qa-staging-42-fix-create-project-spec' into 'master'Ramya Authappan2019-03-071-2/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Retry choose_test_namespace on exception Closes gitlab-org/quality/staging#42 See merge request gitlab-org/gitlab-ce!25810
| * | Retry choose_test_namespace on exceptionSanad Liaquat2019-03-061-2/+5
| |/
* | Merge branch 'qa-quarantine-ssh-key-test' into 'master'Mark Lapierre2019-03-061-1/+2
|\ \ | | | | | | | | | | | | Quarantine failing ssh key test See merge request gitlab-org/gitlab-ce!25813
| * | Quarantine failing ssh key testMark Lapierre2019-03-061-1/+2
| |/
* | Update failure issue commentSanad Liaquat2019-03-061-1/+1
|/
* Merge branch '58503-fix-qa-auto-devops' into 'master'Dan Davison2019-03-051-9/+9
|\ | | | | | | | | | | | | Fix QA Auto DevOps push after adding cluster Closes #58503 See merge request gitlab-org/gitlab-ce!25782
| * Fix QA Auto DevOps push after adding clusterDylan Griffith2019-03-061-9/+9
| | | | | | | | | | This is necessary because otherwise the push will trigger a pipeline that does not include a production deployment job.
* | Add QA test to download merge request patch/diffsLinda Dai2019-03-054-0/+54
|/
* Script to generate Perf TestdataRamya Authappan2019-03-056-0/+162
|
* Quarantine git protocol v2 testsMark Lapierre2019-03-042-2/+6
|
* Merge branch 'qa-staging-21-de-quarantine-tests' into 'master'Ramya Authappan2019-03-041-2/+1
|\ | | | | | | | | | | | | De-quarantine project activity test Closes gitlab-org/quality/staging#21 See merge request gitlab-org/gitlab-ce!25630
| * De-quarantine project activity testSanad Liaquat2019-02-281-2/+1
| |
* | Merge branch 'qa-raise-error-when-repository-command-fail' into 'master'Mark Lapierre2019-03-013-8/+8
|\ \ | | | | | | | | | | | | | | | | | | [QA] Fail early if a Git command fails Closes #54653 See merge request gitlab-org/gitlab-ce!23450
| * | [QA] Fail early if a Git command failsRémy Coutable2019-02-283-8/+8
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Link to instructions to run SSH tests on GDKMark Lapierre2019-02-281-0/+3
| | |
* | | Merge branch 'qa-dd-refactor-autodevops-spec' into 'master'Dan Davison2019-02-282-129/+114
|\ \ \ | |/ / |/| | | | | | | | Pare down create_project_with_auto_devops_spec See merge request gitlab-org/gitlab-ce!25577
| * | Default rbac to true for the KubernetesCluster Serviceddavison2019-02-272-2/+2
| | | | | | | | | | | | Signed-off-by: ddavison <ddavison@gitlab.com>
| * | Pare down create_project_with_auto_devops_specddavison2019-02-261-128/+113
| | | | | | | | | | | | | | | | | | | | | For now only test RBAC disabled Remove superfluous statements that waste time Signed-off-by: ddavison <ddavison@gitlab.com>
* | | Revert "Quarantine GitHub OAuth test"Sanad Liaquat2019-02-281-2/+1
| | | | | | | | | | | | This reverts commit 970576c5c6a94edd93dd822ede7b82e73c71fea9.
* | | Quarantine GitHub OAuth testSanad Liaquat2019-02-281-1/+2
| |/ |/|
* | Merge branch 'qa-fix-import-github-repo-spec-2' into 'master'Ramya Authappan2019-02-2710-34/+74
|\ \ | | | | | | | | | | | | | | | | | | Fix `import_github_repo_spec.rb` Closes #55700 See merge request gitlab-org/gitlab-ce!25133
| * | Update GitHub Import testSanad Liaquat2019-02-2510-34/+74
| |/ | | | | | | | | | | Removes the unnecessary :orchestrated tag and updates a few selectors. Also wait_for_success for import before proceeding. The test is currently placed in quarantine because of a bug.
* | Quarantine failing specSanad Liaquat2019-02-271-1/+2
|/
* Merge branch '57930-create-smoke-test-for-autodevops' into 'master'Dan Davison2019-02-214-6/+66
|\ | | | | | | | | | | | | Resolve "Create smoke test for AutoDevOps" Closes #57930 See merge request gitlab-org/gitlab-ce!25442
| * Add smoke test for autodevopsddavison2019-02-214-6/+66
| | | | | | | | Add tag validation on pipeline page
* | Merge branch 'qa-ml-quarantine-push-over-http-file-size-spec' into 'master'Sanad Liaquat2019-02-201-1/+2
|\ \ | | | | | | | | | | | | Quarantine failing test See merge request gitlab-org/gitlab-ce!25424
| * | Quarantine failing testMark Lapierre2019-02-201-1/+2
| | |
* | | Added id to the namespace name generationTomislav Nikic2019-02-202-2/+4
|/ / | | | | | | Removed quarantine tag from the squash merges test;
* | Merge branch 'docs-update-qa-e2e-vs-unit-specs' into 'master'Rémy Coutable2019-02-201-5/+9
|\ \ | | | | | | | | | | | | Update QA docs: clarify spec vs. specs/features and use end-to-end instead of integration See merge request gitlab-org/gitlab-ce!25413
| * | Update QA docsMark Lapierre2019-02-191-5/+9
| | | | | | | | | | | | | | | Use consistent language (end-to-end instead of integration). Clarify purpose of `qa/specs/features/` vs. `spec`
* | | Merge branch '57921-qa-auto-devops-improvements' into 'master'Mark Lapierre2019-02-193-40/+19
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Refactor/simplify Auto DevOps QA spec Closes #57921 See merge request gitlab-org/gitlab-ce!25401