以下の内容はhttps://baba-s.hatenablog.com/entry/2020/06/16/090019より取得しました。


【Unity】Unity Test Runner をバッチモードで実行する時にカテゴリで絞り込みする方法

概要

Unity.exe ^
    -batchmode ^
    -runEditorTests ^
    -projectPath "【Unity プロジェクト】" ^
    -editorTestsCategories "【カテゴリ名】" ^
    -editorTestsResultFile "results.xml"

-editorTestsCategories でカテゴリ名を指定する

using NUnit.Framework;

public class Example
{
    [Test]
    [Category( "Category1" )]
    public void Test1()
    {
    }
}

カテゴリ名は Category 属性で指定できる

参考サイト様




以上の内容はhttps://baba-s.hatenablog.com/entry/2020/06/16/090019より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14