Skip to content

arsh-anwr/playwright_amazon

Repository files navigation

Amazon Search Bar Automation with Playwright

This project demonstrates how to automate the Amazon search bar using Playwright. Playwright is a Node.js library for automating browsers, and in this project, we use page object model to test and validate amazon search bar functionality.

Getting Started

To get started with this project, follow these steps:

Prerequisites

  • Node.js installed on your machine
  • npm package manager

Clone the Repository

Clone this repository to your local machine using the following command:

git clone https://github.com/arsh_anwr/playwright_amazon.git

Install Dependencies

Navigate to the project directory and install the necessary dependencies:

cd playwright_amazon
npm install

Run the Test

To run the test, use the following command:

npx playwright test                        
# with UI
npx playwright test --ui

Get HTML Report

npx playwright show-report 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published