-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
i found the following needed actions, please correct me, if i'm wrong
- SerenityTask need removing
clearHistoryandhistoryas mentioned by @petrandreev -
build.gradleshould usetasks.register - .all should be replaces with configureEach in
build.gradle - test-Task need
useJUnitPlatform()to run the tests - what's happen to remove newly introduced and unnecessary generateOutcomes property #30 ?
- JUnit5-test-classes should be package-private
- contains-assertions should be written as
assertThat(...).contains(...);(currentlyassertThat(....contains(...)); - create README-file with detailed usage descriptions
i tested the actions with a simple test-project and with active --build-cache --configuration-cache
getting the following result:
clean testwithout change: create empty result> Task :test FROM-CACHE > Task :aggregatetestafter change: create index with no results pages listed (afterclean test)> Task :test > Task :aggregate UP-TO-DATE
this looks like test create output, that aggregate uses without the knowledge of gradle-cache
gradle writes output into build, serenity into target/site/serenity, clean only remove serenity inside target/site
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels