summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide
Commit message (Collapse)AuthorAgeFilesLines
* Add note about live_debug only working on javascript enabled specsadd-js-note-live-debugClement Ho2018-01-221-0/+2
|
* Update best_practices.mdAnwar El Wakil2018-01-191-1/+0
| | | Remove duplicate list item in "General Guidelines" Section.
* Update end_to_end_tests.mdAndrew Newdigate2018-01-111-1/+1
|
* Rephrase paragraph about e2e tests in merge requests in docsGrzegorz Bizon2018-01-051-8/+6
|
* Copy-edit end-to-end testing guide documentationdocs/qa/gb/document-integration-tests-in-merge-requestsGrzegorz Bizon2018-01-041-16/+18
|
* Fix link to end-to-end testing docs from test pyramidGrzegorz Bizon2018-01-021-1/+1
|
* Copy-edit end-to-end testing guidelinesGrzegorz Bizon2018-01-021-13/+18
|
* Link to end to end test guideline from test pyramidGrzegorz Bizon2018-01-021-0/+3
|
* Extend documentation on end-to-end integration testsGrzegorz Bizon2018-01-022-9/+42
|
* Add docs about end-to-end testing / GitLab QA testsGrzegorz Bizon2018-01-022-0/+50
|
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-142-8/+8
| | | | | | | | | | | I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'docs/gitlab-runner' into 'master'Marcia Ramos2017-11-021-1/+1
|\ | | | | | | | | | | | | Change to new GitLab Runner name Closes #39636 See merge request gitlab-org/gitlab-ce!15101
| * Change to new GitLab Runner namedocs/gitlab-runnerAchilleas Pipinellis2017-10-311-1/+1
| |
* | Merge branch 'patch-28' into 'master'Douwe Maan2017-11-021-0/+29
|\ \ | | | | | | | | | | | | Add debugging section to testing_guide/best_practices.md. See merge request gitlab-org/gitlab-ce!14858
| * | Address Douwe's feedbackRémy Coutable2017-11-021-1/+1
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Simplify the live debugger resume mechanism: press any keyRémy Coutable2017-10-261-3/+2
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Improve the LiveDebugger exit handler and documentationRémy Coutable2017-10-171-2/+2
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Add LiveDebugger#live_debug to debug Capybara in feature tests.Rémy Coutable2017-10-161-19/+30
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Update best_practices.mdClement Ho2017-10-121-6/+11
| | |
| * | Add debugging section to testing_guide/best_practices.md.Fatih Acet2017-10-121-0/+14
| | |
* | | Exclude comments from specific docsAchilleas Pipinellis2017-11-011-1/+1
| |/ |/|
* | Check for element before evaluate_scriptEric Eastwood2017-10-191-0/+2
|/ | | | | Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
* Fix a missing link and create a separate "Testing guides" sectiondocs/fix-dev-docRémy Coutable2017-10-111-0/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Refactor the Development documentation, and divide the Testing documentation ↵Rémy Coutable2017-10-118-0/+954
into multiple pages