0 votes
in Jenkins by
Have you run automated tests on Jenkins? How is it done?

1 Answer

0 votes
by

Yes. Automated tests can be run through tools like Selenium or maven. Developers can schedule the test runs. Jenkins displays the test results and sends a report to the developers.

...