forked from GitHubMirrors/silverbullet-icalendar
feat(test): implement Playwright E2E and Dockerized testing infrastructure
Some checks failed
Build SilverBullet Plug / build (push) Has been cancelled
Some checks failed
Build SilverBullet Plug / build (push) Has been cancelled
This commit is contained in:
14
test_space_e2e/CONFIG.md
Normal file
14
test_space_e2e/CONFIG.md
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
# Configuration
|
||||
|
||||
```space-lua
|
||||
config.set("icalendar", {
|
||||
sources = {
|
||||
{
|
||||
url = "http://172.22.0.3/reachcalendar.ics",
|
||||
name = "TestCalendar"
|
||||
}
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user