https://github.com/tauri-apps/smoke-tests
A collection of frameworks used as a suite of smoke-tests for tauri
https://github.com/tauri-apps/smoke-tests
Last synced: 3 months ago
JSON representation
A collection of frameworks used as a suite of smoke-tests for tauri
- Host: GitHub
- URL: https://github.com/tauri-apps/smoke-tests
- Owner: tauri-apps
- License: mit
- Created: 2019-09-04T12:37:14.000Z (almost 6 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-29T06:10:28.000Z (8 months ago)
- Last Synced: 2024-10-29T15:44:12.537Z (8 months ago)
- Language: JavaScript
- Size: 72 MB
- Stars: 76
- Watchers: 13
- Forks: 20
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Examples
A collection of examples of Tauri apps using frontends written in Rust or JavaScript.
These examples are a great way to see how Tauri works with a variety of frameworks.
Uses the template project of each framework.
## How to run
Ensure that you have read the README of the example to check that your first-time setup is done.
The examples assume that this git repository was cloned in the root of the [tauri repo](https://github.com/tauri-apps/tauri) clone on your machine.
The recommended way of running the examples is using [mask](https://github.com/jakedeichert/mask):```bash
$ cargo install mask
$ git clone https://github.com/tauri-apps/tauri
$ cd tauri
$ mask prepare
$ mask list smoke-tests # this will show all the examples names
$ mask run smoke-test some-example-name # run an example listed on the previous command
```## Error reporting
Please report all library errors at https://github.com/tauri-apps/tauri
## License
Everything in this repo is MIT License unless otherwise specified.