playwright project
This commit is contained in:
15
PlaywrightProject/PlaywrightTests/Tests/UnitTest1.cs
Normal file
15
PlaywrightProject/PlaywrightTests/Tests/UnitTest1.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace PlaywrightTests;
|
||||
|
||||
public class Tests
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.Pass();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user