Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log page actionsml-qa-logging | Mark Lapierre | 2018-10-19 | 2 | -4/+47 |
| | | | | | | | | | | | | | | | Override page object methods to log the actions taken by the methods before or after the action, as appropriate. Allow page object action logging to be turned on via a QA_DEBUG env var. Unlike CHROME_HEADLESS (and the soon to arrive VERBOSE), QA_DEBUG is false by default. QA_DEBUG is used instead of just DEBUG because that enables Selenium debug logging. Mask passwords entered into fields with a QA selector with 'password' in the name. Doesn't mask sensitive data entered into any other field. | ||||
* | First iteration to allow creating QA resources using the API | Rémy Coutable | 2018-10-17 | 4 | -14/+80 |
| | |||||
* | Allow the registration e2e test to be skipped | Mark Lapierre | 2018-10-08 | 1 | -16/+24 |
| | | | | | | | If SIGNUP_DISABLED is true skip any tests with a context :skip_signup_disabled. The context is set for the registration tests. This allows the tests to be skipped when run on the staging, which doesn't allow registration | ||||
* | Enable signing in as admin when adding a license | Mark Lapierre | 2018-09-10 | 1 | -21/+0 |
| | | | | | | | | 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. | ||||
* | Allow to pass --tag to bin/qa run | Rémy Coutable | 2018-08-28 | 1 | -0/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | [QA] Improve the fork scenario to take a username and password instead of ↵qa-staging-2 | Rémy Coutable | 2018-08-20 | 1 | -0/+25 |
| | | | | | | | | always creating a new user Fixes https://gitlab.com/gitlab-org/quality/staging/issues/2. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | [QA] Add a new scenario to test GitHub import | Rémy Coutable | 2018-07-06 | 1 | -0/+23 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Improve the Runtime::API classes | Rémy Coutable | 2018-06-06 | 3 | -42/+44 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Removed API endpoint and specsfj-36819-remove-v3-api | Francisco Javier López | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | It's actually raising QA::Service::Shellout::CommandError | Lin Jen-Shin | 2018-04-20 | 1 | -1/+2 |
| | |||||
* | Remove test against DSA ssh keys because | Lin Jen-Shin | 2018-03-29 | 1 | -9/+0 |
| | | | | | we're not really supporting them out of the box. See: https://gitlab.com/gitlab-org/gitlab-ce/issues/44363 | ||||
* | Implement other ssh keys and use ssh-keygen instead | Lin Jen-Shin | 2018-03-29 | 4 | -1/+36 |
| | |||||
* | Introduce Key namespace so we could put more keys | Lin Jen-Shin | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | 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/+21 |
| | | | | | | | 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. | ||||
* | Enable RuboCop Style/RegexpLiteral | Takuya Noguchi | 2018-02-01 | 1 | -1/+1 |
| | |||||
* | Add an test for QA::Runtime::RSAKey | Lin Jen-Shin | 2018-01-24 | 1 | -0/+9 |
| | |||||
* | Add ability to drive the API in QA specs | Brett Walker | 2018-01-23 | 3 | -7/+73 |
| | |||||
* | Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`" | Brett Walker | 2018-01-08 | 1 | -0/+64 |
| | |||||
* | Make it possible to define global scenario attributes | Grzegorz Bizon | 2017-11-09 | 1 | -0/+27 |
| | |||||
* | Add GitLab QA CE strategy and simplify inflectorfeature/gb/gitlab-qa-integration-tests | Grzegorz Bizon | 2017-03-13 | 1 | -39/+14 |
| | |||||
* | Do not use GITLAB_RELEASE env to define QA strategy | Grzegorz Bizon | 2017-03-13 | 1 | -19/+26 |
| | | | | [ci skip] | ||||
* | Fix GitLab QA release inflector strategy | Grzegorz Bizon | 2017-03-09 | 1 | -0/+6 |
| | |||||
* | Implement GitLab QA release inflection strategy | Grzegorz Bizon | 2017-03-09 | 1 | -0/+62 |