Add artists robot tests

This commit is contained in:
Zoe Roux
2022-10-25 11:57:50 +09:00
committed by Bluub
parent 89dbee0b17
commit 7bcdc4ff22
4 changed files with 127 additions and 9 deletions
+5 -4
View File
@@ -100,9 +100,10 @@ Find multiples songs filtered by type
Get midi file
&{res}= POST
... /song
... {"name": "Mama mia", "difficulties": {}, "midiPath": "/musics/Beethoven-125-4.midi", "musicXmlPath": "/musics/Beethoven-125-4.mxl"}
... {"name": "Mama mia", "difficulties": {}, "midiPath": "/musics/Beethoven-125-4/Beethoven-125-4.midi", "musicXmlPath": "/musics/Beethoven-125-4/Beethoven-125-4.mxl"}
Output
Integer response status 201
GET /song/${res.body.id}/midi
Output
[Teardown] DELETE /song/${res.body.id}
GET /song/${res.body.id}/midi
Integer response status 200
#Output
[Teardown] DELETE /song/${res.body.id}