Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JUnit Test Report を正しい形で利用する #1742

Open
rnakagawa16 opened this issue Dec 20, 2024 · 1 comment
Open

JUnit Test Report を正しい形で利用する #1742

rnakagawa16 opened this issue Dec 20, 2024 · 1 comment
Assignees
Labels
CI/CD Github Actionsなどの修正
Milestone

Comments

@rnakagawa16
Copy link
Contributor

概要

現在の CI では、JUnit のテストのタスクとして、 JUnit Test Report と Maven Tests の二つが走っている。
しかし、機能として重複している箇所が多く、余分なところが多い。
よって、利用するタスクを JUnit Test Report に集約し、正しく動作していない箇所を合わせて修正する必要がある。

詳細 / 機能詳細(オプション)

正しく動作していない箇所については以下のとおりである。

Image

JUnit Test Report がすべてのテスト結果のxmlファイルを出力しているがゆえに、結果が

  • dressca の JUnit Test Report
  • ADB2C の JUnit Test Report

を区別できずに一括で出力している。
また、その出力先は先にCI の結果が完了したほうにまとめて出力している。

これを修正する必要がある。

完了条件

JUnit Test Report の結果のみが CI で出力される
Dressca と ADB2C の検証結果が別々に出力される

@rnakagawa16 rnakagawa16 added the CI/CD Github Actionsなどの修正 label Dec 20, 2024
@rnakagawa16 rnakagawa16 added this to the v1.1.0 milestone Dec 20, 2024
@rnakagawa16
Copy link
Contributor Author

mikepenz/action-junit-report#40

JUnit Test Report の結果が CI の結果が最後に完了したものにまとめて出力されている問題については、
Github API による問題で未解決との報告がある。

よって、現時点では

  • JUnit Test Report のみを実行しすること
  • 二つの検証結果が別々に出力されるかどうかは上記の問題が解決されているかを確認すること
    といった対応ということになる。

@rnakagawa16 rnakagawa16 self-assigned this Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Github Actionsなどの修正
Projects
None yet
Development

No branches or pull requests

1 participant