JSPM

  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q70082F
  • License MIT

Passflow React UI Kit

Package Exports

  • @passflow/passflow-react-sdk
  • @passflow/passflow-react-sdk/dist/style.css

Readme

@passflow/passflow-react-sdk

This is a SDK for react application.

to install just type:

yarn install
yarn build

we are using yarn 4 with pnp enabled. Please ansure you have it in the system.

UI Testing

We are using playwright to run UI tests.

First, ensure you have all runtime binary enabled:

yarn install playwright

and then feel free to run the tests:

yarn run test:ui

Writing your own ui tests.

You can find a tests in the ./tests frolder.

Please create the new files using the current tests as a reference.

To run the playwright in the design mode with ui, run the follwoing command:

yarn playwright test --ui