summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide/frontend_testing.md
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-031-13/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-5/+15
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-101-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-0/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-420/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-208/+275
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-0/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-071-0/+33
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-251-0/+44
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-7/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-5/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-11/+20
* Docs: Add when to use Jest section in frontend_testingPaul Slaughter2019-09-101-3/+12
* Add diagrams for frontend testing levels (docs)Winnie Hellmann2019-08-211-0/+152
* Fix code blocks in frontend testing guide (docs)Winnie Hellmann2019-08-211-8/+8
* Combine old and new frontend testing guide (docs)Winnie Hellmann2019-08-201-0/+359
* Update links to relativeMarcel Amirault2019-07-251-1/+1
* Move frontend fixtures into spec/frontendMike Greiling2019-07-191-6/+6
* Rename the karma:fixtures taskMike Greiling2019-07-191-4/+7
* Add docs about auto-injected Jest mocksMartin Hanzel2019-07-171-0/+28
* Remove trailing whitespace in docsMarcel Amirault2019-07-121-4/+4
* Small markdown tweaks to clear kramdown warningsMarcel Amirault2019-07-041-1/+0
* Document limitations of jsdomWinnie Hellmann2019-06-261-1/+12
* Clarify that this.something is not available in Jest (docs)Winnie Hellmann2019-06-251-0/+3
* Clarify that Jest does not use Webpack (docs)Winnie Hellmann2019-06-251-0/+2
* Add documentation for frontend fixturesWinnie Hellmann2019-05-271-5/+43
* Document the differences between Karma and Jest setupWinnie Hellmann2019-05-211-4/+13
* Provide alternatives to using setTimeout in frontend testswinh-frontend-test-waiting-docsWinnie Hellmann2019-05-091-1/+182
* Add docs for debugging Jest testsSimon Knox2019-04-031-0/+4
* Merge branch 'winh-yarn-test-command' into 'master'Clement Ho2019-03-201-6/+4
|\
| * Update docs on running frontend testsWinnie Hellmann2019-03-191-6/+4
* | Remove static HAML fixtures from frontend testing guideWinnie Hellmann2019-03-191-6/+3
|/
* 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
* 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
* Separate spyOnDependency docs examplesLuke Bennett2019-02-211-2/+3
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-081-10/+10
* Document that we don't want to wait in testswinh-waiting-in-testsWinnie Hellmann2018-07-091-0/+4
* Clean up docsblackst0ne2018-05-141-20/+0
* Fix memory and performance issues in Karma test suiteMike Greiling2018-05-011-33/+41
* document the spyOnDependency methodMike Greiling2018-04-231-5/+43
* use commander for safer cli argument parsingLukas Eipert2018-04-111-6/+6
* add documentation for karma testing with specific files/foldersLukas Eipert2018-04-101-7/+21