Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log page actionsml-qa-logging | Mark Lapierre | 2018-10-19 | 1 | -0/+88 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Disable the QA/ElementWithPattern cop for existing offenses | Rémy Coutable | 2018-10-15 | 2 | -5/+5 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | [QA] Improve admin hashed-storage settings | Rémy Coutable | 2018-10-02 | 1 | -1/+1 |
| | | | | | | | | | | This was introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7371 for which no QA was run, even though QA files were changed. This is a follow-up to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7531. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Disambiguate 'File' under qa/ since we have a QA::Factory::Resource::File ↵ | Rémy Coutable | 2018-07-18 | 1 | -2/+2 |
| | | | | | | class as well Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Move repository, storage, abuse settings and logging settings to expandable ↵ | Dmitriy Zaporozhets | 2018-04-02 | 1 | -1/+1 |
| | | | | | | | | sections Also reorganize application settings related to repository in more maninful sections Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix and simplify end-to-end tests for secret variables | Grzegorz Bizon | 2018-02-16 | 1 | -6/+5 |
| | |||||
* | Fix few typos in QA selectors validation code | Grzegorz Bizon | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Fix QA selector class used to click on QA elements | Grzegorz Bizon | 2018-01-10 | 1 | -1/+8 |
| | |||||
* | Reduce duplication in QA page elements-related code | Grzegorz Bizon | 2018-01-09 | 1 | -0/+7 |
| | |||||
* | Add QA login page views / selectors definition | Grzegorz Bizon | 2018-01-09 | 1 | -8/+2 |
| | |||||
* | Improve QA sanity selectors test output message | Grzegorz Bizon | 2018-01-09 | 1 | -1/+1 |
| | |||||
* | Add QA error when page class has no views defined | Grzegorz Bizon | 2018-01-09 | 2 | -12/+21 |
| | |||||
* | Implement QA pages and views validator | Grzegorz Bizon | 2018-01-09 | 1 | -0/+83 |
| | |||||
* | Make it possible to define a QA-specific page element | Grzegorz Bizon | 2018-01-09 | 1 | -9/+12 |
| | |||||
* | Append page validation error if view partial is missing | Grzegorz Bizon | 2017-12-22 | 1 | -20/+31 |
| | |||||
* | Use composite pattern to return page view errors | Grzegorz Bizon | 2017-12-22 | 3 | -1/+54 |
| | |||||
* | Add implementation for matching view elements in QA | Grzegorz Bizon | 2017-12-22 | 1 | -0/+61 |
| | |||||
* | Add domain specific language to define QA page elements | Grzegorz Bizon | 2017-12-22 | 1 | -0/+35 |