https://github.com/codebytes/testing-with-playwright
https://github.com/codebytes/testing-with-playwright
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebytes/testing-with-playwright
- Owner: codebytes
- License: mit
- Created: 2023-08-30T21:36:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T17:46:43.000Z (about 1 year ago)
- Last Synced: 2024-06-26T22:17:04.644Z (about 1 year ago)
- Language: TypeScript
- Size: 22.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testing with Playwright
This repository contains resources and demos for the talk "Testing with Playwright" by Chris Ayers.
## Slides
The slides for the talk can be found at:\
[https://chris-ayers.com/testing-with-playwright/](https://chris-ayers.com/testing-with-playwright/)## Repository Content
This repository contains insights, best practices, and demos showcasing the use of Playwright for web testing in various scenarios. Topics covered include:
- An introduction to software testing.
- Features and benefits of Playwright.
- Creating end-to-end tests with Playwright.
- Integrating Playwright tests in CI/CD pipelines.## Resources
- [Official Playwright Documentation](https://playwright.dev/)
- [Playwright Test Generator](https://playwright.dev/docs/cli#generate-code)
- [Microsoft Playwright Testing Private Preview](https://aka.ms/mpt/private-preview-blog)
- GitHub Repo for this talk: [Testing with Playwright Repository](https://github.com/codebytes/testing-with-playwright)## Connect with Chris Ayers
Feel free to connect with Chris Ayers on social media and visit his blog for more information on Playwright and other topics:
- Twitter: [@Chris_L_Ayers](https://twitter.com/Chris_L_Ayers)
- Mastodon: [@[email protected]](https://hachyderm.io/@Chrisayers)
- LinkedIn: [chris-l-ayers](https://linkedin.com/in/chris-l-ayers/)
- Blog: [https://chris-ayers.com/](https://chris-ayers.com/)
- GitHub: [Codebytes](https://github.com/codebytes)## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.