Created
September 6, 2022 16:11
-
-
Save SarahElson/14b61bc5448875980c359f0dbf3e5bc5 to your computer and use it in GitHub Desktop.
playwright_python_test_structure.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Project Directory | |
|-----------elementSelectors | |
| |----------------loginAndBuySelectors.py | |
| |----------------registrationPageSelectors.py | |
| | |
|------------testCapabilities | |
| |-----------------testCaps.py | |
| | |
|-------------testScenarios | |
| |-----------------.env | |
| |-----------------parallelLoginBuyRun.py | |
| |-----------------parallelSignupRun.py | |
| |-----------------singleLoginBuyRun.py | |
| |-----------------singleSignupRun.py | |
| | |
|---------------testScripts | |
|-----------------parallelLoginBuyScript | |
|-----------------parallelSignup.py | |
|-----------------singleLoginBuyScript.py | |
|-----------------singleSignupScript.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment