File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ You can also download all development versions from [Bintray](https://bintray.co
2424 * All of the above can be downloaded from [ Oracle download site] ( http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html )
2525
2626## Compatibility
27- The latest CLI is always compatible with all database frameworks of the same minor version.
28- For example CLI-3.0.4 is compatible with database framework 3.0.0-3.0.4 but not with database framework 2.x and 3.1 .x.
27+ The latest CLI is always compatible with all database frameworks of the same major version.
28+ For example CLI-3.1.0 is compatible with database framework 3.0.0-3.1.0 but not with database framework 2.x.
2929
3030## Localization and NLS settings
3131utPLSQL-cli will use the environment variables (in that order) "NLS_LANG", "LC_ALL" or "LANG" to change the locale and therefore the NLS settings.
@@ -133,6 +133,14 @@ utplsql run hr/hr@xe
133133
134134Invokes all unit test suites from schema "hr". Results are displayed to screen using default ut_documentation_reporter.
135135
136- ##### Enabling Color Outputs on Windows
136+ #### Enabling Color Outputs on Windows
137137
138138To enable color outputs on Windows cmd you need to install an open-source utility called [ ANSICON] ( http://adoxa.altervista.org/ansicon/ ) .
139+
140+ ## Custom Reporters
141+
142+ Since v3.1.0 you can call custom reporters (PL/SQL) via cli, too. Just call the name of the custom reporter as you would do for the core reporters.
143+
144+ ```
145+ utplsql run hr/hr@xe -p=hr_test -f=my_custom_reporter -o=run.log -s
146+ ```
Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >org.utplsql</groupId >
2424 <artifactId >java-api</artifactId >
25- <version >3.1.0-SNAPSHOT </version >
25+ <version >3.1.0</version >
2626 <scope >compile</scope >
2727 <exclusions >
2828 <exclusion >
You can’t perform that action at this time.
0 commit comments