ai-test-gen-poc

Created By
puneetsahila year ago
An AI-powered test script generator that uses Playwright MCP Server to generate test scripts in TypeScript using BDD-style prompts
Overview

what is ai-test-gen-poc?

ai-test-gen-poc is an AI-powered test script generator that utilizes Playwright MCP Server to create test scripts in TypeScript using BDD-style prompts.

how to use ai-test-gen-poc?

To use ai-test-gen-poc, you need to set up the Playwright MCP Server and provide BDD-style prompts to generate the desired test scripts in TypeScript.

key features of ai-test-gen-poc?

  • AI-driven generation of test scripts in TypeScript.
  • Supports BDD (Behavior Driven Development) style prompts for intuitive test creation.
  • Integration with Playwright for robust test automation.

use cases of ai-test-gen-poc?

  1. Automating end-to-end testing for web applications.
  2. Rapidly generating test scripts for new features based on user stories.
  3. Enhancing collaboration between developers and testers through BDD.

FAQ from ai-test-gen-poc?

  • What is BDD?

BDD stands for Behavior Driven Development, a software development approach that encourages collaboration between developers, QA, and non-technical participants.

  • Can I customize the generated test scripts?

Yes! The generated test scripts can be customized further to meet specific testing requirements.

  • Is ai-test-gen-poc free to use?

The repository is open-source, and you can use it freely under the terms of its license.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
puneetsahil
Star
0
Language
-
License
-

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

16 hours ago