playwright project

This commit is contained in:
Lukáš Kaňka
2023-08-24 22:18:22 +02:00
parent e31b2bd477
commit 37fc3e4933
39 changed files with 111 additions and 19 deletions

View File

@ -0,0 +1,15 @@
namespace PlaywrightTests;
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}