Skip to content

allure kit#556

Open
todti wants to merge 10 commits intomainfrom
allure-kit
Open

allure kit#556
todti wants to merge 10 commits intomainfrom
allure-kit

Conversation

@todti
Copy link
Copy Markdown
Collaborator

@todti todti commented Mar 27, 2026

Allure Kit (allure kit)

allure kit is a set of CLI commands for bootstrapping and maintaining an Allure 3 setup in JavaScript/TypeScript projects.

It helps you:

  • detect test frameworks and install matching Allure adapters,
  • create and maintain allurerc config files,
  • manage report plugins,
  • diagnose setup issues.

Run

Use without global install:

npx allure kit --help

Run a specific command:

npx allure kit init

Quick Start

# 1) Initialize Allure in your project
npx allure kit init

# 2) Run tests so they produce allure-results
npm test

# 3) Build report
npx allure generate

If you want a fully non-interactive setup:

npx allure kit init --yes

Commands

init

allure kit init [--format json|yaml|mjs] [--yes] [--demo] [--cwd <path>]

update

allure kit update [--yes] [--cwd <path>]

doctor

allure kit doctor [--cwd <path>]

plugin list

allure kit plugin list [--cwd <path>]

plugin add

allure kit plugin add <name> [--skip-options] [--cwd <path>]

plugin remove

allure kit plugin remove <name> [--uninstall] [--cwd <path>]

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 27, 2026

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 3 Report 26m 56s Passed tests 6371   Skipped tests 15   Unknown tests 12 273 0 0
My Dashboard 26m 56s Passed tests 6371   Skipped tests 15   Unknown tests 12 273 0 0 View
Allure 3 GitHub actions run (2026-04-15T20:07:28.409Z) 26m 56s Passed tests 6371   Skipped tests 15   Unknown tests 12 273 0 0 View

@todti todti linked an issue Apr 13, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[AR]: complete and release Allure Kit

1 participant