Common utilities for Allure framework JavaScript integrations
- Learn more about Allure Report at https://allurereport.org
- 📚 Documentation – discover official documentation for Allure Report
- ❓ Questions and Support – get help from the team and community
- 📢 Official annoucements – be in touch with the latest updates
- 💬 General Discussion – engage in casual conversations, share insights and ideas with the community
Interface for Allure to be used from Javascript and TypeScript. There you can find primitives to create custom integrations for the javascript testing frameworks.
Allure allows to use environment variables for setting test labels.
Using ALLURE_LABEL_{{labelName}}={{labelValue}}
syntax you can set common labels for all of your tests.
ALLURE_LABEL_EPIC="Story 1" npm test