Skip to main content
Glama
login.spec.ts678 B
// Esto fue generado por el MCP Server de MidScene import { test } from '../fixture'; test.beforeEach(async ({ page }) => { await page.setViewportSize({ width: 1200, height: 1000 }); await page.goto('https://practicetestautomation.com/practice-test-login/'); await page.waitForLoadState('networkidle'); }); test('Login con usuario inválido', async ({ aiInput, aiTap, aiWaitFor, aiAssert }) => { await aiInput('incorrectUser', 'Username field'); await aiInput('Password123', 'Password field'); await aiTap('Submit button'); await aiWaitFor('error message is displayed'); await aiAssert('error message text is "Your username is invalid!"'); });

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/MauroCor/mcp-midscene'

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