https://github.com/pgaria/dotnet-core-playwright-framework
Sample project written in C# and .NetCore 8 using the Playwright Framework.
https://github.com/pgaria/dotnet-core-playwright-framework
csharp dotnet-core framework playwright test-automation testing-framework
Last synced: 12 months ago
JSON representation
Sample project written in C# and .NetCore 8 using the Playwright Framework.
- Host: GitHub
- URL: https://github.com/pgaria/dotnet-core-playwright-framework
- Owner: pgaria
- Created: 2024-11-01T13:14:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T15:02:42.000Z (over 1 year ago)
- Last Synced: 2025-02-13T13:53:02.411Z (about 1 year ago)
- Topics: csharp, dotnet-core, framework, playwright, test-automation, testing-framework
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Sample project written in C# and .Net Core using the Playwright Framework. You can clone and extend the framework for your needs. Project has some basics of Appsettings configuration loading and injecting in the application, Reading the TestRailId or any TestCaseID you an use from the application property.
## Getting Started
1. Installation process
Check out the project using git Clone.
2. Software dependencies
* C# and .net Core 8
* [Playwright](https://playwright.dev/dotnet/)
3. Browser Cloud Instance:
* [LamdaTest](https://www.lambdatest.com/)
## Status
Clone and start writing the tests in your favourite application.
## Authors
Pawan Garia