Skip to content

askui/askui-example-allure-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📇 askui-example-allure-reporter

An example of how to use Allure with AskUI and jest to get reporting with step-level-reporting and video-reporting included.

🖥️ Installation

  1. Install allure

https://github.com/allure-framework/allure2#download

  1. Install example project's dependencies
# Root folder
npm install

📝 Configuration

  1. You need to configure credentials to be able to run the example. See AskUI UI Control Client docs

  2. Also the example assumes that you start the AskUI UI Controller manually instead of through the beforeAll and afterAll (teardown) hooks.

Downloads:

ℹ️ macOS After installation to Applications remove the quarantine flag with the following command run from a terminal: xattr -d com.apple.quarantine /Applications/askui-ui-controller.app

  1. Set the environment variable ASKUI_INFERENCE_SERVER_URL for your terminal session like this:
export ASKUI_INFERENCE_SERVER_URL=https://inference.askui.com

🦾 Usage

Tests can be run with:

npm run test

After running tests you can generate the allure report with:

allure serve ./allure-results

🔧 Details

About

An example of how to use allure with askui and jest to get reporting with step-level-reporting and video-reporting included.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors