From 0c7dbcf354a91af1e1fe068e2528292e5da37bba Mon Sep 17 00:00:00 2001 From: Dipjyoti Metia Date: Thu, 22 Feb 2024 00:49:19 +1100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d74e06..0645188 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# jarvis Test Automation Assistant +# *JARVIS* + +A generative AI-driven CLI for testing Jarvis is a powerful CLI tool that leverages advanced generative AI technologies (such as Google's Gemini Pro LLM and Gemini Vision Pro) to streamline and enhance various software testing activities. It aims to revolutionize how we approach test case generation and scenario creation. ## Features: -* Effortless Test Scenario Generation: Analyze provided API specs (OpenAPI v3.0 and potentially others) to automatically suggest comprehensive test scenarios, covering both positive and negative test cases. -* AI-Driven Test Case Writing: Leverages the language model's capabilities to draft detailed test cases, ensuring clarity, accuracy, and consistency. -* Image/Document Analysis: (Powered by Gemini Vision Pro) Extends analysis to screenshots, wireframes, or other visual representations of expected behavior, enhancing scenario generation and test case creation. +* **Effortless Test Scenario Generation**: Analyze provided API specs (OpenAPI v3.0 and potentially others) to automatically suggest comprehensive test scenarios, covering both positive and negative test cases. +* **AI-Driven Test Case Writing**: Leverages the language model's capabilities to draft detailed test cases, ensuring clarity, accuracy, and consistency. +* **Image/Document Analysis**: (Powered by Gemini Vision Pro) Extends analysis to screenshots, wireframes, or other visual representations of expected behavior, enhancing scenario generation and test case creation.