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 "propertiesFile" for custom properties #196

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

Conversation

kunalpanchal
Copy link

@kunalpanchal kunalpanchal commented Aug 14, 2023

Adds a new configuration option called "propertiesFile" which lets you configure properties using a javascript file. This file should export a function which then accepts "testsuite" as a parameter and returns a object. This is then attached to the respective testsuite.

Replicates: https://github.com/jest-community/jest-junit#adding-custom-testcase-properties

@kunalpanchal kunalpanchal changed the title Add "propertiesFile" option to accept properties Add "propertiesFile" for custom properties Aug 15, 2023
@kunalpanchal kunalpanchal marked this pull request as ready for review August 15, 2023 11:21
Adds a new configuration option called "propertiesFile" which lets you
configure a javascript file. This file then accepts "testsuite" as a parameter and returns a object which is then attached to the respective testsuite.
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.

None yet

1 participant