Example of using AskUI together with jest-cucumber.
npm installSet the following environment variables to configure the example. The ASKUI_WORKSPACE_ID and ASKUI_TOKEN are required to connect to the askui services. Read at our docs on how to get them: Windows Linux, macOS.
- Copy the
.env.templateto.envand insert the value forASKUI_WORKSPACE_IDandASKUI_TOKENe.g.
.env-example
ASKUI_WORKSPACE_ID=<your_workspace_id>
ASKUI_TOKEN=<your_workspace_token>npm run askui