test-reporter/src/utils
Johannes Spangenberg f763877804 Fix problematic retransmission of authentication token
The retransmission of the authentication token to the server providing
the artifact caused the following errors when using Artifacts v4:

  HTTPError: Response code 400 (Authentication information is not given
  in the correct format. Check the value of Authorization header.)

It looks like the service serving the artifacts does not expect the
authentication header, and therefore complaines about inproper use of
the authentication header. Delegating the redirect-handling to the `got`
library fixes the issue according to my tsts.
2024-05-04 13:43:51 +02:00
..
git.ts Update to node16 + recent versions of core and exec packages 2022-10-13 22:05:31 +02:00
github-utils.ts Fix problematic retransmission of authentication token 2024-05-04 13:43:51 +02:00
markdown-utils.ts Update markdown-utils.ts 2022-10-05 22:01:58 +02:00
node-utils.ts Fix tests on non us-EN local env (#185) 2022-08-19 21:53:20 +02:00
parse-utils.ts Avoid split on undefined 2023-08-09 15:24:41 -04:00
path-utils.ts Add support for loading test results from artifacts 2021-02-15 15:18:55 +01:00
slugger.ts Manually create anchors for headings 2020-11-18 23:31:33 +01:00