summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'docs-ml-gdk-how-to-more-info' into 'master'Mark Lapierre2019-06-201-0/+12
|\ | | | | | | | | Update docs on how to run E2E tests See merge request gitlab-org/gitlab-ce!29823
| * Update docs on how to run E2E testsdocs-ml-gdk-how-to-more-infoMark Lapierre2019-06-191-0/+12
| | | | | | | | Make instructions on how to run the E2E tests against GDK more explicit and easier to find.
* | Backport EE MRWalmyr Lima2019-06-191-2/+2
|/ | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14280
* Merge branch 'docs-qa-ml-fix-list-rendering' into 'master'Rémy Coutable2019-06-171-0/+1
|\ | | | | | | | | Fix list rendering on docs site See merge request gitlab-org/gitlab-ce!29738
| * Fix list rendering on docs sitedocs-qa-ml-fix-list-renderingMark Lapierre2019-06-171-0/+1
| |
* | Turn single line code into blocksWalmyr2019-06-171-3/+15
|/ | | | | | To improve doc readability. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62506
* Backport of EE changes from MR 13763Walmyr2019-06-141-4/+4
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763
* Document how to troubleshoot a pending external-dns deploymentRémy Coutable2019-06-121-2/+74
| | | | | | Also update the Review Apps node pools description Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update guide with alphabetical order styleWalmyr2019-06-121-20/+22
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62505
* Fix TyposYoginth2019-06-122-2/+2
|
* Documentation for dynamic element validationdocs-qa-dynamic-element-validationddavison2019-06-052-3/+149
| | | | | | First iteration on the documentation for how dynamic element validation works within the GitLab QA framework and how to utilize it
* Consolidate documentation written for e2e tests under dev docsddavison2019-05-309-5/+1259
| | | | | | | | | | | | Previously the documentation was separated. If we want to bake quality into the product, how better than to include everything we use directly in the development documentation Signed-off-by: ddavison <ddavison@gitlab.com> Fix broken internal doc link Move documentation for page objects to the e2e section
* Add documentation for frontend fixturesWinnie Hellmann2019-05-271-5/+43
|
* Use relative URLs in development docsAchilleas Pipinellis2019-05-271-2/+2
| | | | This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945
* Document the on-demand run of MySQL tests62151-broken-masterRémy Coutable2019-05-221-12/+22
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Revert "Merge branch 'revert-04c3c6dd' into 'master'"Rémy Coutable2019-05-221-5/+7
| | | | | This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
* Revert "Merge branch 'reorganize-tests-jobs-by-level' into 'master'"revert-04c3c6ddKamil Trzciński2019-05-221-7/+5
| | | This reverts merge request !27514
* Merge branch 'reorganize-tests-jobs-by-level' into 'master'Kamil Trzciński2019-05-221-5/+7
|\ | | | | | | | | Reorganize test jobs by level See merge request gitlab-org/gitlab-ce!27514
| * Reorganize test jobs by levelreorganize-tests-jobs-by-levelRémy Coutable2019-05-201-5/+7
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Document the differences between Karma and Jest setupWinnie Hellmann2019-05-211-4/+13
|/
* Link to testing guide for feature flag spec infoLuke Duncalfe2019-05-171-0/+30
| | | | In order for there to be a single source of truth.
* Document what to do if review jobs keep failingRémy Coutable2019-05-161-6/+16
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Provide alternatives to using setTimeout in frontend testswinh-frontend-test-waiting-docsWinnie Hellmann2019-05-091-1/+182
|
* Avoid links requiring permissionsEvan Read2019-04-291-3/+2
|
* Update development Review Apps documentation with the latest changesRémy Coutable2019-04-242-80/+82
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Better document the current states of our testing levelsdocs-improve-testing-levelsRémy Coutable2019-04-171-5/+24
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add missing team and stage labels in the workflow labels docRémy Coutable2019-04-101-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add doc when rspec-set won't workdocs-update-rspec-set-usageHeinrich Lee Yu2019-04-051-2/+4
|
* Improve the Review Apps documentation by using gitlab-rails consoleimprove-review-apps-docsRémy Coutable2019-04-041-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add docs for debugging Jest testsSimon Knox2019-04-031-0/+4
|
* Document the branch naming conventions for QA-only changesRémy Coutable2019-03-281-0/+18
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update testing guide to reference test designZeff Morgan2019-03-262-1/+16
|
* Mention review-qa-all in the end-to-end tests documentationRémy Coutable2019-03-254-10/+43
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'winh-yarn-test-command' into 'master'Clement Ho2019-03-201-6/+4
|\ | | | | | | | | Introduce yarn test to run Jest and Karma See merge request gitlab-org/gitlab-ce!26320
| * Update docs on running frontend testsWinnie Hellmann2019-03-191-6/+4
| |
* | Remove static HAML fixtures from frontend testing guideWinnie Hellmann2019-03-191-6/+3
|/
* Merge branch 'docs-improve-package-and-qa-documentation' into 'master'Mek Stittri2019-03-152-0/+25
|\ | | | | | | | | Document better the package-and-qa job See merge request gitlab-org/gitlab-ce!25978
| * Document better the package-and-qa jobRémy Coutable2019-03-132-0/+25
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Docs: Fix a link that fails the link testMarcel Amirault2019-03-151-5/+4
| |
* | Fix jest link in frontend_testing.mdLuke Bennett2019-03-131-1/+1
|/
* Update setTestTimeout documentationLuke Bennett2019-03-121-5/+6
|
* Remove polyfill warnings from the FE testing docsLuke Bennett2019-03-111-19/+0
|
* Merge branch 'jest-docs' into 'master'Mike Lewis2019-03-071-8/+52
|\ | | | | | | | | Add jest to frontend_testing docs See merge request gitlab-org/gitlab-ce!25748
| * Apply suggestion to doc/development/testing_guide/frontend_testing.mdLuke Bennett2019-03-071-1/+1
| |
| * Add jest to frontend_testing docsLuke Bennett2019-03-041-8/+52
| |
* | Docs: Fix broken anchors in development docsMarcel Amirault2019-03-052-3/+3
|/
* Merge branch 'patch-31' into 'master'Douwe Maan2019-02-281-4/+8
|\ | | | | | | | | Update best_practices.md let section to also reference let! variables. See merge request gitlab-org/gitlab-ce!22496
| * Update best_practices.md let section to also reference let! variables.Artur Martsinkovskyi2018-10-191-4/+8
| |
* | Enabling performance metrics on Review AppsRamya Authappan2019-02-281-0/+8
| |
* | Bring back mentions of RedashStan Hu2019-02-271-0/+4
| | | | | | | | | | This reverts commit 676e0a3260a216d72131aa963f421c02042b93c1. It was removed when we thought we were moving to Looker.