Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrchantey/sweet-demo
- Owner: mrchantey
- Created: 2023-09-13T01:00:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T23:27:28.000Z (about 1 year ago)
- Last Synced: 2024-11-01T00:43:03.305Z (about 2 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
# NATIVEcargo 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
```