Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SarahElson/14b61bc5448875980c359f0dbf3e5bc5 to your computer and use it in GitHub Desktop.
Save SarahElson/14b61bc5448875980c359f0dbf3e5bc5 to your computer and use it in GitHub Desktop.
playwright_python_test_structure.py
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