Experiments different testing framework for NextJS
- As a software tests developper, I should be to implement tests in a NextJS project, in order to ensure high quality of the delivrables,
- As a software tests developper, I should be have automated hooks that improve the quality of my code (on commit or push) , in order to ensure high quality of the delivrables,
- As a software tests developper, I should get quick feedback of the quality of my code, in order to ensure high quality of the delivrables,
- As a project maintainer, I should be able to check the code code quality on CI pipelines, in order to ensure high quality of the delivrables,
- List all relevant testing frameworks for NextJS in a nd MD file,
- List all open source software tool that can help to imporve code quality (SonarQube, Selenium...),
- Create a starter NextJS application,
- Create fake Page/... for testing,
- Create a test for the UI/...,
- Update the README fie,
- Add comparison (Pros, Cons) of the frameworks and tools to the above MD file.
- Test each Framework in a separate branch,
- Use devContainer extension to hanlde developement environement.