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

Gradle extension property outputFileNameFormat is not used #199

Open
2 of 5 tasks
DanielJette opened this issue Jan 6, 2024 · 0 comments
Open
2 of 5 tasks

Gradle extension property outputFileNameFormat is not used #199

DanielJette opened this issue Jan 6, 2024 · 0 comments
Labels
Bug Any behaviour the deviates from the documentation, expected outcome or API contract. Gradle Plugin Relates to the Testify Gradle Plugin Library Relates to the Testify Kotlin library: ScreenshotRule, ScreenshotInstrumentation, etc.

Comments

@DanielJette
Copy link
Contributor

Describe the bug

Setting outputFileNameFormat does not impact the file name being used.

This issue relates to:

  • The Kotlin library
  • The Gradle plugin
  • The IntelliJ Platform plugin
  • The sample code
  • The documentation

To Reproduce

testify {
    outputFileNameFormat = "n"
}

Expected behavior

Test files should be named default.png, but are still named className_default.png

Version

2.0.0

@DanielJette DanielJette added Bug Any behaviour the deviates from the documentation, expected outcome or API contract. Gradle Plugin Relates to the Testify Gradle Plugin Library Relates to the Testify Kotlin library: ScreenshotRule, ScreenshotInstrumentation, etc. labels Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Any behaviour the deviates from the documentation, expected outcome or API contract. Gradle Plugin Relates to the Testify Gradle Plugin Library Relates to the Testify Kotlin library: ScreenshotRule, ScreenshotInstrumentation, etc.
Projects
None yet
Development

No branches or pull requests

1 participant