Socket
Socket
Sign inDemoInstall

allure-extras

Package Overview
Dependencies
9
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    allure-extras

Adding additional capabilites to the Allure report


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
2.12 MB
Created
Weekly downloads
 

Readme

Source

allure-extras

Welcome to allure-extras! This is a neat little tool that makes your Allure test reports even more useful. If you're dealing with large sets of tests, it helps you organize them better so you can quickly figure out what's going wrong and where.

What Does It Do?

  • Organizes Test Failures: It groups your failed tests based on tags you set. This way, you can see at a glance which parts of your project need attention.
  • Easy to Spot Issues: Helps you identify which modules or parts of your tests are failing without having to dig through everything.
  • You're in Control: Set up your own tags like groupBy:LoginModule, groupBy:CheckoutProcess – whatever makes sense for your project.

Example

Getting Started

Installation

  1. Global Install: Run npm install -g allure-extras. This installs it globally so you can use it in any project.

Basic Usage

Here’s how to get started with allure-extras:

  1. First, make sure you have allure-commandline installed globally (npm i -g allure-commandline).
  2. Install allure-extras globally.
  3. Run allure-extras – this is a one-time setup thing.
  4. Now, you can use allure generate or allure serve as you usually would, but with extra features!

Tagging Your Tests

To make the most of allure-extras, tag your tests like this:

groupBy:YourModuleName
groupBy:YourFunctionality
groupBy:WhateverMakesSenseForYou

Note: The package has been tested with allure-commandline v2.26.0

Checking Out the Results

Once you run your tests, allure-extras steps in and adds a new dropdown to your Allure report. This dropdown groups your failed tests based on the tags you set. It's a great way to quickly see which parts of your test suite need some TLC.

We Love Contributions!

Got an idea to make allure-extras even better? We're all ears! Feel free to open an issue or submit a pull request on our GitHub repo.

License

allure-extras is proudly released under the ISC License. Happy testing!

Keywords

FAQs

Last updated on 23 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc