Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.git

cd 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

```