File: README.TXT

package info (click to toggle)
resteasy 3.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 34,612 kB
  • sloc: java: 265,492; xml: 27,855; javascript: 405; jsp: 166; python: 101; sh: 15; sql: 3; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
# Running RESTEasy-JSAPI Testing

0. Make sure you have Firefox installed on your computer
1. Download Selenium Server from http://seleniumhq.org/download/
2. Start Selenium Server: java -jar selenium-server-standalone.jar
3. Start jetty server in this test project: mvn jetty:run
5. Do the testing: mvn test