Skip to content

issues Search Results · repo:schmonz/junit-greencently language:Kotlin

Filter by

9 results
 (117 ms)

9 results

inschmonz/junit-greencently (press backspace or delete to remove)

1. Auto-create top-level subdirectory .greencently/ with its own .gitignore (containing only *) 2. Store, update, and read timestamp file in that subdirectory 3. Simplify timestamp file s name 4. Remove ...
  • schmonz
  • Opened 
    12 hours ago
  • #27

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View this repository on the Mend.io Web Portal. This repository currently has no open ...
  • renovate[bot]
  • Opened 
    on Nov 6, 2024
  • #12

In the readme you suggest to use jvmArgs( -Djunit.jupiter.extensions.autodetection.enabled=true ) Since your extension is a JUnit platform hook (TestExecutionListener) this shouldn t be necessary. It ...
  • jlink
  • 1
  • Opened 
    on Jul 9, 2024
  • #10

A quick video or animation might help people more quickly get their heads around the very small job Greencently does.
  • schmonz
  • Opened 
    on Jul 5, 2024
  • #9

I periodically run ./gradlew depUp locally, manually update build.gradle.kts as needed, make sure things still build, and push to publish an updated Greencently to Maven Central. Would be nice to have ...
  • schmonz
  • 1
  • Opened 
    on Jul 5, 2024
  • #8

Greencently is a spike that was so small I didn t delete it. There s really not much code, but it might still be nice to get some tests around it. I heard those can be valuable 😃 - Do we observe when ...
  • schmonz
  • Opened 
    on Jul 5, 2024
  • #7

The first implementation of Greencently (as a JUnit 5 extension) makes this tradeoff: in exchange for supporting only one test framework, it works no matter where or how you run the tests. An IDE-plugin ...
  • schmonz
  • Opened 
    on Jul 5, 2024
  • #6

Does Greencently work with Maven? What does the config look like?
  • schmonz
  • Opened 
    on Jul 5, 2024
  • #5

Users currently have to override Gradle s default parallelization... tasks.withType Test { maxParallelForks = 1 } ...because we haven t yet handled combining results from multiple Test Executors. ...
  • schmonz
  • Opened 
    on Jul 5, 2024
  • #4
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub