mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-23 23:11:13 -04:00
Playwright + Native Node Test Runner (#3893)
This commit is contained in:
parent
f24c3583fb
commit
996ff28ed9
23 changed files with 1611 additions and 5073 deletions
6
extra/remove-playwright-test-data.js
Normal file
6
extra/remove-playwright-test-data.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const fs = require("fs");
|
||||
|
||||
fs.rmSync("./data/playwright-test", {
|
||||
recursive: true,
|
||||
force: true,
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue