Skip to content

Commit

Permalink
Merge pull request #70 from Codium-ai/readme-0.5.20
Browse files Browse the repository at this point in the history
Readme 0.5.20
  • Loading branch information
almog-lv authored May 3, 2023
2 parents c1f20dd + f208c44 commit 0a3d750
Show file tree
Hide file tree
Showing 6 changed files 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
Binary file modified media/docs/DeleteSingleTest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/docs/OpenCopy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/docs/ReflectAndFix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/docs/ReflectAndRegenerate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/docs/RunYourTests.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a3d750

Please sign in to comment.