Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add programmatic API #45

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add programmatic API #45

wants to merge 3 commits into from

Conversation

epszaw
Copy link
Member

@epszaw epszaw commented Dec 22, 2024

fixes #15

This is a basic programmatic API for Allure 3. I don't see any sense in adding more features to it currently because we plan to get rid of CAC due to the many limitations it makes.

Example of the API usage:

import allure from "allure";

allure("run -- npm test");
allure("generate ./allure-results");
allure("awesome --report-name foobar ./allure-results");

@epszaw epszaw added the type:improvement New feature or request label Dec 22, 2024
@epszaw epszaw marked this pull request as ready for review December 22, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:improvement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add programmatic API for Allure3
1 participant