pixel-runner is a .net core cli based application that can be used to execute test cases designed in pixel-designer. It is suitable for use on your machines dedicated for execution of test cases. while pixel-runner can run both on windows and linux OS, you need to ensure plugin compatibility with OS while designing your test cases using pixel-designer on windows.
- Extract the files to any location after unblocking the zip files.
- Edit the appsettings.json and set “persistenceServiceUri” to the url of persistence-service.
- Launch command prompt and change working directory to the folder contaning pixel-run.exe
- Run pixel-run –help from the command prompt to see help menu.
Admin rights are not required to execute the application