0.1.19 • Published 6 months ago

@aooth/aooth-react-sdk v0.1.19

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@aooth/aooth-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