mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
Added automation
This commit is contained in:
parent
57dfbd6748
commit
d31da0a249
44 changed files with 7013 additions and 6 deletions
2730
tests/cypress/fixtures/details/tv/response.json
Normal file
2730
tests/cypress/fixtures/details/tv/response.json
Normal file
File diff suppressed because it is too large
Load diff
12
tests/cypress/fixtures/details/tv/streamingResponse.json
Normal file
12
tests/cypress/fixtures/details/tv/streamingResponse.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"order": 6,
|
||||
"streamingProvider": "JamiesNetwork",
|
||||
"logo": "/hYrcCS72d2alfXdGS1QXNEvwYDY.jpg"
|
||||
},
|
||||
{
|
||||
"order": 3,
|
||||
"streamingProvider": "Super1",
|
||||
"logo": "/zLX0ExkHc8xJ9W4u9JgnldDQLKv.jpg"
|
||||
}
|
||||
]
|
5
tests/cypress/fixtures/example.json
Normal file
5
tests/cypress/fixtures/example.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Using fixtures to represent data",
|
||||
"email": "hello@cypress.io",
|
||||
"body": "Fixtures are a great way to mock data for responses to routes"
|
||||
}
|
10
tests/cypress/fixtures/login/authenticationSettngs.json
Normal file
10
tests/cypress/fixtures/login/authenticationSettngs.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"allowNoPassword": false,
|
||||
"requireDigit": false,
|
||||
"requiredLength": 0,
|
||||
"requireLowercase": false,
|
||||
"requireNonAlphanumeric": false,
|
||||
"requireUppercase": false,
|
||||
"enableOAuth": true,
|
||||
"id": 14
|
||||
}
|
10
tests/cypress/fixtures/login/landingPageSettings.json
Normal file
10
tests/cypress/fixtures/login/landingPageSettings.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"enabled": false,
|
||||
"noticeEnabled": false,
|
||||
"noticeText": "Hey what's up!\n<br>\n<br>\nThe username and password is beta\n<br>\n<br>\nEnjoy!",
|
||||
"timeLimit": false,
|
||||
"startDateTime": "0001-01-01T00:00:00",
|
||||
"endDateTime": "0001-01-01T00:00:00",
|
||||
"expired": false,
|
||||
"id": 0
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue