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

feat: add store export #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

feat: add store export #53

wants to merge 1 commit into from

Conversation

noomorph
Copy link
Collaborator

@noomorph noomorph commented Dec 6, 2024

This pull request introduces a new, more intuitive way to work with Allure test results in the new jest-allure2-reporter/store export.

Instead of juggling multiple low-level utilities, you now have simple, high-level tools to read and write Allure data.

Highlights:

  • AllureStore: A central class that lets you manage your Allure data in one place.
  • AllureReader & AllureWriter: Streamlined interfaces for fetching and saving results. They’re flexible, so you can plug in custom solutions or stick to the defaults.
  • fromConfig & fromDirectory: Easy-to-use factory functions that let you set up an AllureStore quickly, either from a configuration or directly from a results directory.

Why This Matters:

These changes give you a clearer, more direct way to interact with Allure results. By consolidating complexity into a few well-defined entry points, you’ll spend less time configuring and more time working with the data you care about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant