File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ Java command-line client for [utPLSQL v3](https://github.com/utPLSQL/utPLSQL/).
9
9
Provides an easy way of invoking utPLSQL from command-line. Main features:
10
10
11
11
* Ability to run tests with multiple reporters simultaneously.
12
+ * Realtime reporting during test-run
12
13
* Ability to save output from every individual reporter to a separate output file.
13
14
* Allows execution of selected suites, subset of suite.
14
- * Maps project and test files to database objects for reporting purposes. (Coming Soon)
15
+ * Maps project and test files to database objects for reporting purposes.
15
16
16
17
## Downloading
17
18
@@ -21,7 +22,7 @@ You can also download all development versions from [Bintray](https://bintray.co
21
22
22
23
23
24
## Requirements
24
- * [ Java SE Runtime Environment 8] ( http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html )
25
+ * [ Java SE Runtime Environment 8] ( http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html ) or newer
25
26
* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.
26
27
27
28
## Compatibility
You can’t perform that action at this time.
0 commit comments