/reliability-tester

A personal rust application built to test the reliability of backend systems and apis

Primary LanguageRust

Reliability Tester

  • This is an application built in rust to help me test the reliability of systems by set protocols

Plan

  • The aim for this application is to be able to test various backend applications. it will do these by accepting various inputs as configuration for the application, returning various outputs for logging, supporting diverse testing configurations and supporting various protocols for running the tests

Install

Run Server/Console

  • cargo run -- --mode=api/cli/web/desktop

Run Desktop

  • install gtk4 in environment
  • cargo run -- --mode=gui