Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-31Add link to hack for styling Capybara HTML dumpsWinnie Hellmann
2018-05-15Merge branch 'backstage/gb/improve-fast-specs-helper' into 'master'Rémy Coutable
Improve fast specs helper to autoload the library See merge request gitlab-org/gitlab-ce!18903
2018-05-15Improve testing best practices guidelinesGrzegorz Bizon
It mentions that explicitly defining dependencies in sources is preferred over defining such dependencies only in spec files.
2018-05-15Update docs describing `fast_spec_helper` best practicesGrzegorz Bizon
2018-05-14Clean up docsblackst0ne
2018-05-10Support resetting of Prometheus metrics between test runsStan Hu
Adding the :prometheus tag to an rspec test will clear out memory-mapped files and reset the registry. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39968
2018-05-01Fix memory and performance issues in Karma test suiteMike Greiling
2018-04-27Fixed typosPascal Borreli
2018-04-24Merge branch '30998-add-babel-rewire-plugin' into 'master'Clement Ho
Resolve "Add some way to mock and spy on default ES modules" Closes #30998 See merge request gitlab-org/gitlab-ce!18116
2018-04-23Add Capybara debugging methods to docsMichael Kozono
2018-04-23Address latest feedbackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-23Document the new 'spec/fast_spec_helper.rb' fileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-23Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-23document the spyOnDependency methodMike Greiling
2018-04-19Rename #qa slack channel to #quality in docsGrzegorz Bizon
2018-04-11use commander for safer cli argument parsingLukas Eipert
2018-04-10add documentation for karma testing with specific files/foldersLukas Eipert
2018-03-19Rename `package-qa` in docsToon Claes
In gitlab-org/gitlab-ce!17807 the `package-qa` job was renamed to `package-and-qa`. But it was not renamed in the docs. So this change fixes that.
2018-02-13Port some RuboCop and doc changes from EERémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-22Add note about live_debug only working on javascript enabled specsClement Ho
2018-01-19Update best_practices.mdAnwar El Wakil
Remove duplicate list item in "General Guidelines" Section.
2018-01-11Update end_to_end_tests.mdAndrew Newdigate
2018-01-05Rephrase paragraph about e2e tests in merge requests in docsGrzegorz Bizon
2018-01-04Copy-edit end-to-end testing guide documentationGrzegorz Bizon
2018-01-02Fix link to end-to-end testing docs from test pyramidGrzegorz Bizon
2018-01-02Copy-edit end-to-end testing guidelinesGrzegorz Bizon
2018-01-02Link to end to end test guideline from test pyramidGrzegorz Bizon
2018-01-02Extend documentation on end-to-end integration testsGrzegorz Bizon
2018-01-02Add docs about end-to-end testing / GitLab QA testsGrzegorz Bizon
2017-12-14Replace factory_girl_rails with factory_bot_railsRémy Coutable
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>
2017-11-02Merge branch 'docs/gitlab-runner' into 'master'Marcia Ramos
Change to new GitLab Runner name Closes #39636 See merge request gitlab-org/gitlab-ce!15101
2017-11-02Merge branch 'patch-28' into 'master'Douwe Maan
Add debugging section to testing_guide/best_practices.md. See merge request gitlab-org/gitlab-ce!14858
2017-11-02Address Douwe's feedbackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-01Exclude comments from specific docsAchilleas Pipinellis
2017-10-31Change to new GitLab Runner nameAchilleas Pipinellis
2017-10-26Simplify the live debugger resume mechanism: press any keyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-19Check for element before evaluate_scriptEric Eastwood
Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
2017-10-17Improve the LiveDebugger exit handler and documentationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-16Add LiveDebugger#live_debug to debug Capybara in feature tests.Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-13Update best_practices.mdClement Ho
2017-10-13Add debugging section to testing_guide/best_practices.md.Fatih Acet
2017-10-11Fix a missing link and create a separate "Testing guides" sectionRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-11Refactor the Development documentation, and divide the Testing documentation ↵Rémy Coutable
into multiple pages