From c5358eda65677bca474549312b463f842988b497 Mon Sep 17 00:00:00 2001 From: Victoria <32179813+victoriafomina@users.noreply.github.com> Date: Sat, 28 May 2022 22:49:11 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3da38dc837..9f6169fadc 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,25 @@ 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. -# How to install UTBot Java IntelliJ IDEA plugin +# UTBot Java IntelliJ IDEA plugin -For now, you can use UTBot under: -- Ubuntu 20.04 -- Windows 10 +UTBot Java provides users with **IntelliJ IDEA** plugin. -See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/intellij-idea-plugin) explaining how to install UTBot Java IntelliJ IDEA plugin. +_The plugin was tested on **Win 64**._ -# How to use UTBot Java IntelliJ IDEA plugin +> ⚠ Not supported on **MAC OS** for now (will be fixed soon). -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. +# How to download IntelliJ IDEA plugin + +You can download the plugin from [GitHub Releases](https://github.com/UnitTestBot/UTBotJava/releases). + +# How to install IntelliJ IDEA plugin + +See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/intellij-idea-plugin) explaining how to install the plugin. + +# How to use IntelliJ IDEA plugin + +See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/Generate-tests-with-UTBot-IntelliJ-IDEA-plugin) explaining how to use the plugin. # How to contribute to UTBot Java From ee80210ad393d24436515f173ddb0320526bb0ec Mon Sep 17 00:00:00 2001 From: Victoria <32179813+victoriafomina@users.noreply.github.com> Date: Sun, 29 May 2022 01:49:37 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f6169fadc..d93f9d163d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ UTBotJava generates test cases by code, trying to cover maximum statements and e UTBot Java provides users with **IntelliJ IDEA** plugin. -_The plugin was tested on **Win 64**._ +_The plugin was tested on **Win64** and **Linux64**._ > ⚠ Not supported on **MAC OS** for now (will be fixed soon). @@ -23,7 +23,7 @@ See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/intellij- # How to use IntelliJ IDEA plugin -See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/Generate-tests-with-UTBot-IntelliJ-IDEA-plugin) explaining how to use the plugin. +See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/Generate-tests-with-IntelliJ-IDEA-plugin) explaining how to use the plugin. # How to contribute to UTBot Java From 5b6ec9f75f6c0f601839e250519329dae4f21c5b Mon Sep 17 00:00:00 2001 From: Victoria <32179813+victoriafomina@users.noreply.github.com> Date: Sun, 29 May 2022 02:06:51 +0300 Subject: [PATCH 3/3] Add link on releases to README.md closes #60 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d93f9d163d..84707a0c39 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/intellij- # How to use IntelliJ IDEA plugin -See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/Generate-tests-with-IntelliJ-IDEA-plugin) explaining how to use the plugin. +See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/generate-tests-with-plugin) explaining how to use the plugin. # How to contribute to UTBot Java