First commit
This commit is contained in:
5
e2e-playwright/tests/hello-world.spec.js
Normal file
5
e2e-playwright/tests/hello-world.spec.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { test, expect } = require("@playwright/test");
|
||||
|
||||
test("Empty test", async ({ page }) => {
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user