Skip to content

graffhyrum/playwright-project-demo

Repository files navigation

Playwright Project Showcase

This project is a Playwright test runner built with TypeScript and JavaScript.

TOC

Summary

This project is a Playwright test project template and code library. It is built with TypeScript and JavaScript. Much of the contents were inspired by or made during my work on the first major QA automation project I did professionally. Some parts will be good, and other parts assuredly less so. This is part portfolio showcase, part nostalgia, and part reference project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js
  • npm

Installing

  1. Clone the repository
git clone https://github.com/graffhyrum/playwright-project-demo.git
  1. Install dependencies
npm install
  1. Copy the .env.example file and create a .env file
cp .env.example .env
  1. Uncomment the environment flag in the .env file that you want to test

Running the tests

Run the tests using the following command:

npm test

Built With

Authors

License

This project is licensed under the ISC License.

Planned Features

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published