Skip to main content
Version: 0.18.0

AskUI on macOS

Requirements

  • Node.js version 16 or above
  • npm in version 7.10 or above (usually comes with the Node.js installation)
  • A text editor/IDE like Visual Studio Code
danger

Some users have reported instability running AskUI on macOS with external displays and/or virtual desktops (called Spaces). If you experience similar issues, please disconnect external displays and close virtual desktops, or see documentation on running AskUI in Docker.

Access Token

As we need to prevent misuse of our API, we need you to create some credentials through our AskUI Studio (for free).

Please fill out this form to schedule a demonstration or request a trial to obtain access to AskUI Studio.

Installation

Open a directory where you would like to place the AskUI setup and run this command. The command will ask you a few questions on how to customize your setup. If you are unsure which value to select press the Enter-key to select the default value. Also keep your workspace id and your access token ready which you created just before (We hope so 😉).

npx askui@latest init
note

To create and serve a static HTML-Report you have to install Allure and then call allure serve ./allure-results from your root-directory.