There isn't a lot of information there, but.... Jenkins is used to schedule build of your jobs, exactly what that entails is up to you. Jenkins will not automatically run Junit tests (after all there might not be any tests). I don't know if you are using Maven, ANT or another tool to build your application, but what you need to do is add an extra step to execute your tests. (This is probably a good thing to do anyway as your developers can test the code before they commit)
After these have completed it should write a report back to the file system. You can then configure Jenkins to pick to the report and act on it - draw the graphs and fail builds if the tests fail. Does this help? On Wed, May 8, 2013 at 3:08 PM, raf das <rafaelc...@gmail.com> wrote: > help-me :( > > Em quinta-feira, 2 de maio de 2013 18h06min02s UTC-3, raf das escreveu: > >> Hi friends, >> >> I have my ready tests with selenium and JUnit. >> >> >> How can I run on jenkins? >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.