Skip to content

Commit a19f9a8

Browse files
committed
feat: add playwright test method
1 parent ad6e3e0 commit a19f9a8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

scripts/setupPlaywright.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"use strict";
2+
3+
module.exports = async () => {};

test/helpers/conditional-test.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"use strict";
22

3+
const { test } = require("@playwright/test");
4+
35
const isWindows = process.platform === "win32";
46

57
function skipTestOnWindows(reason) {

0 commit comments

Comments
 (0)