HiEnds — NUnit 3 Test Runner GUI for Tests — A tool for managing command execution tasks
As per the title, HiEnds aims to make it easier for developers and system administrators to execute complex commands and scripts, track results, and manage outputs effectively.
App Version: https://github.com/sugia279/HiEnds/blob/main/AppVersions/TigerRoar_V1.7z
Requirements
- Install .NET 8 or later: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.301-windows-x64-installer
- Download the TigerRoar_V1.7z => Decompress => Open TigerRoar.exe
Use Case: NUnit 3 Test Runner GUI for Tests
HiEnds addresses the lack of an official GUI for NUnit 3.x by providing a user-friendly interface for running and managing NUnit tests. This is particularly useful for developers and QA engineers who need to automate and streamline their testing processes using NUnit 3.17.0.
- Test Discovery: Browse and discover all tests within a specified DLL, ensuring no test is overlooked.
- Search Test: Search tests following the criteria of case name or the test method attributes.
- Selective Test Execution: Easily select and run specific tests from the discovered list using the integrated grid.
- Compatibility with NUnit 3.17.0: Built to work flawlessly with NUnit 3.17.0, leveraging its powerful test execution capabilities.
- Integration with
nunitconsole.exe
: Executes selected tests usingnunitconsole.exe
, providing detailed results and logs. - Can run multithread: Set RunThreadNumber = x then click the Save button, click Refresh and select multi-tests to enjoy it.
Getting Started
1. **Download and Install**: Download HiEnds from the [release page](#) and follow the installation instructions.
2. **Load DLL**: Open TigerRoar and browse to the DLL containing your NUnit tests.
3. **Run Tests**: Select the tests you want to run from the displayed list and click the “Run” button.
4. **View Results**: Analyze the test results directly within the tool.