Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (5 days ago)
- Default Branch: main
- Last Pushed: 2024-11-01T15:02:42.000Z (4 days ago)
- Last Synced: 2024-11-01T15:28:49.612Z (4 days ago)
- Topics: csharp, dotnet-core, framework, playwright, test-automation, testing-framework
- Language: C#
- Homepage:
- Size: 0 Bytes
- 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