java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Initial workflow dashboard config for testcontainers

Open salaboy opened this issue 3 weeks ago • 2 comments

Description

Support the Dapr Workflow Dashboard Container

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1600

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • [x] Code compiles correctly
  • [x] Created/updated tests
  • [ ] Extended the documentation

salaboy avatar Dec 04 '25 13:12 salaboy

@dapr/approvers-java-sdk @dapr/maintainers-java-sdk can you please provide feedback about this ? This just add the Dapr Workflow Dashboard container to the Testcontainers module.

salaboy avatar Dec 05 '25 08:12 salaboy

Codecov Report

:x: Patch coverage is 60.00000% with 12 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 78.56%. Comparing base (d759c53) to head (879a962). :warning: Report is 241 commits behind head on master.

Files with missing lines Patch % Lines
...apr/testcontainers/WorkflowDashboardContainer.java 60.00% 11 Missing and 1 partial :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1601      +/-   ##
============================================
+ Coverage     76.91%   78.56%   +1.65%     
- Complexity     1592     1963     +371     
============================================
  Files           145      218      +73     
  Lines          4843     6000    +1157     
  Branches        562      662     +100     
============================================
+ Hits           3725     4714     +989     
- Misses          821      945     +124     
- Partials        297      341      +44     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Dec 10 '25 16:12 codecov[bot]