Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-20T18:54:49.000Z (3 months ago)
- Last Synced: 2024-09-30T04:06:17.786Z (3 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: 543 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tauri-e2e v2
[![Windows Tests](https://github.com/bukowa/tauri-e2e/actions/workflows/tests-windows.yaml/badge.svg?branch=master&event=push)](https://github.com/bukowa/tauri-e2e/actions/workflows/tests-windows.yaml)
[![Linux Tests](https://github.com/bukowa/tauri-e2e/actions/workflows/tests-linux.yaml/badge.svg?branch=master&event=push)](https://github.com/bukowa/tauri-e2e/actions/workflows/tests-linux.yaml)
[![macOS Tests](https://github.com/bukowa/tauri-e2e/actions/workflows/tests-macos.yaml/badge.svg?branch=master&event=push)](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/# 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`