We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lucad87/mcp-server-tests-migration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•435 B
# Example WDIO Test Files for Testing Migration
This directory contains sample WebDriverIO tests that can be used to test the migration functionality.
## Files
- `login.test.js` - Simple login test
- `form.test.js` - Form interaction test
## Migrated
The `migrated/` folder contains the Playwright versions of these tests:
- `migrated/login.test.spec.js` - Migrated login test
- `migrated/form.test.spec.js` - Migrated form test