gitlab-org--gitlab-foss/qa/spec/page
Mark Lapierre 45860bc807 Log page actions
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-19 18:32:33 -04:00
..
base_spec.rb Disable the QA/ElementWithPattern cop for existing offenses 2018-10-15 17:55:53 +02:00
element_spec.rb Fix QA selector class used to click on QA elements 2018-01-10 10:49:11 +01:00
logging_spec.rb Log page actions 2018-10-19 18:32:33 -04:00
validator_spec.rb [QA] Improve admin hashed-storage settings 2018-10-02 12:11:44 +02:00
view_spec.rb Disable the QA/ElementWithPattern cop for existing offenses 2018-10-15 17:55:53 +02:00