CA

campusway-e2e-playwright

Validates critical user journeys for the CampusWay platform using automated Playwright smoke tests.

Install

mkdir -p .claude/skills/campusway-e2e-playwright && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19343" && unzip -o skill.zip -d .claude/skills/campusway-e2e-playwright && rm skill.zip

Installs to .claude/skills/campusway-e2e-playwright

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

CampusWay Playwright and smoke validation workflow. Use when: validate critical user journeys, verify login paths, test admin and student flows, confirm no browser regressions after code changes.
195 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Run smoke test suites
  • Execute Next.js path checks
  • Update visual baselines
  • Restore test data

How it works

It executes predefined Playwright scripts to verify authentication, role-based dashboards, and navigation within the CampusWay application.

Inputs & outputs

You give it
Target user role and changed feature
You get back
Validation status of critical user journeys

When to use campusway-e2e-playwright

  • Verify student and admin login flows
  • Run smoke tests before merging PRs
  • Update visual baselines for ui components
  • Validate navigation after changes

About this skill

CampusWay E2E Playwright

Outcome

Verify key CampusWay journeys quickly using existing Playwright scripts and role-aware smoke tests.

When To Use

  • Any change touching navigation, auth, or role dashboards.
  • Before merging frontend or fullstack PRs.
  • After fixing production-facing UI/API defects.

Procedure

  1. Prepare test data if needed:
  • cd frontend && npm run e2e:prepare
  1. Run quick smoke suite:
  • cd frontend && npm run e2e:smoke
  1. For Next.js path checks:
  • cd frontend && npm run e2e:next-smoke
  1. For visual baseline updates:
  • cd frontend && npm run e2e:visual-baseline
  1. If data must be reverted:
  • cd frontend && npm run e2e:restore
  1. Record failed specs with probable root cause.

Decision Points

  • If auth flow changed, include admin and student login specs.
  • If only static page changed, run targeted smoke file first then full smoke if risky.

Quality Checks

  • No unexpected failures in smoke path.
  • Role-specific pages render and basic actions succeed.
  • Test data cleanup performed when required.

External Inspirations From Awesome Agent Skills

  • anthropics/webapp-testing

Prerequisites

Playwright

How it compares

It provides a role-aware smoke testing workflow tailored to specific application journeys instead of generic end-to-end testing.

Compared to similar skills

campusway-e2e-playwright side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
campusway-e2e-playwright (this skill)03moNo flagsIntermediate
roier-seo46moReviewIntermediate
evals-context26moReviewIntermediate
dust-test13moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry