-
Clone this repository
git clone https://github.com/LambdaTest/smartui-storybook-sample
-
Change directory to the downloaded git repo and install packages
npm install
-
Start Storybook
npm run storybook
- Clone this repository
git clone https://github.com/LambdaTest/smartui-storybook-sample
- Navigate to project directory
cd smartui-storybook-sample
- Create SmartUI Config JSON
smartui config create .smartui.json
- Create a docker Image
docker build -t <image_name> .
- Run a Docker container and test in it
docker run -e PROJECT_TOKEN="your_project_token" <image_name>