Skip to main content
Glama

Playwright MCP Server

by BhanuTJ93
test.yml958 B
name: Test on: push: pull_request: jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: 22 # Use current LTS version cache: 'npm' - name: Install dependencies run: npm install - name: Build project run: npm run build - name: Run tests with coverage (custom script) run: node run-tests.cjs continue-on-error: true id: custom-test - name: Run tests with coverage (npm script) if: steps.custom-test.outcome == 'failure' run: npm run test:coverage -- --testMatch="<rootDir>/src/__tests__/**/*.test.ts" - name: Upload coverage report uses: actions/upload-artifact@v4 with: name: coverage-report path: coverage/ if-no-files-found: warn

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/BhanuTJ93/MCP'

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