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: make the test suite properties path configurable #204

Conversation

JohanBrorson
Copy link
Contributor

Make it possible to configure the path to test suite properties. The default path will still be in the current working directory.

Example configuration:

    [
      'jest-junit',
      {
        testSuitePropertiesFile: 'test-properties.js',
        testSuitePropertiesDirectory: '<rootDir>/config',
      },
    ],

Make it possible to configure the path to test suite properties. The
default path will still be in the current working directory.

Example configuration:

```
    [
      'jest-junit',
      {
        testSuitePropertiesFile: 'test-properties.js',
        testSuitePropertiesDirectory: '<rootDir>/config',
      },
    ],
```
Add `testSuitePropertiesFile` and `testSuitePropertiesDirectory`
configuration options to `README.md`.
@JohanBrorson JohanBrorson changed the title Configurable testsuite properties dir feat: make the test suite properties path configurable Apr 5, 2022
Restore all mocks between tests in `buildJsonResults.test.js` to ensure
that it works with Jest 24.
@palmerj3 palmerj3 merged commit 339558c into jest-community:master Apr 5, 2022
@JohanBrorson JohanBrorson deleted the configurable-testsuite-properties-dir branch April 6, 2022 09:22
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

2 participants