toss-sandbox-metro

Automate Toss Sandbox Metro onboarding tests with local server and authorizationCode login.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/kimjuyoung1127/TaillogToss --skill toss-sandbox-metro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: toss-sandbox-metro
Source: https://github.com/kimjuyoung1127/TaillogToss/tree/main/.claude/skills/toss-sandbox-metro
Command: npx skills add https://github.com/kimjuyoung1127/TaillogToss --skill toss-sandbox-metro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Toss Sandbox 실기기 테스트에서 Metro 연결, 진입 스킴 입력, authorizationCode 기반 로그인 검증을 재현 가능한 방법으로 자동화합니다.

Core Features & Use Cases

  • Local Metro 서버 연결 및 앱 진입 스킴 입력 자동화
  • authorizationCode 기반 로그인 검증 증적 수집
  • 실기기 테스트 흐름에 필요한 절차 가이드 및 검증 체크리스트

Quick Start

Enter intoss://taillog-app in the Sandbox app to initiate the flow.

Frequently Asked Questions about toss-sandbox-metro

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

FAQPage Schema
How do I automate Toss Sandbox Metro login verification on a real device?

Toss Sandbox Metro login verification is automated by connecting to a local Metro server, entering the intoss://taillog-app scheme, and validating the authorizationCode-based login flow to collect verification evidence.

What is the intoss://taillog-app scheme used for in mobile testing?

The intoss://taillog-app scheme is the entry point that initiates the Toss Sandbox Metro onboarding flow in the Sandbox app, triggering the local server connection and authorizationCode login process.

How do I set up a local Metro server for Toss Sandbox end-to-end testing?

Setting up a local Metro server for Toss Sandbox testing requires integrating the server with your development environment, entering the intoss://taillog-app scheme, and verifying the backend login and disconnect callbacks.

Can I validate disconnect callbacks during Toss Sandbox Metro onboarding?

Yes, the Toss Sandbox Metro flow validates disconnect callbacks alongside scheme entry and authorizationCode login, ensuring the complete end-to-end onboarding process is tested across the local server setup.

Do I need a local Metro server to test the Toss Sandbox onboarding flow?

A local Metro server is required for Toss Sandbox Metro testing because the end-to-end validation depends on exact integration with the local server, the intoss://taillog-app scheme, and the verified backend login flow.

What steps are involved in authorizationCode-based login verification for Toss Sandbox?

AuthorizationCode-based login verification involves entering the intoss://taillog-app scheme, connecting to the local Metro server, and collecting verification evidence from the backend login flow as guided by the testing checklist.