Search Unity

How to run a Windows store (Hololens application) using unity test tool from command prompt?

Discussion in 'VR' started by vijayravindran, Sep 22, 2017.

  1. vijayravindran

    vijayravindran

    Joined:
    Feb 1, 2017
    Posts:
    11
    Currently i'm able to the Integration test tool from command prompt for android application using below cmd

    Unity.exe -batchmode -projectPath PATH_TO_YOUR_PROJECT -executeMethod UnityTest.Batch.RunIntegrationTests -testscenes=TestScene1,TestScene2 -targetPlatform=Android -resultsFileDirectory=C:\temp\

    Let me know on how to run for Hololens?