testing-spring-boot-applications-masterclass icon indicating copy to clipboard operation
testing-spring-boot-applications-masterclass copied to clipboard

🍃 Build Better Spring Boot Applications: A Comprehensive Testing Course to Boost Your Confidence and Productivity.

Results 46 testing-spring-boot-applications-masterclass issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.2 to 18.7.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.6.2&new-version=18.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.3.0 to 14.4.3. Release notes Sourced from @​testing-library/user-event's releases. v14.4.3 14.4.3 (2022-08-09) Bug Fixes build: add types field in exports (#1029) (5bed8c6) remove circular dependencies (#1027) (1aa2027)...

dependencies
javascript

Bumps [selenide](https://github.com/selenide/selenide) from 6.6.6 to 6.7.1. Release notes Sourced from selenide's releases. v6.7.1 Changes Fix markup in CHANGELOG for 6.7.0 version (#1910) @​valfirst #1894 restore Driver parameter in SelenidePageFactory.findSelector() -...

dependencies
java

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.4 to 5.16.5. Release notes Sourced from @​testing-library/jest-dom's releases. v5.16.5 5.16.5 (2022-08-04) Bug Fixes migrate ccs v3 to @​adobe/css-tools v4 (#470) (948d90f) Commits 948d90f fix: migrate ccs...

dependencies
javascript

Bumps [@semantic-ui-react/css-patch](https://github.com/layershifter/semantic-ui-tools) from 1.0.0 to 1.1.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@semantic-ui-react/css-patch&package-manager=npm_and_yarn&previous-version=1.0.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [keycloak-js](https://github.com/keycloak/keycloak) from 18.0.1 to 19.0.1. Commits 0f91bee Set version to 19.0.1 2a6d8ff Introduce CLI parameter to set the deployment state version seed (#13412) f3a734e Update configuration.adoc (#13417) 68604b7 Fixes...

dependencies
javascript

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.0 to 2.7.2. Release notes Sourced from spring-boot-starter-parent's releases. v2.7.2 :lady_beetle: Bug Fixes Publishing a docker image to a private registry fails without authentication #31824 In a...

dependencies
java

I am having an issue with Keycloak when starting the web test profile. This is the error log from the Keycloak docker container, there is an apparent problematic line which...

bug

I am having an issue with the MockWebServer timing out without respsonse during the test shouldReturnBookWhenResultIsSuccessfulButLackingAllInformation(). While the test code looks identical to the previous (successful) test, I am having...

bug