Skip to content

Commit 2c1dd14

Browse files
committed
Added screenshots and information to README.md
1 parent b94c9bd commit 2c1dd14

File tree

4 files changed

+51
-2
lines changed

4 files changed

+51
-2
lines changed

README.md

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,55 @@
11
# utPLSQL Plugin for PLSQL Developer
22

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/).
44

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+
![img.png](screenshots/tools_ribbon.png)
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+
![img.png](screenshots/context_menu.png)
14+
15+
## Viewing Results
16+
17+
The results are opened in a new window.
18+
19+
![img.png](screenshots/result_window.png)
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>.
655

screenshots/context_menu.png

24.1 KB
Loading

screenshots/result_window.png

44.8 KB
Loading

screenshots/tools_ribbon.png

27.6 KB
Loading

0 commit comments

Comments
 (0)