1 Answer
- Newest
- Most votes
- Most comments
1
The Amplify team is aware of this feature and they are working on adding this test phase back in the near future.
As a workaround, I suggest using the AWS CLI to access the Test Artifacts[1][2]. The GetJob API Endpoint returns a testArtifactsUrl field which contains "The URL to the test artifact for the execution step." The CLI Command will be:
$ aws amplify get-job --region <Region> --app-id <App-ID> --branch-name <Branch-name> --job-id <Job id>
answered 2 years ago
Relevant content
- asked 4 years ago
