Skip to main content
Glama

Automation Script Generator MCP Server

copilot-instructions.md•1.63 kB
<!-- Use this file to provide workspace-specific custom instructions to Copilot. For more details, visit https://code.visualstudio.com/docs/copilot/copilot-customization#_use-a-githubcopilotinstructionsmd-file --> # Automation Script Generator MCP Server This is an MCP (Model Context Protocol) server for automated test script generation using the WDIO framework. ## Project Context You can find more info and examples at https://modelcontextprotocol.io/llms-full.txt This project automates the generation of test scripts from Notion scenarios including: - Feature files with Gherkin syntax - Step definition files with WDIO functions - Page Object Model files with selectors and methods - Component files with test data ## Code Guidelines 1. **WDIO Framework**: All generated test code should follow WebDriverIO best practices 2. **Page Object Model**: Use POM pattern for better maintainability 3. **Gherkin Syntax**: Follow standard Given/When/Then structure 4. **Code Quality**: Include proper JSDoc comments and error handling 5. **Reusability**: Check for existing functions before creating new ones ## File Structure - Feature files: `*.feature` (Gherkin scenarios) - Step definitions: `*.steps.js` (WDIO step implementations) - Page objects: `*.page.js` (POM classes with selectors and methods) - Components: `*.data.js` (Test data collections) ## Development Notes - The server uses Notion API to fetch test scenarios - Repository analysis helps maintain consistency with existing patterns - Code review functionality ensures quality and reusability - All generated files follow the project's naming conventions

Latest Blog Posts

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