Commit Graph

841 Commits

Author SHA1 Message Date
edizor
63fb43b4d0 Update README.md
[skip ci]
2023-05-25 23:31:28 +08:00
Bipin kumar
4a949a6703 JAVA-21189: changes made for formatting modules starting from TVWX (#14107) 2023-05-24 19:38:09 +05:30
Loredana Crusoveanu
fe3238a67a Merge pull request #13922 from dkapil/task/JAVA-13721
JAVA-13721 Format, Fix Package, Upgrade version of all the articles
2023-05-18 11:31:42 +03:00
thibaultfaure
3de1d7b342 BAEL-6246 Fix AppControllerIntegrationTest (#14039)
Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
2023-05-18 07:32:35 +05:30
edizor
8027f63ef1 Update README.md
[skip ci]
2023-05-17 21:08:27 +08:00
thibaultfaure
f92683e669 BAEL-6246 Code for the article Send MultipartFile Request with RestAs… (#13803)
* BAEL-6246 Code for the article Send MultipartFile Request with RestAssured

* Fix code style in rest assured integration tests

---------

Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
2023-05-16 19:59:16 +01:00
Dhawal Kapil
f7fd945856 Merge branch 'master' of https://github.com/eugenp/tutorials into
task/JAVA-13721

# Conflicts:
#	testing-modules/mockito-simple/pom.xml
2023-05-16 23:10:40 +05:30
Dhawal Kapil
51277bfeb3 JAVA-13721 Further formatting of files 2023-05-16 23:06:58 +05:30
Dhawal Kapil
f1731ff7fd JAVA-13721 Fixing the formatting 2023-05-16 22:56:17 +05:30
Dmytro Budym
540330e68d fix SeleniumOpenNewTabLiveTest (#14019) 2023-05-15 23:13:53 +05:30
Dmytro Budym
23ab6323b3 Add code examples for "Opening a New Tab Using Selenium WebDriver in Java" (#14001)
Add code examples for "Opening a New Tab Using Selenium WebDriver in Java"
2023-05-13 19:59:37 -07:00
edizor
3f4ee9c5af Update README.md
[skip ci]
2023-05-11 23:54:53 +08:00
cesarevalenti90
d85fd10c0a BAEL-6197 - Execute Tests Based on Active Profile with JUnit 5 (#13776)
* BAEL-6255 - Run a Spring Boot application in AWS Lambda

* BAEL-6255 - Run a Spring Boot application in AWS Lambda

* fix on template.yaml

* fix on template.yaml

* removed log from test

* resolved issues reported on PR

* BAEL-6277 - A Guide To Spring Cloud Azure

First commit

* BAEL-6277 - A Guide To Spring Cloud Azure

Added to README.md the steps to create the secrets

* BAEL-6277 - A Guide To Spring Cloud Azure

Added the integration Azure Key Vault Properties

* BAEL-6277 - A Guide To Spring Cloud Azure

Added the integration Azure Key Vault Properties

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

Added one level package keyvault

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

removed target release version

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

fix compilation of NoSuchElementException

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

fix pom.xml

* Revert "BAEL-6277 - A Guide To Spring Cloud Azure Key Vault"

This reverts commit 1cca1d0d69.

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

fix pom.xml

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

downgrade version to fix jenkins pipeline error

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

comment run on main class

* Revert "reset last commit"

This reverts commit c557fad67f1c15bb384f0af5781430a45121a838.

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#First push

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

Revert for new pr

* reset last commit

* reset last commit

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#Remove redundant test

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#Format fix

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#fix from review

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#fix from review

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#fix test name

---------

Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-05-10 17:09:10 -05:00
Michael Olayemi
33ecaf4860 Uploading File using Selenium WebDriver in Java (#13947)
* Uploading File using Selenium WebDriver in Java

* Uploading File using Selenium WebDriver in Java

* Uploading File using Selenium WebDriver in Java

* Uploading File using Selenium WebDriver in Java
2023-05-08 09:08:08 +05:30
edizor
1b122ee782 Update README.md
[skip ci]
2023-05-05 23:48:25 +08:00
Bipin kumar
ba519e6099 JAVA-16612: Mock Final Classes and Methods with Mockito article; MockMaker improvement (#13890) 2023-05-03 12:36:25 +03:00
Loredana Crusoveanu
b86c3a6f15 Merge pull request #13920 from edizor/master
Update README
2023-04-30 11:23:00 +03:00
Michael Olayemi
4a7c343335 BAEL-6194 Retrieve the Value of an HTML Input Using Selenium WebDriver in Java (#13898)
* Retrieve the Value of an HTML Input Using Selenium WebDriver in Java

* Retrieve the Value of an HTML Input Using Selenium WebDriver in Java

* Retrieve the Value of an HTML Input Using Selenium WebDriver in Java
2023-04-30 08:10:16 +05:30
Dhawal Kapil
64658a5298 JAVA-13721 Moved mockito-simple to JDK9+ profiles 2023-04-28 22:03:51 +05:30
Dhawal Kapil
6d5c5a9792 JAVA-13721 Format, Fix Package, Upgrade version of all the articles 2023-04-28 20:24:19 +05:30
edizor
c40fb9629d Update README.md
[skip ci]
2023-04-28 21:28:24 +08:00
edizor
2845bd5a20 Update README.md
[skip ci]
2023-04-28 21:26:18 +08:00
edizor
d88c67ec6e Update README.md
[skip ci]
2023-04-28 20:15:06 +08:00
davidmartinezbarua
6f45be6439 Merge pull request #13850 from AndiCover/BAEL-5739_2
BAEL-5739 Avoiding the StaleElementReferenceException in Selenium
2023-04-25 17:24:15 -03:00
Mateusz Szablak
1a1dbf9e41 BAEL-6283 Creating a Test Suite with JUnit (#13873) 2023-04-25 18:38:24 +05:30
anuragkumawat
113c62ecc1 JAVA-20496 Non-article code: rawtypes and sandbox packages (#13886)
* JAVA-14232 Dissolving core-java module completed
2023-04-24 10:40:47 +03:00
AndiCover
eba0465dd7 BAEL-5739 Avoiding the StaleElementReferenceException in Selenium 2023-04-16 11:53:41 +02:00
edizor
5dda6c5b3e Update README.md
[skip ci]
2023-04-14 17:27:27 +08:00
edizor
24d9ac6737 Update README.md
[skip ci]
2023-04-14 17:04:35 +08:00
AndiCover
4ebc788fc6 BAEL-6117 Explicit Wait vs Implicit Wait in Selenium Webdriver (#13799) 2023-04-12 19:39:41 -05:00
etrandafir93
2d33ee4f89 BAEL-6285: added code support for JUnit5's @Timeout (#13784) 2023-04-08 19:28:06 -07:00
Kai Yuan
fcacb8073a [BAEL-6284_tmpDir] add tests for the cleanup option (#13752) 2023-04-04 20:16:46 -05:00
Eugene Kovko
2bbcc50584 BAEL-6282 Add Native Image Condition (#13739) 2023-03-31 14:27:40 -07:00
edizor
f74e3db78a Update README.md
[skip ci]
2023-03-24 16:12:11 +08:00
uzma
55ae8375a3 [BAEL-5894] fix artifact name in parent pom 2023-03-17 11:49:32 +00:00
uzma
7fbfc36673 [BAEL-5894] Add Java code for Gatling perf test 2023-03-14 11:28:54 +00:00
Loredana Crusoveanu
cf8e81e680 Merge pull request #13512 from panos-kakos/JAVA-18603
[JAVA-18603] Upgraded junit-jupiter.version to 5.9.2
2023-02-23 17:35:26 +02:00
Loredana Crusoveanu
95f50cd7d2 Merge pull request #13442 from armandino/updated-version
Updated Instancio version
2023-02-21 23:19:57 +02:00
panos-kakos
a15bf85048 [JAVA-18603] Upgraded junit-platform version at parent pom 2023-02-21 17:23:18 +02:00
panos-kakos
ccdd5d8e68 [JAVA-18603] Upgraded junit-platform version 2023-02-21 06:31:23 +02:00
edizor
17f4a4b82c Update README.md
[skip ci]
2023-02-17 18:32:41 +08:00
Arman Sharif
25fb7e94a8 Updated Instancio version 2023-02-16 00:07:17 -08:00
davidmartinezbarua
c30aea5c5b Merge pull request #13424 from etrandafir93/features/BAEL-6198-junit5_nested_annotation
BAEL-6198: junit5 @Nested tests
2023-02-11 12:21:45 -03:00
emanueltrandafir1993
ffa1abfc08 BAEL-6198: fixed spacing for line continuation 2023-02-11 13:40:09 +01:00
edizor
24ddec2fb0 Update README.md
[skip ci]
2023-02-09 07:26:39 +08:00
Kai Yuan
47e3b7967a [x-asserts-in-one] Single Assert Call for Multiple Properties in JUnit5 (#13413) 2023-02-04 10:19:19 -06:00
emanueltrandafir1993
432a20881e BAEL-6198: renaming 2023-02-04 16:49:19 +01:00
emanueltrandafir1993
104a65c598 BAEL-6198: junit5 @Nested tests 2023-02-04 16:40:35 +01:00
edizor
db514563be Update README.md
[skip ci]
2023-02-02 23:25:16 +08:00
Loredana Crusoveanu
adb277c07e match boot version, update path 2023-02-02 14:25:53 +02:00