summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide/end_to_end
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix markdown in various docsMarcel Amirault2019-08-282-2/+2
| | | | | | Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc
* Add docs exceptions to two pipeline jobsMarcel Amirault2019-08-222-5/+5
|
* Add more rules to markdown lint checkMarcel Amirault2019-08-122-4/+2
| | | | | | Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered list prefix), MD030 (spaces after list markers), and fixes remaining docs that were failing these tests
* Expand markdown linting rules for docsMarcel Amirault2019-08-051-10/+8
| | | | | | | | | | MD002 - First header should be level 1 MD006 - Start bullets at beginning of line MD019 - No multiple spaces after header style MD022 - Headers surrounded by blank lines MD025 - Only 1 level 1 header MD028 - No blank lines within blockquote MD038 - Spaces inside code span elements
* Merge branch 'docs/update-end-to-end-style-guide' into 'master'Walmyr2019-08-021-2/+46
|\ | | | | | | | | Update end-to-end style guide doc with new guideline See merge request gitlab-org/gitlab-ce!31342
| * Update e2e style guide with new guidelinedocs/update-end-to-end-style-guideWalmyr Lima2019-08-011-0/+44
| |
| * Update sections titles with right headingWalmyr Lima2019-07-311-2/+2
| |
* | Use Mermaid Markdown for testing guide docssh-fix-mermaid-subgraphs-docsStan Hu2019-08-011-14/+10
|/ | | | | | | * Remove PNGs in favor of dynamically rendered graphs * Eliminate <b> styling because this is no longer supported * Change <br /> to <br> because the latter is only supported * Add quotes around subgraph titles
* Update numbered lists for docs standardsMarcel Amirault2019-07-191-12/+12
| | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* Fix QA documentation to refer to perform methodDan Davison2019-07-181-1/+1
| | | | | | The documentation referred to the .act method This MR changes this to refer to the preferred .perform method
* Add documentation surrounding [data-qa-selector]Dan Davison2019-07-172-26/+45
| | | | | Documentation was lacking for the [data-qa-selector] method of defining methods vs .qa-selector method.
* Add an appropriate solution in documentationddavison2019-07-151-0/+1
| | | | | A "bad" example was given, however no solution was provided for fixing the bad example
* Fix link on end-to-end quick start guide docWalmyr Lima2019-07-121-1/+1
|
* Remove trailing whitespace in docsMarcel Amirault2019-07-122-7/+7
| | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
* Change absolute links to relativeMarcel Amirault2019-07-051-4/+4
| | | | | Change assorted absolute links to ce and ee docs to relative links
* Small markdown tweaks to clear kramdown warningsMarcel Amirault2019-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing square brackets, links, etc in: merge_requests.md vulnerabilities.md issues.md issues_statistics.md pipelines.md services.md group_milestones.md milestones.md runners.md changelog.md issue_workflow.md elasticsearch.md api_graphql_styleguide.md automatic_ce_ee_merge.md file_storage.md architecture.md database_debugging.md index.md index.md frontend_testing.md pry_debugging.md vue.md development_process.md
* Fix typo on end-to-end quick start guideWalmyr Lima2019-06-271-1/+1
|
* Backport of EE MRqa/updates-on-epics-management-e2e-testsWalmyr Lima2019-06-271-2/+10
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14320
* Add Markdown lintingEvan Read2019-06-252-9/+9
| | | | | Also adds and one linting rule and makes project conform to it.
* Merge branch 'docs-ml-gdk-how-to-more-info' into 'master'Mark Lapierre2019-06-201-0/+12
|\ | | | | | | | | Update docs on how to run E2E tests See merge request gitlab-org/gitlab-ce!29823
| * Update docs on how to run E2E testsdocs-ml-gdk-how-to-more-infoMark Lapierre2019-06-191-0/+12
| | | | | | | | Make instructions on how to run the E2E tests against GDK more explicit and easier to find.
* | Backport EE MRWalmyr Lima2019-06-191-2/+2
|/ | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14280
* Merge branch 'docs-qa-ml-fix-list-rendering' into 'master'Rémy Coutable2019-06-171-0/+1
|\ | | | | | | | | Fix list rendering on docs site See merge request gitlab-org/gitlab-ce!29738
| * Fix list rendering on docs sitedocs-qa-ml-fix-list-renderingMark Lapierre2019-06-171-0/+1
| |
* | Turn single line code into blocksWalmyr2019-06-171-3/+15
|/ | | | | | To improve doc readability. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62506
* Backport of EE changes from MR 13763Walmyr2019-06-141-4/+4
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763
* Update guide with alphabetical order styleWalmyr2019-06-121-20/+22
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62505
* Fix TyposYoginth2019-06-121-1/+1
|
* Documentation for dynamic element validationdocs-qa-dynamic-element-validationddavison2019-06-052-3/+149
| | | | | | First iteration on the documentation for how dynamic element validation works within the GitLab QA framework and how to utilize it
* Consolidate documentation written for e2e tests under dev docsddavison2019-05-306-0/+1415
Previously the documentation was separated. If we want to bake quality into the product, how better than to include everything we use directly in the development documentation Signed-off-by: ddavison <ddavison@gitlab.com> Fix broken internal doc link Move documentation for page objects to the e2e section