Skip to content

Commit

Permalink
Integration test can only executed at /integration (regression from b…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed May 25, 2019
1 parent 0cde034 commit 83da5db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ Pass a parameter like below if webSpoon is deployed to a different url.
The following command runs all the unit test cases including UI in non-headless mode.

```
$ mvn clean test -pl integration -Dtest.baseurl=http://localhost:8080/spoon/spoon -Dheadless.unittest=false
$ cd integration
$ mvn clean test -Dtest.baseurl=http://localhost:8080/spoon/spoon -Dheadless.unittest=false
```

# Notices
Expand Down

0 comments on commit 83da5db

Please sign in to comment.