summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide/index.md
Commit message (Collapse)AuthorAgeFilesLines
* Document review apps setup for gitlab-{ce,ee}Rémy Coutable2018-09-171-0/+6
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> Signed-off-by: ddavison <ddavison@gitlab.com>
* Clean up docsblackst0ne2018-05-141-15/+0
|
* Extend documentation on end-to-end integration testsGrzegorz Bizon2018-01-021-2/+2
|
* Add docs about end-to-end testing / GitLab QA testsGrzegorz Bizon2018-01-021-0/+8
|
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
| | | | | | | | | | | 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>
* 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-111-0/+90
into multiple pages