Skip to content

JanusHealthInc/interview-playwright-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation Interview Project

Installation

First install dependencies with npm or yarn:

npm install

OR

yarn install

Instructions

Create a Node.js program in Javascript/Typescript that uses the Playwright library.

Playwright Documentation: https://playwright.dev/

  1. Write solution in solution.ts
  2. Run with yarn tbin

Basic Requirements:

Step 1

Find the 3 lowest prices on Amazon.com for each of the following search terms:

  • “nvidia 3060”

  • “nvidia 3070”

  • “nvidia 3080”

Step 2

Write each search term’s lowest priced products to a CSV file where each row has columns for product and price

Extra Credit:

How would you generalize this for any search term?

How might you change your design if we needed to search products on a different website?

How might you test this automation? - Talk through this only

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors