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-10-20Log page actionsMark Lapierre
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.
2018-10-17First iteration to allow creating QA resources using the APIRémy Coutable
2018-10-08Allow the registration e2e test to be skippedMark Lapierre
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
2018-09-11Enable signing in as admin when adding a licenseMark Lapierre
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.
2018-08-28Allow to pass --tag to bin/qa runRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-20[QA] Improve the fork scenario to take a username and password instead of ↵Rémy Coutable
always creating a new user Fixes https://gitlab.com/gitlab-org/quality/staging/issues/2. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-06[QA] Add a new scenario to test GitHub importRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-11GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. ↵Stan Hu
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.
2018-01-23Add ability to drive the API in QA specsBrett Walker
2018-01-08Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`"Brett Walker