api/test-ci: add functionality for running all tests

This commit is contained in:
jj
2024-11-13 17:24:51 +00:00
parent aaf7077364
commit 91e8ef8ab4
2 changed files with 85 additions and 44 deletions

View File

@@ -41,4 +41,4 @@ export async function runTest(url, params, expect) {
if (result.body.status === 'tunnel') {
// TODO: stream testing
}
}
}