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

Commit 3e42f8b

Browse files
Create separate sections
1 parent 0a8b7d9 commit 3e42f8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ After the build completes, you should see the following message in the console:
3232
BUILD SUCCESS
3333
----------------------------------------------------------------------------
3434

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:
35+
### Unit tests
36+
To run the unit tests, execute the following command:
3937

4038
$ mvn test
4139

40+
### Integration tests
41+
4242
If you want to debug the integration tests in the browser, switch `Debug.FALSE` to `Debug.TRUE` in `CookiesEncodingIT.java` and run the build:
4343

4444
$ mvn install

0 commit comments

Comments
 (0)