{"id":13337311,"url":"https://github.com/kostya-zero/zeroProbe","last_synced_at":"2025-03-11T04:32:38.788Z","repository":{"id":45709715,"uuid":"514180218","full_name":"kostya-zero/zeroProbe","owner":"kostya-zero","description":"An interesting and powerful tool for project testing written in C#.","archived":true,"fork":false,"pushed_at":"2023-02-27T19:09:49.000Z","size":2166,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T12:36:59.597Z","etag":null,"topics":["test-automation","testing-tools","tests"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kostya-zero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-15T07:43:18.000Z","updated_at":"2024-12-16T07:08:25.000Z","dependencies_parsed_at":"2025-02-04T11:34:38.622Z","dependency_job_id":"23e013c2-cb58-46e4-8d00-fa6bc879d4a8","html_url":"https://github.com/kostya-zero/zeroProbe","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2FzeroProbe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2FzeroProbe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2FzeroProbe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2FzeroProbe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kostya-zero","download_url":"https://codeload.github.com/kostya-zero/zeroProbe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242972682,"owners_count":20215238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["test-automation","testing-tools","tests"],"created_at":"2024-07-29T19:13:43.510Z","updated_at":"2025-03-11T04:32:38.384Z","avatar_url":"https://github.com/kostya-zero.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"poster.png\"/\u003e\n    \u003ch3\u003eLightweight and simple solution for projects testing.\u003c/h3\u003e\n\u003c/div\u003e\n\n\u003cdiv id=\"badges\" align=\"center\"\u003e\n    \u003ca href=\"https://www.codacy.com/gl/kostya-zero/zeroprobe/dashboard?utm_source=gitlab.com\u0026amp;utm_medium=referral\u0026amp;utm_content=kostya-zero/zeroprobe\u0026amp;utm_campaign=Badge_Grade\"\u003e\n        \u003cimg src=\"https://app.codacy.com/project/badge/Grade/ee24203115c542b08553b7e071a14b88\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/kostya-zero/zeroProbe/actions/workflows/dotnet.yml\"\u003e\n        \u003cimg src=\"https://github.com/kostya-zero/zeroProbe/actions/workflows/dotnet.yml/badge.svg?branch=main\u0026\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://gitlab.com/kostya-zero/zeroprobe\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/GitLab-repository-orange?logo=gitlab\u0026\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/kostya-zero/zeroProbe\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/GitHub-repository-232323?logo=github\u0026\"/\u003e\n    \u003c/a\u003e\n \u003c/div\u003e\n\n### :blue_book: What is this?\n\nzeroProbe is a compact and simple application focus on testing things.\nYou can test everything, from building an application to test runs with different arguments.\nzeroProbe are open-source project and absolutely free.\nIt has not too much functionality, but in the feature it will increase.\nYou can use it on your server for testing after each change.\nThe configuration allows you to make test scripts for everything you want.\nJust try it.\n\n### :scroll: Configuration\n\nzeroProbe use it own configuration system named ProbeConfig.\nIt looks similar to INI files.\nProbeConfig are focus on being simple, flexible and have pretty looked.\n\n```text\nproject: .NET Build Test\nstages: restore build\n\n!restore.add_command: dotnet restore\n!build.add_command: dotnet build --no-restore\n```\n\n```text\nproject: Build File Lister\ncheck_for: g++ gcc\nstages: build test\n\n!build.add_command: g++ main.cpp src/io.cpp src/io.h src/fs.cpp src/fs.h -o file_lister\n!test.add_command: ./file_lister\n```\n\nNeed a ready template?\nzeroProbe contains templates for your projects inside.\nGenerate and start making your work more productive!\n\n### :rocket: Fast as possible\n\nzeroProbe was developed in C#. It works on .NET and it so-o-o fast. Really, just try it.\n.NET 6 allows us to build faster and feature-rich applications with C#.\nzeroProbe are fast tool for your tests.\nIt makes your test automated, it works so fast and has an easy configuration style - that's so cool!\n\n### :floppy_disk: Installation\n\n- Download latest version of zeroProbe that's match your OS and architecture.\n- Unpack archive.\n- Place executable file where you want.\n- :rocket: You are ready to use zeroProbe and make your work a little bit easier!\n\n### :package: Contributing\n\nWant to help us in development? Sounds good!\nFeel free to fork this repository and make a pull request.\nAlso, if you have problems, tell us in issues on GitHub or GitLab about what's wrong or where you got stuck.\nYou can check a step-by-step guide [here](CONTRIBUTING.md).\n\n### :earth_asia: Links\n\n- [GitLab Repository](https://gitlab.com/kostya-zero/zeroprobe) - main repository of zeroProbe.\n- [GitHub Repository](https://github.com/kostya-zero/zeroProbe) - mirror of zeroProbe for GitHub.\n- [GitHub Workflow: .NET](https://github.com/kostya-zero/zeroProbe/actions/workflows/dotnet.yml) - build status.\n- [Trello Board](https://trello.com/b/jLdiw40c/zeroprobe) - check out what we are planing and what we are doing now.\n- [Codacy](https://www.codacy.com/gl/kostya-zero/zeroprobe/dashboard?utm_source=gitlab.com\u0026amp;utm_medium=referral\u0026amp;utm_content=kostya-zero/zeroprobe\u0026amp;utm_campaign=Badge_Grade) - code ranking and issues.\n\n### :envelope: Message from Author\n\nI started learning C# in 2021 and now, I try to make an application for testing.\nThat'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.\nThanks!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostya-zero%2FzeroProbe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkostya-zero%2FzeroProbe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostya-zero%2FzeroProbe/lists"}