2024-05-02 20:43:12 -04:00
|
|
|
{
|
|
|
|
"steps": [{
|
2024-09-25 21:50:54 -04:00
|
|
|
"args": "run --quiet --reload --allow-net --allow-import --cert RootCA.pem cafile_ts_fetch.ts",
|
2024-05-02 20:43:12 -04:00
|
|
|
"flaky": true,
|
|
|
|
"output": "cafile_ts_fetch.ts.out"
|
|
|
|
}, {
|
|
|
|
"args": "eval --cert RootCA.pem fetch('https://localhost:5545/cert/cafile_ts_fetch.ts.out').then(r=>r.text()).then(t=>console.log(t.trimEnd()))",
|
|
|
|
"flaky": true,
|
|
|
|
"output": "cafile_ts_fetch.ts.out"
|
|
|
|
}, {
|
2024-09-25 21:50:54 -04:00
|
|
|
"args": "info --quiet --allow-import --cert RootCA.pem https://localhost:5545/cert/cafile_info.ts",
|
2024-05-02 20:43:12 -04:00
|
|
|
"flaky": true,
|
|
|
|
"output": "cafile_info.ts.out"
|
|
|
|
}, {
|
2024-09-25 21:50:54 -04:00
|
|
|
"args": "cache --quiet --allow-import --cert RootCA.pem http://localhost:4545/cert/cafile_url_imports.ts",
|
2024-05-02 20:43:12 -04:00
|
|
|
"flaky": true,
|
|
|
|
"output": ""
|
|
|
|
}]
|
|
|
|
}
|