Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman authored Aug 10, 2020
1 parent 439a4d0 commit edf731f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,13 @@ sink example for demonstrating the vast amount of APIs and features in Jakarta E
we do use a very representative set. You'll find that you'll learn a fair amount
by simply digging into the code to see how things are implemented.

### Exploring the tests
## Exploring the Tests

Cargo Tracker's testing is done using Junit 4 and Arquillian. The Arquillian configuration
uses a [remote container](http://arquillian.org/arquillian-core/#_containers)
such as Payara 4.1 . Therefore, to perform a test you will need to make sure
Cargo Tracker's testing is done using JUnit and Arquillian. The Arquillian configuration
uses a [remote container](http://arquillian.org/arquillian-core/#_containers) (Payara 4.1). Therefore, to perform a test you will need to make sure
to have a container running.

#### Testing locally with Payara
## Testing Locally with Payara
For testing locally you will first need to run a Payara 4+ server.

You can do that with the following script:
Expand Down

0 comments on commit edf731f

Please sign in to comment.