|
1 | 1 | # utPLSQL Plugin for PLSQL Developer
|
2 | 2 |
|
3 |
| -## Introduction |
| 3 | +The utPLSQL Plugin integrates [utPLSQL](https://utplsql.org) with [Allround Automations PL/SQL Developer](https://www.allroundautomations.com/products/pl-sql-developer/). |
4 | 4 |
|
5 |
| -The utPLSQL Plugin extends Allround Automations PL/SQL Developer to execute utPLSQL tests. |
| 5 | +## Running Tests |
| 6 | + |
| 7 | +The plugin adds a Button to the Tools ribbon to execute all tests of the current user. |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +In the object browser on Packages or Users there is a context menu entry to run the tests of either the packages or the users. |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +## Viewing Results |
| 16 | + |
| 17 | +The results are opened in a new window. |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +## Releases |
| 22 | + |
| 23 | +Binary releases are published in the [releases section](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/releases). |
| 24 | + |
| 25 | +## Installation |
| 26 | + |
| 27 | +Copy PlsqlDeveloperUtPlsqlPlugin.dll to the PlugIns directory of your PL/SQL Developer installation. |
| 28 | + |
| 29 | +## Issues |
| 30 | + |
| 31 | +Please file your bug reports, enhancement requests, questions and other support requests within [Github's issue tracker](https://help.github.com/articles/about-issues/). |
| 32 | + |
| 33 | +* [Questions](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/issues?q=is%3Aissue+label%3Aquestion) |
| 34 | +* [Open enhancements](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) |
| 35 | +* [Open bugs](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/issues?q=is%3Aopen+is%3Aissue+label%3Abug) |
| 36 | +* [Submit new issue](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/issues/new) |
| 37 | + |
| 38 | +## How to Contribute |
| 39 | + |
| 40 | +1. Describe your idea by [submitting an issue](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/issues/new) |
| 41 | +2. [Fork the utPLSQL-PLSQL-Developer respository](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/fork) |
| 42 | +3. [Create a branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/), commit and publish your changes and enhancements |
| 43 | +4. [Create a pull request](https://help.github.com/articles/creating-a-pull-request/) |
| 44 | + |
| 45 | +## How to Build |
| 46 | + |
| 47 | +1. Open the PlsqlDeveloperUtPlsqlPlugin.sln solution in Visual Studio |
| 48 | +2. Make sure to choose x64 as Platform target |
| 49 | +3. Build the solution |
| 50 | + |
| 51 | +## License |
| 52 | + |
| 53 | +utPLSQL for PL/SQL Developer is licensed under the Apache License, Version 2.0. |
| 54 | +You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>. |
6 | 55 |
|
0 commit comments