You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ Provides an easy way of invoking utPLSQL from command-line. Main features:
6
6
* Ability to run tests with multiple reporters simultaneously.
7
7
* Ability to save output from every individual reporter to a separate output file.
8
8
* Allows execution of selected suites, subset of suite.
9
-
*~~Maps project and test files to database objects for reporting purposes.~~ (Comming Soon)
9
+
* Maps project and test files to database objects for reporting purposes. (Comming Soon)
10
10
11
11
## Downloading
12
12
You can download development versions on [Bintray](https://bintray.com/viniciusam/utPLSQL-cli/utPLSQL-cli-develop#files).
13
13
14
14
15
15
## Requirements
16
16
*[Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)
17
-
*~~When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.~~
17
+
* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.
18
18
19
19
## Usage
20
20
utplsql run user/pass@[[host][:port]/]db [-p=(ut_path|ut_paths)][-f=format [-o=output_file][-s] ...]
@@ -62,11 +62,12 @@ db - Database to connect to.
62
62
-s - Forces putting output to to screen for a given -f parameter.
63
63
-c - If specified, enables printing of test results in colors as defined by ANSICONSOLE standards.
64
64
Works only on reporeters that support colors (ut_documentation_reporter).
65
+
--no-failure - By default, the client will exit with -1 if any test failed, override this behavior by providing this option.
65
66
```
66
67
67
68
Parameters -f, -o, -s are correlated. That is parameters -o and -s are controlling outputs for reporter specified by the preceding -f parameter.
68
69
69
-
~~Sonar and Coveralls reporter will only provide valid reports, when source_path and/or test_path are provided, and ut_run is executed from your project's root path.~~
70
+
Sonar and Coveralls reporter will only provide valid reports, when source_path and/or test_path are provided, and ut_run is executed from your project's root path.
Invokes all Unit tests from schema/package "hr_test" with two reporters:
78
79
79
80
* ut_documentation_reporter - will output to screen and save output to file "run.log"
80
-
*~~ut_coverage_html_reporter - will report only on database objects that are mapping to file structure from "source" folder and save output to file "coverage.html"~~
81
+
* ut_coverage_html_reporter - will report only on database objects that are mapping to file structure from "source" folder and save output to file "coverage.html"
0 commit comments