e2e-nav-test

Generate and execute end-to-end test cases for web applications.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/andredosreis/laura-saas-agenda --skill e2e-nav-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-nav-test
Source: https://github.com/andredosreis/laura-saas-agenda/tree/main/.gemini/skills/e2e-nav-test
Command: npx skills add https://github.com/andredosreis/laura-saas-agenda --skill e2e-nav-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation and execution of end-to-end test cases for web applications, saving time and reducing the need for manual testing.

Core Features & Use Cases

  • Automated Test Case Generation: Analyzes codebases to discover routes, components, auth flows, and navigation patterns, then generates structured test plans.
  • Test Execution: Optionally executes tests using browser automation.
  • Use Case: When a user requests to test navigation, generate e2e tests, or check all flows in a web application.

Quick Start

Run the e2e-nav-test skill with the target web application codebase as an argument.

Frequently Asked Questions about e2e-nav-test

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

FAQPage Schema
How do I automate e2e testing for web app navigation flows?

You can automate e2e testing by analyzing the codebase to identify routes, components, and navigation patterns, which generates a structured test plan with dependency trees for execution.

What is the best way to generate test cases for web app routes and auth flows?

Generating test cases involves analyzing the codebase to discover routes, components, and auth flows, then producing a structured test plan that maps navigation patterns and dependency trees.

Can I execute e2e test cases using browser automation after generating a test plan?

Yes, after generating a structured test plan, you can optionally execute the e2e test cases using browser automation tools to validate web application navigation patterns.

Does e2e navigation testing require knowledge of specific web frameworks?

Yes, automating e2e navigation testing requires knowledge of various web frameworks and navigation mechanisms to accurately identify routes and components during codebase analysis.

How do I check all navigation flows in a web application without manual testing?

To check all navigation flows, you can run automated codebase analysis to discover routes and auth patterns, then generate and execute structured e2e test plans covering those paths.

What limitations exist when generating e2e tests from codebase analysis?

Limitations include the need for specific knowledge of various web frameworks and navigation mechanisms, as the test generation accuracy depends entirely on correctly identifying routes and components during codebase analysis.