Skip to content

Instantly share code, notes, and snippets.

@SarahElson
Created September 6, 2022 16:12
Show Gist options
  • Save SarahElson/7698a70fdc7cce5880ac57747245738e to your computer and use it in GitHub Desktop.
Save SarahElson/7698a70fdc7cce5880ac57747245738e to your computer and use it in GitHub Desktop.
Playwright Python Tutorial: Getting Started With Python End To End Testing
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