From 6ac6fa78c5d8a9cd1933ce29417583b56320cfeb Mon Sep 17 00:00:00 2001 From: Jayakumar33 Date: Tue, 4 Jun 2024 18:36:51 +0530 Subject: [PATCH 1/3] bitbucket pipeline --- .idea/.gitignore | 3 +++ .idea/compiler.xml | 13 +++++++++++++ .idea/jarRepositories.xml | 20 ++++++++++++++++++++ .idea/misc.xml | 12 ++++++++++++ .idea/vcs.xml | 6 ++++++ bitbucket-pipelines.yml | 7 +++++++ 6 files changed, 61 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/compiler.xml create mode 100644 .idea/jarRepositories.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml create mode 100644 bitbucket-pipelines.yml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..c4718d0 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..9dc782b --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 0000000..0d30cac --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,7 @@ +pipelines: + default: + - step: + caches: + - maven + script: + - mvn test -D suite=single.xml From 76873d822e32c6f867b840a517e1a4a934e6e0c3 Mon Sep 17 00:00:00 2001 From: Jayakumar33 Date: Tue, 4 Jun 2024 18:49:48 +0530 Subject: [PATCH 2/3] bitbucket pipeline --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 828b8f8..465c1f3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,6 +5,7 @@ Java-TestNG-Selenium Java-TestNG-Selenium 0.0.1-SNAPSHOT + Java-TestNG-Selenium/src @@ -35,9 +36,12 @@ + + + + - - ${suite} + single.xml From 6f7ffc269da7c0a73597ee819016ca7ae716ae5e Mon Sep 17 00:00:00 2001 From: Jayakumar33 Date: Tue, 4 Jun 2024 18:58:12 +0530 Subject: [PATCH 3/3] bitbucket pipeline --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 0d30cac..a0ffe44 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,3 +1,5 @@ +image: maven:3.7.0 + pipelines: default: - step: