Playwright + Native Node Test Runner (#3893)

This commit is contained in:
Louis Lam 2023-12-17 19:02:22 +08:00 committed by GitHub
parent f24c3583fb
commit 996ff28ed9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 1611 additions and 5073 deletions

View file

@ -0,0 +1,6 @@
const fs = require("fs");
fs.rmSync("./data/playwright-test", {
recursive: true,
force: true,
});