Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aumohsin99/automationpanda_course_pw_ts
- Owner: aumohsin99
- Created: 2024-07-13T17:43:10.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-24T13:10:27.000Z (4 months ago)
- Last Synced: 2024-10-01T04:42:27.259Z (about 2 months ago)
- Topics: automation, playwright, playwright-tests, playwright-typescript, practice-project, typescript
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.