2022-07-29 03:34:55 -05:00
|
|
|
{
|
|
|
|
"common": {
|
2022-09-01 21:46:50 -05:00
|
|
|
"library": "/full/path/to/test/library/on/host/TV",
|
2022-07-29 03:34:55 -05:00
|
|
|
"episode": "Episode title to search for"
|
|
|
|
},
|
|
|
|
"servers": [
|
|
|
|
{
|
|
|
|
"comment": "Optional comment to identify this server",
|
|
|
|
"image": "ghcr.io/confusedpolarbear/jellyfin-intro-skipper:latest",
|
|
|
|
"username": "admin",
|
|
|
|
"password": "hunter2",
|
|
|
|
"browsers": [
|
|
|
|
"chrome",
|
|
|
|
"firefox"
|
|
|
|
], // supported values are "chrome" and "firefox".
|
|
|
|
"tests": [
|
|
|
|
"skip_button", // test skip intro button
|
|
|
|
"settings" // test plugin administration page
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|