Part 5
In this part we return to the frontend, first looking at different possibilities for testing the React code. We will also implement token based authentication which will enable users to log in to our application.
Part updated 3rd March 2024
- Jest replaced by Vitest
- Brought alongside Cypress as an alternative for Playwright End to end testing