Skip to content

jacoyutorius/amplify-toybox

Repository files navigation

Amplify Toybox

Getting Started

npm install
npm run start

Playwright

✔ Success! Created a Playwright Test project at /Users/ogiyuto/Work/amplify/amplify-toybox

Inside that directory, you can run several commands:

  npx playwright test
    Runs the end-to-end tests.

  npx playwright test --ui
    Starts the interactive UI mode.

  npx playwright test --project=chromium
    Runs the tests only on Desktop Chrome.

  npx playwright test example
    Runs the tests in a specific file.

  npx playwright test --debug
    Runs the tests in debug mode.

  npx playwright codegen
    Auto generate tests with Codegen.

We suggest that you begin by typing:

    npx playwright test

And check out the following files:
  - ./tests/example.spec.ts - Example end-to-end test
  - ./tests-examples/demo-todo-app.spec.ts - Demo Todo App end-to-end tests
  - ./playwright.config.ts - Playwright Test configuration

Visit https://playwright.dev/docs/intro for more information. ✨

Happy hacking! 🎭

About

Amplify + React + TypeScript でAmplifyの機能を検証するアプリケーション

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published