发布

  • feat(gradle): derive atomizer test names using AST parsing (#32275)

    frostbyte_neo 发布于 2025-08-12 21:58:45 +00:00

    Current Behavior

    • use regex to get test class name

    Expected Behavior

    • remove the filter on the test file name
    • use junit first to get test class name
    • then if junit does not work, use regex as fallback
    • fix warnings of unit tests
    • upgrade dev.nx.gradle.project-graph to 0.1.3

    in ci, in order to testClassDirs to exist, might need to run
    compileTestKotilin or compileTestJava first.

    Related Issue(s)

    Closes https://github.com/nrwl/nx/pull/31693


    Co-authored-by: Emily Xiong xiongemi@gmail.com
    Co-authored-by: Claude noreply@anthropic.com
    Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>

    下载附件