Update tasks doc and fix Robot test keyword
- Remove completed Task 1 from Docs/tasks.md - Fix download.robot: use Get JSON Value instead of deprecated Get Value From Json - Minor whitespace cleanup
This commit is contained in:
@@ -1881,22 +1881,22 @@ storage = function () {
|
||||
window.output = {};
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["suite"] = [1,2,3,4,[],[1,0,1272],[],[[5,0,6,[],[1,205,76],[]],[7,0,8,[],[1,713,56],[]],[9,0,10,[],[1,775,57],[]],[11,0,12,[],[1,837,88],[]],[13,0,14,[],[1,929,42],[]],[15,0,16,[],[1,976,45],[]],[17,0,18,[],[1,1026,42],[]],[19,0,20,[],[1,1072,59],[]],[21,0,22,[],[1,1135,70],[]],[23,0,24,[],[1,1209,58],[]]],[],[10,10,0,0]];
|
||||
window.output["suite"] = [1,2,3,4,[],[0,0,6823],[],[[5,0,6,[],[0,216,614,7],[]],[8,0,9,[],[0,1261,613,7],[]],[10,0,11,[],[0,1880,613,7],[]],[12,0,13,[],[0,2498,613,7],[]],[14,0,15,[],[0,3115,613,7],[]],[16,0,17,[],[0,3733,613,7],[]],[18,0,19,[],[0,4351,613,7],[]],[20,0,21,[],[0,4968,615,7],[]],[22,0,23,[],[0,5587,614,7],[]],[24,0,25,[],[0,6205,614,7],[]]],[],[10,0,10,0]];
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["strings"] = [];
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["strings"] = window.output["strings"].concat(["*","*Config","*/home/lukas/Volume/repo/Aniworld/tests/robot/api/config.robot","*../tests/robot/api/config.robot","*<p>Configuration API tests for Aniworld. Covers get, update, validate, backup create/list/restore/delete, and export/import.\x3c/p>","*Get Default Config","*<p>Retrieve the current configuration and verify its structure.\x3c/p>","*Update Config","*<p>Update configuration fields and verify they are persisted.\x3c/p>","*Validate Valid Config","*<p>Validate a well-formed configuration.\x3c/p>","*Validate Invalid Config Missing Name","*<p>Validate a config missing the required 'name' field.\x3c/p>","*Validate Invalid Schedule Time","*<p>Validate a config with malformed schedule_time.\x3c/p>","*Validate Invalid Log Level","*<p>Validate a config with an invalid logging level.\x3c/p>","*Config Backup Create","*<p>Create a configuration backup and verify it exists.\x3c/p>","*Config Backup List","*<p>List configuration backups and verify the response structure.\x3c/p>","*Config Backup Restore","*<p>Create a backup, change config, then restore and verify reversion.\x3c/p>","*Config Backup Delete","*<p>Create a backup and then delete it.\x3c/p>"]);
|
||||
window.output["strings"] = window.output["strings"].concat(["*","*Config","*/home/lukas/Volume/repo/Aniworld/tests/robot/api/config.robot","*../tests/robot/api/config.robot","*<p>Configuration API tests for Aniworld. Covers get, update, validate, backup create/list/restore/delete, and export/import.\x3c/p>","*Get Default Config","*<p>Retrieve the current configuration and verify its structure.\x3c/p>","eNqFjz0LwkAQRHt/xWCTBMR4gh8cWAXFRhG0E4szWclBuA13GxL/vdFC0UamW5b3Zo4kTY2bsRUVepCxc5SLZbf2nr3G9nQ6fI4H5iouOcgqUtPFeNJHRSPU7GW1XMxnicbOdPAk3lIAdTlRQQVaKyUaX2mkprapaaRMw0scZ6YJ/cf1jj21P/p4+K3/o968RkAYFMRcKxtKGDhqkb8RGuce7RhKqQs+6L7z7VlkmCQP3fRcPg==","*Update Config","*<p>Update configuration fields and verify they are persisted.\x3c/p>","*Validate Valid Config","*<p>Validate a well-formed configuration.\x3c/p>","*Validate Invalid Config Missing Name","*<p>Validate a config missing the required 'name' field.\x3c/p>","*Validate Invalid Schedule Time","*<p>Validate a config with malformed schedule_time.\x3c/p>","*Validate Invalid Log Level","*<p>Validate a config with an invalid logging level.\x3c/p>","*Config Backup Create","*<p>Create a configuration backup and verify it exists.\x3c/p>","*Config Backup List","*<p>List configuration backups and verify the response structure.\x3c/p>","*Config Backup Restore","*<p>Create a backup, change config, then restore and verify reversion.\x3c/p>","*Config Backup Delete","*<p>Create a backup and then delete it.\x3c/p>"]);
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["stats"] = [[{"elapsed":"00:00:01","fail":0,"label":"All Tests","pass":10,"skip":0}],[],[{"elapsed":"00:00:01","fail":0,"id":"s1","label":"Config","name":"Config","pass":10,"skip":0}]];
|
||||
window.output["stats"] = [[{"elapsed":"00:00:06","fail":10,"label":"All Tests","pass":0,"skip":0}],[],[{"elapsed":"00:00:07","fail":10,"id":"s1","label":"Config","name":"Config","pass":0,"skip":0}]];
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["baseMillis"] = 1782561322608;
|
||||
window.output["baseMillis"] = 1782655053116;
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["generated"] = 1294;
|
||||
window.output["generated"] = 6838;
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["expand_keywords"] = null;
|
||||
|
||||
Reference in New Issue
Block a user