Automated testing after changes
In our web project, we have a large number of tests implemented ( Jest )
After the prototyper makes changes, we have to manually go to the code part and run the tests on the terminal shell.
It would be great if we could somehow trigger them or, after any changes, it could run them automatically.
1
vote