tinie-test-e2e

Automate mobile app end-to-end tests with Playwright and TypeScript.

Updated Jun 7, 2025
One-click install
npx skills add https://github.com/ThomasLdev/tinie-bakerie --skill tinie-test-e2e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tinie-test-e2e
Source: https://github.com/ThomasLdev/tinie-bakerie/tree/main/.claude/skills/tinie-test-e2e
Command: npx skills add https://github.com/ThomasLdev/tinie-bakerie --skill tinie-test-e2e

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @playwright/test, typescript, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates end-to-end testing for mobile applications developed for Tinie Bakerie, ensuring smooth user experiences and application functionality.

Core Features & Use Cases

  • End-to-End Testing: Automates testing of user workflows and interactions on mobile devices.
  • Playwright Integration: Utilizes Playwright for testing, supporting TypeScript and Android devices.
  • Page Object Model (POM): Implements POM for each page, ensuring maintainable and reusable test code.
  • Use Case: For a mobile banking app, this Skill can automate login, transaction, and logout processes, validating the entire user journey.

Quick Start

Run the end-to-end tests for your mobile application by executing the command 'make test.e2e'.

Frequently Asked Questions about tinie-test-e2e

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

FAQPage Schema
How do I automate end-to-end testing for mobile applications using Playwright and TypeScript?

Automating end-to-end testing for mobile applications with Playwright and TypeScript handles test execution, data verification, and output reporting to ensure functional accuracy and user experience consistency across mobile devices.

What is the Page Object Model pattern for mobile application testing in TypeScript?

The Page Object Model pattern for mobile application testing implements structured page definitions in TypeScript, ensuring maintainable and reusable test code for validating user workflows and interactions across different application screens.

Do I need Playwright browser drivers to run end-to-end tests on Android devices?

Playwright browser drivers are required to run end-to-end tests on Android devices. The testing framework utilizes Playwright integration to automate user workflows, validate data, and execute test commands on mobile platforms.

How do I execute end-to-end tests for a mobile application workflow from start to finish?

Executing end-to-end tests for a mobile application requires running the 'make test.e2e' command, which automates the entire user journey including login, transaction, and logout processes to validate functional accuracy.

Does Playwright support TypeScript for validating user transactions in mobile banking apps?

Playwright supports TypeScript for validating user transactions in mobile banking apps by automating login, transaction, and logout processes, verifying data accuracy, and ensuring user experience consistency across mobile devices.

What are the limitations of using Playwright for mobile application testing?

Limitations of using Playwright for mobile application testing include its dependency on specific browser drivers and TypeScript environments, requiring proper setup to handle test execution and output reporting across mobile devices.