summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide
Commit message (Collapse)AuthorAgeFilesLines
* 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