New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

allure-robotframework

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allure-robotframework

Allure Robot Framework integration

  • 2.13.5
  • Source
  • PyPI
  • Socket score

Maintainers
2

Allure Robot Framework Listener

Release Status Downloads

An Allure adapter for Robot Framework.

Allure Report logo


Installation and Usage

$ pip install allure-robotframework
$ robot --listener allure_robotframework ./my_robot_test

The default output directory is output/allure. Use the listener's argument to change it:

$ robot --listener allure_robotframework:/set/your/path/here ./my_robot_test

The listener supports the robotframework-pabot library:

$ pabot --listener allure_robotframework ./my_robot_test

The advanced listener settings:

  • ALLURE_MAX_STEP_MESSAGE_COUNT=5. If a robotframework step contains less messages than has been specified by this setting, each message is shown as a substep. This reduces the number of attachments in large projects. The default value is zero - all messages are displayed as attachments.

Usage examples

See the usage examples here.

Contributing to allure-robotframework

This project exists thanks to all the people who contribute. Especially to Megafon and @skhomuti who has initially started allure-robotframework and has been maintaining it since then.

Keywords

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc