Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate documentation written for e2e tests under dev docs | ddavison | 2019-05-30 | 1 | -6/+6 |
| | | | | | | | | | | | | 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 | ||||
* | Add documentation for element naming conventions | ddavison | 2019-05-28 | 1 | -3/+3 |
| | | | | | | Refactor all capital files to lowercase Signed-off-by: ddavison <ddavison@gitlab.com> | ||||
* | This is the first iteration of documentation for the GitLab QA | Walmyr | 2019-05-13 | 1 | -2/+4 |
| | | | | | | framework that intends to make easier for every engineer to contribute with the end-to-end tests creation, edition, and improvements. | ||||
* | Add 'bundle exec' to the 'bin/qa' calls in qa/README.mddocs-fix-bin-qa-command | Rémy Coutable | 2019-04-09 | 1 | -8/+10 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Document click_ vs. go_to_ standard for e2e testsqa/document_click_vs_go_to | Walmyr Lima | 2019-04-01 | 1 | -0/+1 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59645. | ||||
* | Set feature flag via command line | Mark Lapierre | 2019-03-27 | 1 | -3/+28 |
| | | | | | | | | | | | First attempt at allowing a feature flag to be set via the command line when running tests. This will enable the flag, run the tests, and then disable the flag. Using OptionParser meant changing how scenarios get the instance address, so this also allows the address to be set as a command line option. It's backwards compatible (you can still provide the address as the command line option after the scenario) | ||||
* | Link to instructions to run SSH tests on GDK | Mark Lapierre | 2019-02-28 | 1 | -0/+3 |
| | |||||
* | Update QA docs | Mark Lapierre | 2019-02-19 | 1 | -5/+9 |
| | | | | | Use consistent language (end-to-end instead of integration). Clarify purpose of `qa/specs/features/` vs. `spec` | ||||
* | Add doc for quarantined tests | Mark Lapierre | 2019-01-08 | 1 | -1/+22 |
| | |||||
* | Adds QA_COOKIES option to gitlab-qa | John Jarvis | 2018-11-28 | 1 | -0/+9 |
| | |||||
* | Enable signing in as admin when adding a license | Mark Lapierre | 2018-09-10 | 1 | -7/+1 |
| | | | | | | | | Adds the ability to use admin credentials to add a license so that when testing an LDAP user on EE the LDAP user does not have to be an admin. Admin credentials default to GDK's root user. Can be overriden via ADMIN_USERNAME and ADMIN_PASSWORD environment variables. | ||||
* | add initial smoke tests and documentation | Dan Davison | 2018-08-20 | 1 | -6/+6 |
| | |||||
* | Adding spec to test basic forking functionalities | Mykhailo Formus | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | Rename `package-qa` in docs | Toon Claes | 2018-03-19 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. ↵sh-add-login-types-qa | Stan Hu | 2018-02-11 | 1 | -0/+6 |
| | | | | | | | standard, LDAP) GITLAB_USERNAME and GITLAB_PASSWORD may be specified for an LDAP login, but QA scenarios may need to know which type it is in order to log in successfully. | ||||
* | Add documentation on how to build a QA Docker imagesh-add-docker-build-qa | Stan Hu | 2018-02-09 | 1 | -0/+10 |
| | |||||
* | Allow using a different sandbox group for QA | Lin Jen-Shin | 2018-02-08 | 1 | -0/+8 |
| | |||||
* | Revert "Merge branch 'update-qa-docs-with-directory-req' into 'master'"qa/rs-qa-from-anywhere | Robert Speicher | 2018-02-06 | 1 | -3/+0 |
| | | | | | This reverts commit e6579d82cb87ca5cb94639851482f48a73a2b74f, reversing changes made to afcd9fc7f415dc5a8794ad1ef2498baee08aa825. | ||||
* | Add note about being in the `qa` directory for `bin/qa` to workupdate-qa-docs-with-directory-req | Eric Eastwood | 2018-01-31 | 1 | -0/+3 |
| | | | | | I ran into some issues when trying it out https://gitlab.slack.com/archives/C3JJET4Q6/p1517384135000134 | ||||
* | Add a note about GitLab QA page objects validator to docs | Grzegorz Bizon | 2018-01-12 | 1 | -0/+11 |
| | |||||
* | Add link to QA page objects docs from main README | Grzegorz Bizon | 2018-01-11 | 1 | -2/+6 |
| | |||||
* | Specify how we're utilizing rspec heredocs-qa-extend-how-to-run-specific-test | Lin Jen-Shin | 2017-12-20 | 1 | -1/+8 |
| | |||||
* | Use the default password from the GDK's root user | Robert Speicher | 2017-10-05 | 1 | -7/+23 |
| | | | | [ci skip] | ||||
* | Add GitLab QA documentation | Stan Hu | 2017-09-29 | 1 | -0/+19 |
| | | | | [ci skip] | ||||
* | Extend README.md for GitLab QA in `qa/` directory | Grzegorz Bizon | 2017-03-09 | 1 | -0/+13 |
| | | | | [ci skip] | ||||
* | Extend README for GitLab QA files in `qa/` | Grzegorz Bizon | 2017-03-09 | 1 | -0/+3 |
| | | | | [ci skip] | ||||
* | Add GitLab QA integrations tests to GitLab CE / EE | Grzegorz Bizon | 2017-03-09 | 1 | -0/+2 |