Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 0a8b7d9

Browse files
Add docs for running the tests
1 parent b8b8f03 commit 0a8b7d9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,16 @@ After the build completes, you should see the following message in the console:
3131
----------------------------------------------------------------------------
3232
BUILD SUCCESS
3333
----------------------------------------------------------------------------
34+
35+
### Tests
36+
When executing the build, maven runs all unit and integration tests.
37+
38+
To run the unit tests separately, execute the following command:
39+
40+
$ mvn test
41+
42+
If you want to debug the integration tests in the browser, switch `Debug.FALSE` to `Debug.TRUE` in `CookiesEncodingIT.java` and run the build:
43+
44+
$ mvn install
45+
46+
[Arquillian](http://arquillian.org/) will start the server, [Selenium](http://www.seleniumhq.org/) will run the tests in Firefox, but the build will hang to allow debugging in the browser.

0 commit comments

Comments
 (0)