Skip to content

Commit 44f36d4

Browse files
Add link on releases to README.md closes #60 (#61)
1 parent 1ca87cf commit 44f36d4

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,25 @@
55

66
UTBotJava generates test cases by code, trying to cover maximum statements and execution paths. We treat source code as source of truth assuming that behavior is correct and corresponds to initial user demand. Generated tests are placed in so-called regression suite. Thus, we fixate current behavior by generated test cases. Using UTBotJava developers obtain full control of their code. No future change can break the code without being noticed once it's covered with tests generated by UTBot. This way, modifications made by developers to an existing code are much safer. Hence, with the help of generated unit tests, UTBot provides dramatic code quality improvement.
77

8-
# How to install UTBot Java IntelliJ IDEA plugin
8+
# UTBot Java IntelliJ IDEA plugin
99

10-
For now, you can use UTBot under:
11-
- Ubuntu 20.04
12-
- Windows 10
10+
UTBot Java provides users with **IntelliJ IDEA** plugin.
1311

14-
See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/intellij-idea-plugin) explaining how to install UTBot Java IntelliJ IDEA plugin.
12+
_The plugin was tested on **Win64** and **Linux64**._
1513

16-
# How to use UTBot Java IntelliJ IDEA plugin
14+
> ⚠ Not supported on **MAC OS** for now (will be fixed soon).
1715
18-
See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/Generate-tests-with-UTBot-IntelliJ-IDEA-plugin) explaining how to use UTBot Java IntelliJ IDEA plugin.
16+
# How to download IntelliJ IDEA plugin
17+
18+
You can download the plugin from [GitHub Releases](https://github.com/UnitTestBot/UTBotJava/releases).
19+
20+
# How to install IntelliJ IDEA plugin
21+
22+
See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/intellij-idea-plugin) explaining how to install the plugin.
23+
24+
# How to use IntelliJ IDEA plugin
25+
26+
See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/generate-tests-with-plugin) explaining how to use the plugin.
1927

2028
# How to contribute to UTBot Java
2129

0 commit comments

Comments
 (0)