microsoft / microsoft/AzureTRE
Improve time to run E2E tests
Open
Nobody has claimed this yet.
e2e-tests
story
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
Description
As a TRE Developer
I want to bring down time it takes to run E2E tests
So that I can ship features faster
Currently, the tests take between 1hr45min and 2hrs to run. This can be significantly reduced if the tests are ran in parallel, and only relevant paths of the code base are tested.
Acceptance criteria
- #2839
- #2840
- #2868
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.