Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrchantey/sweet-demo

Demo for the sweet test framework
https://github.com/mrchantey/sweet-demo

Last synced: 4 days ago
JSON representation

Demo for the sweet test framework

Awesome Lists containing this project

README

        

# sweet-demo
Demo for the sweet test framework.

[Documentation here](https://mrchantey.github.io/forky/docs/sweet/index.html)

## Cheatsheet

```sh
# NATIVE

cargo run --example sweet
## watch
cargo watch -- cargo run --example sweet -- -w
## e2e (requires chromedriver)
cargo run --example sweet --features=e2e

# WEB (requires forky_cli, wasm-bindgen-cli, chromedriver)

forky sweet --example sweet
## watch
forky sweet --example sweet -w
## interactive
forky sweet --example sweet -w --interactive
```