Skip to content

automatically create unit test scripts using openAI' API, which can then be executed seamlessly with a corresponding test runner framework by issuing a single command.

Notifications You must be signed in to change notification settings

amrsa1/GPT-unitTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Auto Gnenerate unit test using gpt-3.5-turbo

Installation:

npm i 

Expecute:

  • In ex.js file, add the relative path to you script file

  • Add relative test framework

  • then run the following

     npm run writeTest
    
     npm run test 
    

About

automatically create unit test scripts using openAI' API, which can then be executed seamlessly with a corresponding test runner framework by issuing a single command.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published