From a0b39bf9d2cf5fc6e4feecad3c9a370c6b56c531 Mon Sep 17 00:00:00 2001 From: theredfish Date: Sun, 14 Jan 2024 23:25:00 +0100 Subject: [PATCH] Add project Hurl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf5c13a..b04d807 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This repository contains a curated list of testing material in the Rust ecosyste ## Projects - [Cucumber](https://github.com/cucumber-rs/cucumber) - An implementation of the Cucumber testing framework for Rust. +- [Hurl](https://github.com/Orange-OpenSource/hurl) - Run and test HTTP requests with plain text. - [Mockito](https://github.com/lipanski/mockito) - A library for generating and delivering HTTP mocks in Rust. - [Nextest](https://github.com/nextest-rs/nextest) - The next-generation test runner for Rust. - [Proptest](https://github.com/proptest-rs/proptest) - A property testing framework (i.e., the QuickCheck family).