Search Unity

Can I run playMode and editMode test in batch mode at once?

Discussion in 'Testing & Automation' started by watsonsong, Mar 31, 2021.

  1. watsonsong

    watsonsong

    Joined:
    May 13, 2015
    Posts:
    555
    I am trying to run test the collect the nunit report, covert them to junit report and upload to gitlab in CI pipeline. I am using https://github.com/nunit/nunit-transforms/blob/master/nunit3-junit/nunit3-junit.xslt to transform the nunit to junit report.
    But the play mode and edit mode can not run togather and generate one report file. I can not find a way to merge the play mode report and edit mode report correctly.
    BTW, the unity project start two times is waste of time. I hope the playMode, editMode and codeCoverage can be run at once.
     
    Last edited: Mar 31, 2021