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
2019-05-28Add documentation for element naming conventionsddavison
Refactor all capital files to lowercase Signed-off-by: ddavison <ddavison@gitlab.com>
2019-05-14This is the first iteration of documentation for the GitLab QAWalmyr
framework that intends to make easier for every engineer to contribute with the end-to-end tests creation, edition, and improvements.
2019-04-09Add 'bundle exec' to the 'bin/qa' calls in qa/README.mdRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-01Document click_ vs. go_to_ standard for e2e testsWalmyr Lima
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59645.
2019-03-27Set feature flag via command lineMark Lapierre
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)
2019-02-28Link to instructions to run SSH tests on GDKMark Lapierre
2019-02-20Update QA docsMark Lapierre
Use consistent language (end-to-end instead of integration). Clarify purpose of `qa/specs/features/` vs. `spec`
2019-01-08Add doc for quarantined testsMark Lapierre
2018-11-28Adds QA_COOKIES option to gitlab-qaJohn Jarvis
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-20add initial smoke tests and documentationDan Davison
2018-07-12Adding spec to test basic forking functionalitiesMykhailo Formus
2018-03-19Rename `package-qa` in docsToon Claes
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.
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-02-09Add documentation on how to build a QA Docker imageStan Hu
2018-02-08Allow using a different sandbox group for QALin Jen-Shin
2018-02-06Revert "Merge branch 'update-qa-docs-with-directory-req' into 'master'"Robert Speicher
This reverts commit e6579d82cb87ca5cb94639851482f48a73a2b74f, reversing changes made to afcd9fc7f415dc5a8794ad1ef2498baee08aa825.
2018-01-31Add note about being in the `qa` directory for `bin/qa` to workEric Eastwood
I ran into some issues when trying it out https://gitlab.slack.com/archives/C3JJET4Q6/p1517384135000134
2018-01-12Add a note about GitLab QA page objects validator to docsGrzegorz Bizon
2018-01-11Add link to QA page objects docs from main READMEGrzegorz Bizon
2017-12-20Specify how we're utilizing rspec hereLin Jen-Shin
2017-10-05Use the default password from the GDK's root userRobert Speicher
[ci skip]
2017-09-30Add GitLab QA documentationStan Hu
[ci skip]
2017-03-09Extend README.md for GitLab QA in `qa/` directoryGrzegorz Bizon
[ci skip]
2017-03-09Extend README for GitLab QA files in `qa/`Grzegorz Bizon
[ci skip]
2017-03-09Add GitLab QA integrations tests to GitLab CE / EEGrzegorz Bizon