From 63a29dcea266873fbf7d56d89ca0cdf4829f18dc Mon Sep 17 00:00:00 2001 From: Natalia Pozhidaeva Date: Wed, 6 Sep 2023 21:41:08 -0500 Subject: [PATCH 1/4] remove domain from profile --- jdi-dark-tests/pom.xml | 19 ++----------------- .../examples/custom/PreconditionTests.java | 2 +- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/jdi-dark-tests/pom.xml b/jdi-dark-tests/pom.xml index 454e14cd..c3e01766 100644 --- a/jdi-dark-tests/pom.xml +++ b/jdi-dark-tests/pom.xml @@ -16,6 +16,8 @@ general.xml 1.1.14-SNAPSHOT 3.2.0 + local=http://localhost:8080, trello=https://api.trello.com/1, google=https://google.com + INFO @@ -262,23 +264,6 @@ - - info - - true - - - local=http://localhost:8080, trello=https://api.trello.com/1, google=https://google.com - INFO - - - - debug - - local=http://localhost:8080, trello=https://api.trello.com/1, google=https://google.com - DEBUG - - jdk16 diff --git a/jdi-dark-tests/src/test/java/com/epam/jdi/httptests/examples/custom/PreconditionTests.java b/jdi-dark-tests/src/test/java/com/epam/jdi/httptests/examples/custom/PreconditionTests.java index 20e1da9a..1a2ad206 100644 --- a/jdi-dark-tests/src/test/java/com/epam/jdi/httptests/examples/custom/PreconditionTests.java +++ b/jdi-dark-tests/src/test/java/com/epam/jdi/httptests/examples/custom/PreconditionTests.java @@ -25,7 +25,7 @@ import static org.hamcrest.core.IsEqual.equalTo; public class PreconditionTests { - public static final String CSV_DATA_FILE = "src/test/resources/testWithPreconditions.csv"; + public static final String CSV_DATA_FILE = "./testWithPreconditions.csv"; private ArrayList createdBoardsId = new ArrayList(); private static String newOrgId; From 4b3e043b5d5c2a5db1b4011e4423d883b7ad8eac Mon Sep 17 00:00:00 2001 From: Natalia Pozhidaeva Date: Wed, 6 Sep 2023 21:50:19 -0500 Subject: [PATCH 2/4] update codecov version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a1754db..89ff4485 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -103,7 +103,7 @@ jobs: # comment-on-pull-request: true - name: Test Coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} From 504bee4410f1d870f965b475e3b46f34ed4ece43 Mon Sep 17 00:00:00 2001 From: Natalia Pozhidaeva Date: Wed, 6 Sep 2023 21:56:11 -0500 Subject: [PATCH 3/4] update maven-resources-plugin --- jdi-dark-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdi-dark-tests/pom.xml b/jdi-dark-tests/pom.xml index c3e01766..795a6eae 100644 --- a/jdi-dark-tests/pom.xml +++ b/jdi-dark-tests/pom.xml @@ -15,7 +15,7 @@ 1.9.5 general.xml 1.1.14-SNAPSHOT - 3.2.0 + 3.3.1 local=http://localhost:8080, trello=https://api.trello.com/1, google=https://google.com INFO From 03a440f63f634534b9265bf977315b9e6737bb23 Mon Sep 17 00:00:00 2001 From: Natalia Pozhidaeva Date: Wed, 6 Sep 2023 22:02:27 -0500 Subject: [PATCH 4/4] update xstream --- jdi-dark-bdd/pom.xml | 2 +- jdi-dark-ws/pom.xml | 2 +- jdi-dark/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jdi-dark-bdd/pom.xml b/jdi-dark-bdd/pom.xml index dd037f8c..8a0c2a14 100644 --- a/jdi-dark-bdd/pom.xml +++ b/jdi-dark-bdd/pom.xml @@ -104,7 +104,7 @@ com.thoughtworks.xstream xstream - 1.4.15 + 1.4.20 diff --git a/jdi-dark-ws/pom.xml b/jdi-dark-ws/pom.xml index 79a4ad82..158eccc0 100644 --- a/jdi-dark-ws/pom.xml +++ b/jdi-dark-ws/pom.xml @@ -80,7 +80,7 @@ com.thoughtworks.xstream xstream - 1.4.15 + 1.4.20 diff --git a/jdi-dark/pom.xml b/jdi-dark/pom.xml index 07a70c79..7ddb7a80 100644 --- a/jdi-dark/pom.xml +++ b/jdi-dark/pom.xml @@ -205,7 +205,7 @@ com.thoughtworks.xstream xstream - 1.4.15 + 1.4.20