Skip to content

Commit

Permalink
Mention prerequisites for running tests in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-urruty-sonarsource committed Jan 17, 2023
1 parent 171ca4d commit c3bfcd0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,20 @@ To build sources locally follow these instructions.

### Build and Run Unit Tests

#### Prerequisites

Some medium tests load plugins relying on Node.js, so make sure the latest LTS version is installed and `node` is in the PATH.

Execute from project base directory:

mvn verify

### Run integration tests

#### Prerequisites

Some integration tests load plugins relying on Node.js, so make sure the latest LTS version is installed and `node` is in the PATH.

mvn verify -f its/pom.xml -Dsonar.runtimeVersion=<SQ server version>

License
Expand Down

0 comments on commit c3bfcd0

Please sign in to comment.