https://github.com/bukowa/tauri-e2e
Tauri v2 + Selenium
https://github.com/bukowa/tauri-e2e
e2e-testing edge edgedriver linux mac selenium tauri tests v2 webdriver webkitgtk webkitwebdriver windows
Last synced: about 1 month ago
JSON representation
Tauri v2 + Selenium
- Host: GitHub
- URL: https://github.com/bukowa/tauri-e2e
- Owner: bukowa
- License: mit
- Created: 2024-06-28T22:32:58.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-04-01T12:59:52.000Z (about 2 months ago)
- Last Synced: 2025-04-01T13:40:59.156Z (about 2 months ago)
- Topics: e2e-testing, edge, edgedriver, linux, mac, selenium, tauri, tests, v2, webdriver, webkitgtk, webkitwebdriver, windows
- Language: HTML
- Homepage: https://bukowa.github.io/tauri-e2e/
- Size: 559 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tauri-e2e v2
[](https://github.com/bukowa/tauri-e2e/actions/workflows/tests-windows.yaml)
[](https://github.com/bukowa/tauri-e2e/actions/workflows/tests-linux.yaml)
[](https://github.com/bukowa/tauri-e2e/actions/workflows/tests-macos.yaml)This project demonstrates how to perform end-to-end testing with `Tauri v2` using `Selenium`.
For documentation of how to use the `Selenium` package see
- https://bukowa.github.io/tauri-e2e/# Note:
This project was primarily created as an experiment to learn JavaScript/TypeScript package management and release processes. While it may not represent the best or most sustainable approach for testing in the future, it can still serve as a useful example or starting point for similar projects.# State
- [x] `Windows` support
- [x] github actions support
- [x] `Linux` support
- [x] github actions support
- [ ] `Mac` support
- [ ] github actions support# Prerequisites
Before getting started, ensure you have the following:- `Rust`
- `Node.js`