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 buildwe 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 playwrightand then feel free to run the tests:
yarn run test:uiWriting 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