Skip to content

xd009642/webmocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webmocket

🚧 This crate is currently very WIP 🚧

'webmocket' provides mocking so you can perform black-box testing of Rust applications that interact with websocket APIs. It's heavily inspired by wiremock-rs and is an experimentation of how it could look like in a similar API. For a relevant wiremock issue look here.

What's implemented So Far?

  • Simple request checking of initial parameters and message stream (headers, paths and websocket messages)
  • Checking of preconditions

What's Yet To Come?

  • Response streams
  • Better verification reports
  • Similar quality of UX to wiremock
  • Figuring out if it lives separately or joins forces with wiremock-rs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages