Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 559 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 559 Bytes

Test Case Generator

Prerequisites

Ensure you have the following installed:

  • Python 3.x
  • Flask
  • OpenAI
  • An OpenAI API key

Installation and Setup

Setting up OpenAI API Key

Generate an OpenAI API Key on the official website and set the key as environment variable

for setting it as env variable

# Linux
$ export OPENAI_API_KEY='YOUR_API_KEY'

# Windows
$ set OPENAI_API_KEY='YOUR_API_KEY'

Cloning the Repository

# Clone the repository
$ git clone https://github.com/askvyas/test_case_gen.git