Improve tests around authentication
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 153
- Forks
- 46
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 7
Description
checkUser() is an important part of the code after the auth upgrade. It deals with redirects among others.
To improve testing around it we need to think to potentially add a testing framework like https://www.cypress.io/
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Locate checkUser() in the TypeScript code and trace the redirect behavior mentioned in the issue. Evaluate the proposed Cypress testing framework and identify the authentication and redirect cases that need coverage; done should mean those cases have repeatable tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cypress, typescript
- Domain
- authentication, testing
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100