summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Ensure all lists are surrounded by new linesEvan Read2019-02-221-8/+8
| | | | | | | | | | | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
* | Merge branch ↵Douglas Barbosa Alexandre2019-02-211-5/+5
|\ \ | | | | | | | | | | | | | | | | | | 'ce-9858-follow-up-on-a-bug-that-happens-when-using-a-factory-built-object-in-the-where-block-of-rspec-parameterized-tablesyntax' into 'master' Fix and document an RSpec::Parameterized::TableSyntax edge-case See merge request gitlab-org/gitlab-ce!25438
| * | Fix and document an RSpec::Parameterized::TableSyntax edge-caseRémy Coutable2019-02-201-5/+5
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Separate spyOnDependency docs examplesLuke Bennett2019-02-211-2/+3
|/ /
* | Document how to enable feature flags on Review AppsRémy Coutable2019-02-201-3/+13
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Update QA docsMark Lapierre2019-02-191-0/+4
| | | | | | | | | | Use consistent language (end-to-end instead of integration). Clarify purpose of `qa/specs/features/` vs. `spec`
* | Improve the Review Apps documentationRémy Coutable2019-02-121-2/+6
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Docs: Realign more CE docs that diverged from EE unnecessarily (second MR)Marcel Amirault2019-02-121-1/+1
| |
* | Use $CI_COMMIT_REF_NAME for tags in trigger-buildRémy Coutable2019-01-241-4/+0
| | | | | | | | | | | | | | Also, pass GITLAB_VERSION and GITLAB_ASSETS_TAG to CNG triggered pipelines. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Fix most instances of bare URLs in markdownEvan Read2019-01-243-28/+28
| |
* | Improve Review Apps documentationRémy Coutable2019-01-232-35/+76
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Apply suggestion to doc/development/testing_guide/flaky_tests.mdRémy Coutable2019-01-171-1/+1
| |
* | Document better the process around quarantined testsRémy Coutable2019-01-171-6/+27
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Allow to quarantine testsRémy Coutable2019-01-151-0/+12
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-081-10/+10
| | | | | | | | - Also makes other minor Markdown fixes that were near the main fixes.
* | Update best_practices.mdSam Bigelow2018-12-121-3/+3
| |