kostya-zero / zeroProbe

An interesting and powerful tool for project testing written in C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightweight and simple solution for projects testing.

πŸ“˜ What is this?

zeroProbe is a compact and simple application focus on testing things. You can test everything, from building an application to test runs with different arguments. zeroProbe are open-source project and absolutely free. It has not too much functionality, but in the feature it will increase. You can use it on your server for testing after each change. The configuration allows you to make test scripts for everything you want. Just try it.

πŸ“œ Configuration

zeroProbe use it own configuration system named ProbeConfig. It looks similar to INI files. ProbeConfig are focus on being simple, flexible and have pretty looked.

project: .NET Build Test
stages: restore build

!restore.add_command: dotnet restore
!build.add_command: dotnet build --no-restore
project: Build File Lister
check_for: g++ gcc
stages: build test

!build.add_command: g++ main.cpp src/io.cpp src/io.h src/fs.cpp src/fs.h -o file_lister
!test.add_command: ./file_lister

Need a ready template? zeroProbe contains templates for your projects inside. Generate and start making your work more productive!

πŸš€ Fast as possible

zeroProbe was developed in C#. It works on .NET and it so-o-o fast. Really, just try it. .NET 6 allows us to build faster and feature-rich applications with C#. zeroProbe are fast tool for your tests. It makes your test automated, it works so fast and has an easy configuration style - that's so cool!

πŸ’Ύ Installation

  • Download latest version of zeroProbe that's match your OS and architecture.
  • Unpack archive.
  • Place executable file where you want.
  • πŸš€ You are ready to use zeroProbe and make your work a little bit easier!

πŸ“¦ Contributing

Want to help us in development? Sounds good! Feel free to fork this repository and make a pull request. Also, if you have problems, tell us in issues on GitHub or GitLab about what's wrong or where you got stuck. You can check a step-by-step guide here.

🌏 Links

βœ‰οΈ Message from Author

I started learning C# in 2021 and now, I try to make an application for testing. That's a practice for my skills, and it will be cool if you will support my project with contribution or starring this repository or leaving a review for this project. Thanks!

About

An interesting and powerful tool for project testing written in C#.

License:MIT License


Languages

Language:C# 100.0%