e2e-verify

Validate Bifrost management interface UI elements and API responses.

112|20|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/bifrost-proxy/bifrost --skill e2e-verify-bifrost-proxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-verify
Source: https://github.com/bifrost-proxy/bifrost/tree/main/.agents/skills/e2e-verify
Command: npx skills add https://github.com/bifrost-proxy/bifrost --skill e2e-verify-bifrost-proxy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires puppeteer, node-fetch, jest, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an end-to-end UI and API verification tool for Bifrost, allowing for thorough testing and validation of the management interface and associated APIs.

Core Features & Use Cases

  • End-to-End UI Verification: Validates the UI elements and workflows of the Bifrost management interface.
  • API Verification: Ensures that the APIs exposed by Bifrost work as expected.
  • Use Case: Before deploying a new version of Bifrost, use this Skill to automate the verification of all critical UI elements and APIs, ensuring a smooth and stable user experience.

Quick Start

Run the 'e2e-verify' skill to automatically test the Bifrost management interface.

Frequently Asked Questions about e2e-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end UI testing for the Bifrost management interface?

This Skill automates end-to-end UI testing for the Bifrost management interface by validating UI elements and workflows through Puppeteer, ensuring proper behavior and stable user experience.

What is the best way to verify Bifrost API responses during regression testing?

The best way to verify Bifrost API responses during regression testing is using this Skill, which automates API verification to ensure exposed endpoints function correctly and maintain expected behavior.

Do I need Node.js and Puppeteer to run automated UI and API verification?

Yes, you need Node.js, Puppeteer, and Jest installed in your environment to run this automated UI and API verification process, as these dependencies drive the browser automation and test execution.

Can I run performance checks on Bifrost APIs as part of end-to-end testing?

Yes, you can run performance checks on Bifrost APIs as part of end-to-end testing, because this Skill focuses on regression testing, performance checks, and ensuring proper behavior of the management interface.

How does Puppeteer handle UI element validation for management interfaces?

Puppeteer handles UI element validation by automating browser interactions to test workflows within the Bifrost management interface, systematically checking that critical elements render and respond correctly under simulated conditions.

Why should I use automated end-to-end testing instead of manual checks before deploying Bifrost?

Automated end-to-end testing eliminates manual regression testing errors by systematically validating critical UI elements and APIs before deployment, ensuring a smooth, stable user experience across the Bifrost management interface.