Skip to main content
Glama

Activepieces MCP Server

by eldoonreval
test-flow.spec.tsβ€’857 B
import { test } from '@playwright/test'; import { builder } from '../page/builder'; import { flows } from '../page/flows'; import { authentication } from '../page/authentication'; import { faker } from '@faker-js/faker' import { globalConfig } from '../config'; test('Test Execute Flow', async ({ page }) => { test.setTimeout(100000); const email = faker.internet.email(); await authentication.signUp(page, { email: email, password: globalConfig.password }) await flows.newFlowFromScratch(page); await builder.selectInitialTrigger(page, { piece: 'Schedule', trigger: 'Every Day' }); await builder.addAction(page, { piece: 'Data Mapper', action: 'Advanced Mapping' }); await builder.testFlowAndWaitForSuccess(page); await builder.clickHome(page); await flows.deleteFlow(page, { flowName: 'Untitled' }) });

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/eldoonreval/activepieces'

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