From 72e1dfb8edcc8e583a7099ef17b016d929824122 Mon Sep 17 00:00:00 2001 From: hendisantika Date: Fri, 24 May 2024 07:58:25 +0700 Subject: [PATCH] =?UTF-8?q?#204=20-=20Add=20Testcontainer=20libs=20:four:?= =?UTF-8?q?=F0=9F=AB=B8=F0=9F=8C=80=E2=9C=8F=EF=B8=8F=F0=9F=93=97?= =?UTF-8?q?=F0=9F=90=A7=F0=9F=90=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logs/browserstack-plugin.log | 10 ++++++++++ pom.xml | 23 +++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/logs/browserstack-plugin.log b/logs/browserstack-plugin.log index 16864cd..848237f 100644 --- a/logs/browserstack-plugin.log +++ b/logs/browserstack-plugin.log @@ -38,3 +38,13 @@ 11:01:49.112 [ApplicationImpl pooled thread 45] INFO com.browserstack.utils.Helpers - null 11:03:54.927 [ApplicationImpl pooled thread 45] INFO c.b.l.BrowserStackRunExtension - spring boot 11:03:54.927 [ApplicationImpl pooled thread 45] INFO com.browserstack.utils.Helpers - null +07:50:43.860 [ApplicationImpl pooled thread 85] INFO c.b.l.BrowserStackRunExtension - maven +07:50:43.860 [ApplicationImpl pooled thread 85] INFO com.browserstack.utils.Helpers - null +07:50:55.763 [ApplicationImpl pooled thread 82] INFO c.b.l.BrowserStackRunExtension - spring boot +07:50:55.764 [ApplicationImpl pooled thread 82] INFO com.browserstack.utils.Helpers - null +07:51:36.072 [ApplicationImpl pooled thread 82] INFO c.b.l.BrowserStackRunExtension - spring boot +07:51:36.072 [ApplicationImpl pooled thread 82] INFO com.browserstack.utils.Helpers - null +07:51:46.420 [ApplicationImpl pooled thread 72] INFO c.b.l.BrowserStackRunExtension - maven +07:51:46.420 [ApplicationImpl pooled thread 72] INFO com.browserstack.utils.Helpers - null +07:52:03.885 [ApplicationImpl pooled thread 92] INFO c.b.l.BrowserStackRunExtension - maven +07:52:03.885 [ApplicationImpl pooled thread 92] INFO com.browserstack.utils.Helpers - null diff --git a/pom.xml b/pom.xml index 7de4534..5082e20 100755 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,7 @@ UTF-8 UTF-8 21 + 1.19.8 @@ -71,8 +72,30 @@ spring-boot-starter-test test + + org.testcontainers + junit-jupiter + test + + + org.testcontainers + mysql + test + + + + + org.testcontainers + testcontainers-bom + ${testcontainers.version} + pom + import + + + +