Added docker based integration testing
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Feature: Ping API
|
||||
|
||||
Scenario: Airsonic responds to ping requests
|
||||
When A ping request is sent
|
||||
Then A required parameter response is received
|
||||
@@ -0,0 +1,11 @@
|
||||
Feature: Stream API for MP3
|
||||
|
||||
Background:
|
||||
Given Media file stream/piano/piano.mp3 is added
|
||||
And a scan is done
|
||||
|
||||
Scenario: Airsonic sends stream data
|
||||
When A stream request is sent
|
||||
Then The response bytes are equal
|
||||
# TODO check length
|
||||
|
||||
Reference in New Issue
Block a user