GoCodeo - Generate & run unit tests automatically for free!
GoCodeo is an AI-powered, low-code platform that empowers technology companies to generate automated unit test cases. GoCodeo's user-friendly interface allows all developers to easily write, run, and document unit tests automatically.
Features
🤖 Automatically generates unit tests.
To generate a set of unit test cases, simply select the JavaScript, TypeScript, or Python code you wish to test using GoCodeo. The tool will then automatically generate the tests for you.
✨ Integrates smoothly with VSCode.
The tests generated by GoCodeo will appear in a new tab within your VSCode IDE, along with a description of your code. This allows you to easily review and make any necessary edits to the tests.
🚀 Assists in enhancing the quality of your code.
GoCodeo's comprehensive test suites can help you identify and correct bugs at an early stage, which ensures that your code is reliable and easy to maintain over time.
Installing
SignIn
Authorize
Open link in Visual Studio. Setup Done !!
Welcome
Getting started
Select Code
Open Command palette
Generated Test Cases
Once installed, you should receive a notification at the bottom of the VSCode editor. Click on the "Sign in" button in the notification pop-up to activate GoCodeo with your Google or GitHub account. If you are unable to locate the notification at the bottom right of the editor window, click the button labeled "GoCodeo" in the bottom status bar.
You will be redirected to the Google or GitHub login page.
After confirming the activation, you should be redirected back to the editor.
Status notification should show your Google or GitHub username when the activation was successful, a message saying "Welcome to GoCodeo " will appear at the bottom of the VSCode Editor.
You can either open an existing Python/JS/TS file or create a new class or function, and then select the code.
To generate unit tests for selected code, open the command palette (Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on Mac) and search for "GoCodeo". From the list of commands that appear, select "Generate unit tests"
A new tab will open in your VSCode IDE with the generated tests.
To copy the code into your test file, click on the "Copy test cases" button.
## How to uninstall
Click on the "GoCodeo" button located in the bottom status bar of your VSCode window.
Hover your mouse over the authentication notification and select the settings icon. From the dropdown, choose the "Manage Extension" option.
The GoCodeo Extension will open in a new tab. Select the "Uninstall" option and then reload VSCode.