Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aswinr19/shopify-checkout-automation-ph-assignment
Automate shopify store checkout using selenium
https://github.com/aswinr19/shopify-checkout-automation-ph-assignment
Last synced: about 2 months ago
JSON representation
Automate shopify store checkout using selenium
- Host: GitHub
- URL: https://github.com/aswinr19/shopify-checkout-automation-ph-assignment
- Owner: aswinr19
- Created: 2024-08-12T14:56:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T01:44:49.000Z (5 months ago)
- Last Synced: 2024-10-12T11:33:45.219Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shopify-checkout-automation-ph-assignment
Automate shopify store checkout using selenium
#### Getting started
Clone the repo and install necessary dependencies
```
git clone [email protected]:aswinr19/shopify-checkout-automation-ph-assignment.gitcd shopify-checkout-automation-ph-assignment
npm install
```Populate the fields for checkout (first name, last name, address etc) and run the project
```
npm run start```