enhance(e2e): add a local plugin for the e2e tests

This commit is contained in:
charlie
2024-01-11 19:10:28 +08:00
parent af03ed50d5
commit 9ef1d89089
6 changed files with 117 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "e2e-plugin",
"description": "A plugin for e2e tests",
"main": "./index.html",
"logseq": {
"id": "a-logseq-plugin-for-e2e-tests"
}
}