Skip to content

How to create two output files using nunit 3 #3

@Rajasreem

Description

@Rajasreem

I am getting three output xml files as result in nunit 3 by running the command nunit3-console "my dlls" --result: "my ouput path".

I need to combine the three results of the files into one xml file. SO I would like to do as

  1. nunit3-console "dll 1" --result: "path1" %and common xml file%.
  2. nunit3-console "dll 2" --result: "path2" %and common xml file%.
  3. nunit3-console "dll 3" --result: "path3" %and common xml file%.

How to achive this via nunit command. Please suggest solution for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions