-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add kotest.properties to the libs
- Loading branch information
Showing
16 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.stove.ktor.example.e2e.Stove |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.stove.spring.example.e2e.Stove |
1 change: 1 addition & 0 deletions
1
examples/spring-standalone-example/src/test/resources/kotest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.stove.spring.standalone.example.e2e.Stove |
1 change: 1 addition & 0 deletions
1
examples/spring-streams-example/src/test/resources/kotest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.stove.spring.streams.example.e2e.Stove |
1 change: 1 addition & 0 deletions
1
lib/stove-testing-e2e-couchbase/src/test/resources/kotest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.trendyol.stove.testing.e2e.couchbase.Stove |
1 change: 1 addition & 0 deletions
1
lib/stove-testing-e2e-elasticsearch/src/test/resources/kotest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.trendyol.stove.testing.e2e.elasticsearch.Stove |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
lib/stove-testing-e2e-http/src/test/resources/kotest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.trendyol.stove.testing.e2e.http.Stove |
20 changes: 20 additions & 0 deletions
20
lib/stove-testing-e2e-http/src/test/resources/logback-test.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<configuration> | ||
|
||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> | ||
<encoder> | ||
<pattern> | ||
%white([%t]) %highlight(%-5level) %magenta(%c{1}) %cyan(trace.id:%X{traceId} version:%X{version}) - | ||
%yellow(%m) %n | ||
</pattern> | ||
</encoder> | ||
</appender> | ||
|
||
<root level="INFO"> | ||
<appender-ref ref="STDOUT"/> | ||
</root> | ||
<logger name="org.testcontainers" level="WARN"/> | ||
<logger name="tc" level="OFF"/> | ||
<logger name="com.github.dockerjava" level="OFF"/> | ||
<logger name="com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.wire" level="OFF"/> | ||
<logger name="org.apache" level="OFF"/> | ||
</configuration> |
1 change: 1 addition & 0 deletions
1
lib/stove-testing-e2e-kafka/src/test/resources/kotest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.trendyol.stove.testing.e2e.standalone.kafka.setup.Stove |
1 change: 1 addition & 0 deletions
1
lib/stove-testing-e2e-mongodb/src/test/resources/kotest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.trendyol.stove.testing.e2e.mongodb.Stove |
1 change: 1 addition & 0 deletions
1
lib/stove-testing-e2e-rdbms-mssql/src/test/resources/kotest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.trendyol.stove.testing.e2e.rdbms.mssql.Stove |
1 change: 1 addition & 0 deletions
1
lib/stove-testing-e2e-rdbms-postgres/src/test/resources/kotest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.trendyol.stove.testing.e2e.rdbms.postgres.Stove |
1 change: 1 addition & 0 deletions
1
lib/stove-testing-e2e-redis/src/test/resources/kotest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.trendyol.stove.testing.e2e.redis.Stove |
1 change: 1 addition & 0 deletions
1
lib/stove-testing-e2e-wiremock/src/test/resources/kotest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.trendyol.stove.testing.e2e.wiremock.Stove |
1 change: 1 addition & 0 deletions
1
starters/spring/stove-spring-testing-e2e-kafka/src/test/resources/kotest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kotest.framework.config.fqn=com.trendyol.stove.testing.e2e.kafka.Setup |