Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aumohsin99/automationpanda_course_pw_ts

Playwright with TypeScript Practice Project
https://github.com/aumohsin99/automationpanda_course_pw_ts

automation playwright playwright-tests playwright-typescript practice-project typescript

Last synced: about 1 month ago
JSON representation

Playwright with TypeScript Practice Project

Awesome Lists containing this project

README

        

# Playwright Practice Project

This repository hosts a Playwright practice project built using TypeScript. In this repository, I practiced test automation using Playwright and TypeScript and used two resources.

## Resources

- [Automation Panda Playwright Repository](https://github.com/AutomationPanda/awesome-web-testing-playwright)
- followed step by step instructions from this repo
- [Sample Trello Project Repository](https://github.com/filiphric/trelloapp-vue-vite-ts)
- developed and executed tests for this repo locally

## Introduction

This project demonstrates how to use [Playwright](https://playwright.dev/) with TypeScript for test automation. It includes sample tests, setup instructions, and a GitHub Actions workflow to automate the test execution.