Skip to main content
Glama

Automation Script Generator MCP Server

generate_feature_file

Create WDIO feature files using Gherkin syntax (Given, When, Then) for test scenarios, specify tags, and define output paths to automate test suite generation.

Instructions

Generate WDIO feature file with Gherkin syntax (Given, When, Then)

Input Schema

NameRequiredDescriptionDefault
gherkin_syntaxYesGherkin syntax content for the feature
output_pathYesPath where the feature file should be saved
scenario_titleYesTitle of the test scenario
tagsNoTest ID tags for the scenario

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "gherkin_syntax": { "description": "Gherkin syntax content for the feature", "minLength": 1, "type": "string" }, "output_path": { "description": "Path where the feature file should be saved", "minLength": 1, "type": "string" }, "scenario_title": { "description": "Title of the test scenario", "minLength": 1, "type": "string" }, "tags": { "description": "Test ID tags for the scenario", "items": { "type": "string" }, "type": "array" } }, "required": [ "scenario_title", "gherkin_syntax", "output_path" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/raymondsambur/automation-script-generator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server