From 548cd83327ce13d7aba0ef80a19e05af4b4a9da2 Mon Sep 17 00:00:00 2001 From: Aditya Samantaray Date: Tue, 26 Apr 2022 15:34:31 +0530 Subject: [PATCH 1/2] chore: moved playwright-dotnet to playwright-csharp folder --- .../PlaywrightDotnetTests.csproj | 0 {playwright-dotnet => playwright-csharp}/PlaywrightIPhoneTest.cs | 0 {playwright-dotnet => playwright-csharp}/PlaywrightLocalTest.cs | 0 .../PlaywrightParallelTest.cs | 0 {playwright-dotnet => playwright-csharp}/PlaywrightPixelTest.cs | 0 .../PlaywrightSessionDetailsTest.cs | 0 {playwright-dotnet => playwright-csharp}/PlaywrightTest.cs | 0 {playwright-dotnet => playwright-csharp}/Program.cs | 0 {playwright-dotnet => playwright-csharp}/README.md | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {playwright-dotnet => playwright-csharp}/PlaywrightDotnetTests.csproj (100%) rename {playwright-dotnet => playwright-csharp}/PlaywrightIPhoneTest.cs (100%) rename {playwright-dotnet => playwright-csharp}/PlaywrightLocalTest.cs (100%) rename {playwright-dotnet => playwright-csharp}/PlaywrightParallelTest.cs (100%) rename {playwright-dotnet => playwright-csharp}/PlaywrightPixelTest.cs (100%) rename {playwright-dotnet => playwright-csharp}/PlaywrightSessionDetailsTest.cs (100%) rename {playwright-dotnet => playwright-csharp}/PlaywrightTest.cs (100%) rename {playwright-dotnet => playwright-csharp}/Program.cs (100%) rename {playwright-dotnet => playwright-csharp}/README.md (100%) diff --git a/playwright-dotnet/PlaywrightDotnetTests.csproj b/playwright-csharp/PlaywrightDotnetTests.csproj similarity index 100% rename from playwright-dotnet/PlaywrightDotnetTests.csproj rename to playwright-csharp/PlaywrightDotnetTests.csproj diff --git a/playwright-dotnet/PlaywrightIPhoneTest.cs b/playwright-csharp/PlaywrightIPhoneTest.cs similarity index 100% rename from playwright-dotnet/PlaywrightIPhoneTest.cs rename to playwright-csharp/PlaywrightIPhoneTest.cs diff --git a/playwright-dotnet/PlaywrightLocalTest.cs b/playwright-csharp/PlaywrightLocalTest.cs similarity index 100% rename from playwright-dotnet/PlaywrightLocalTest.cs rename to playwright-csharp/PlaywrightLocalTest.cs diff --git a/playwright-dotnet/PlaywrightParallelTest.cs b/playwright-csharp/PlaywrightParallelTest.cs similarity index 100% rename from playwright-dotnet/PlaywrightParallelTest.cs rename to playwright-csharp/PlaywrightParallelTest.cs diff --git a/playwright-dotnet/PlaywrightPixelTest.cs b/playwright-csharp/PlaywrightPixelTest.cs similarity index 100% rename from playwright-dotnet/PlaywrightPixelTest.cs rename to playwright-csharp/PlaywrightPixelTest.cs diff --git a/playwright-dotnet/PlaywrightSessionDetailsTest.cs b/playwright-csharp/PlaywrightSessionDetailsTest.cs similarity index 100% rename from playwright-dotnet/PlaywrightSessionDetailsTest.cs rename to playwright-csharp/PlaywrightSessionDetailsTest.cs diff --git a/playwright-dotnet/PlaywrightTest.cs b/playwright-csharp/PlaywrightTest.cs similarity index 100% rename from playwright-dotnet/PlaywrightTest.cs rename to playwright-csharp/PlaywrightTest.cs diff --git a/playwright-dotnet/Program.cs b/playwright-csharp/Program.cs similarity index 100% rename from playwright-dotnet/Program.cs rename to playwright-csharp/Program.cs diff --git a/playwright-dotnet/README.md b/playwright-csharp/README.md similarity index 100% rename from playwright-dotnet/README.md rename to playwright-csharp/README.md From 875672e15fc3d3f0afd081f0f87fcd66645a9830 Mon Sep 17 00:00:00 2001 From: Aditya Samantaray Date: Tue, 26 Apr 2022 15:40:34 +0530 Subject: [PATCH 2/2] chore: update readme for playwright-csharp --- playwright-csharp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright-csharp/README.md b/playwright-csharp/README.md index d3afc0e..d63f4d1 100644 --- a/playwright-csharp/README.md +++ b/playwright-csharp/README.md @@ -6,7 +6,7 @@ ## Setup -* Clone the repo and run `cd Playwright-dotnet` +* Clone the repo and run `cd playwright-csharp` * Run `dotnet build` ## Running your tests