mitre-attack / mitre-attack/attack-workbench-frontend
Implement E2E tests
Open
@seansica is already working on this.
Since Jan 5, 2023.
- Dominant language
- TypeScript
- Stars
- 438
- Forks
- 79
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 3
Description
As a developer, I want to run end-to-end (E2E) tests so that I can implement changes with greater assurance that modifications to the code will not unexpectedly break existing functionality.
According to this official blog post, as of Angular v12, Protractor is being deprecated and replaced by Cypress, Nightwatch, and WebdriverIO.
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.