e2e-automated

Automate end-to-end real-device UI tests with conductivity and visual gate testing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/botterYosuke/The-Trader-Was-Replaced --skill e2e-automated
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-automated
Source: https://github.com/botterYosuke/The-Trader-Was-Replaced/tree/main/.claude/skills/e2e-automated
Command: npx skills add https://github.com/botterYosuke/The-Trader-Was-Replaced --skill e2e-automated

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires enigo, bevy_ci_testing, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates end-to-end real-device tests without user intervention, significantly reducing manual effort and speeding up the testing process.

Core Features & Use Cases

  • Conductivity Testing: Automates tests to check if UI interactions reach the intended elements.
  • Visual Gate Testing: Automates tests to verify UI rendering correctness.
  • Use Case: Imagine you need to test a new UI feature on a real device. Use this Skill to automatically conduct both conductivity and visual gate tests to ensure the feature works as expected.

Quick Start

Use the e2e-automated skill to run conductivity tests on the 'my_feature.ron' file.

Frequently Asked Questions about e2e-automated

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

FAQPage Schema
How do I automate end-to-end UI testing on a real device?

To automate end-to-end UI testing on a real device, this Skill executes tests without user intervention using enigo and bevy_ci_testing to handle GUI rendering and interaction verification.

What is conductivity testing for UI elements?

Conductivity testing automates checks to verify that UI interactions accurately reach and trigger the intended elements on a real device without manual input.

Do I need Python to run automated visual regression testing?

Yes, Python is required for script execution to run automated visual regression testing and verify UI rendering correctness on real devices.

Can I use bevy_ci_testing for visual gate testing?

Yes, bevy_ci_testing is a required dependency for automating visual gate tests to verify UI rendering correctness and conductivity without user intervention.

How do I start running e2e automated tests on a my_feature.ron file?

You can start e2e automated tests by using the Skill to execute conductivity tests directly on the 'my_feature.ron' file configuration.

What is the best way to verify UI rendering correctness without manual intervention?

The best way to verify UI rendering correctness without manual intervention is using visual gate testing, which automates checks to ensure UI elements render correctly on real devices.