Skip to content

Commit

Permalink
Upgrading plugin to v1.0.3 with grouped results
Browse files Browse the repository at this point in the history
  • Loading branch information
craigatk committed Jan 14, 2020
1 parent 312d866 commit 7c6dc39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}

plugins {
id "dev.projektor.publish" version "1.0.2"
id "dev.projektor.publish" version "1.0.3"
}

projektor {
Expand Down
2 changes: 1 addition & 1 deletion publishers/gradle-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ projektor {
This project has unit and integration tests as well as
full tests of the plugin leveraging [Gradle TestKit](https://docs.gradle.org/current/userguide/test_kit.html)

To run all the tests, run `../gradlew check`
To run all the tests, run `../../gradlew check`

Some of the tests use [WireMock](http://wiremock.org/) to verify the sending of test results
to the server.
2 changes: 1 addition & 1 deletion publishers/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
}

group = "dev.projektor"
version = "1.0.2"
version = "1.0.3"

dependencies {
implementation("com.squareup.okhttp3:okhttp:4.2.1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import strikt.assertions.map
@KtorExperimentalAPI
class GetTestSuitesByPackageApplicationTest : ApplicationTestCase() {
@Test
fun shouldFetchTestSuiteSummariesFromDatabase() {
fun `should get test suites by package`() {
val publicId = randomPublicId()

withTestApplication(::createTestApplication) {
Expand Down

0 comments on commit 7c6dc39

Please sign in to comment.