QA/Execution/Web Testing/Docs/Automation/StyleGuide: Difference between revisions

Line 60: Line 60:
* Each page should be grouped within one module.
* Each page should be grouped within one module.
* If using multiple words to describe a module separate them with underscores '_'
* If using multiple words to describe a module separate them with underscores '_'
    test_search.py
* Timeout time should be taken from pytest-mozwebqa via <code>page.py's</code> timeout property.
* Timeout time should be taken from pytest-mozwebqa via <code>page.py's</code> timeout property.
* Single quotes (') should be used instead of double (") throughout.
* Single quotes (') should be used instead of double (") throughout.
Confirmed users
2,197

edits