Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
almog-lv authored May 3, 2023
1 parent f2b8cdb commit f208c44
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Want to modify the objective of a single test? Edit the name or the objective of

![](https://raw.githubusercontent.com/Codium-ai/codiumai-vscode-release/main/media/docs/ModifyObjective.png)

You can also just click the `Regenerate` button, without changing the test description, and get an alternative code for this test:
You can also just click the `Reflect & Regenerate` button, without changing the test description, and get an alternative code for this test:

![](https://raw.githubusercontent.com/Codium-ai/codiumai-vscode-release/main/media/docs/RegenerteSingleTest.png)
![](https://raw.githubusercontent.com/Codium-ai/codiumai-vscode-release/main/media/docs/ReflectAndRegenerate.png)

Want more tests? Click on `Give me more tests` at the bottom of the test suite:

Expand All @@ -61,6 +61,15 @@ Want to remove a test from your test suite? Click on the `delete` button on each

![](https://raw.githubusercontent.com/Codium-ai/codiumai-vscode-release/main/media/docs/DeleteSingleTest.png)

#### Run your tests
You can run the generated tests directly from the CodiumAI panel. Simply click `Run All Tests` button to run all the test, or `Run` button on each single test:

![](https://raw.githubusercontent.com/Codium-ai/codiumai-vscode-release/main/media/docs/RunYourTests.png)

Your test failed? You can easily fix it by clickeing `Reflect & Fix` button on the failing test:

![](https://raw.githubusercontent.com/Codium-ai/codiumai-vscode-release/main/media/docs/ReflectAndFix.png)

#### Change test suite configurations
Improve and personalize your test suite by giving general instructions, examples of input and tests and select your preferred testing framework in the `Configuration` section:

Expand Down

0 comments on commit f208c44

Please sign in to comment.