chorus/tests
Flori 06f3046134 initial wasm32 'support' (#443)
* Give tungstenite types distinct names

* reorganize files

* Better feature locking, add wasm.rs

* Implement wasm Backend

* add wasm-bindgen-test

* Build & Test for wasm

* Add macos safari wasm test

* Add wasm32 target

* Add wasm.rs test

* Move wasm-pack installation before test execution

* Fix build on wasm32

* Fix examples depending on tokio::time

* fix clippy warn

* Add example wasm bindgen test

* Add wasm-bindgen to Cargo.toml

* Add wasm test configuration

* Install wasm-bindgen-cli on linux

* Add  wasm-bindgen-cli to macos

* Correct "vers" to "version"

* Attempt to locate correct geckodriver

* Run wasm tests first

* maybe this will fix ci :clueless:

* Move wasm-bindgen-cli install

* Add cargo-binstall installation script for
wasm-bindgen-cli

* Try using only one browser

* remove geckodriver

* Move all wasm related tests to macos

* Rename macOS test step for clarity

* Try out combined coverage report

* try different strategy to skip coverage on forks

* Revert "try different strategy to skip coverage on forks"

This reverts commit fb46ab83ac.

* Revert "Try out combined coverage report"

This reverts commit d34a813d8a.
2023-11-20 13:40:55 +01:00
..
common Resolve merge conflicts 2023-11-19 19:12:29 +01:00
auth.rs Fix auth 2023-09-01 15:02:44 +02:00
channels.rs Start refactoring ChorusRequest to ChorusRequest::new() 2023-08-25 00:02:26 +02:00
gateway.rs Resolve merge conflicts 2023-11-19 19:12:29 +01:00
guilds.rs Add kick member spell 2023-08-26 16:22:47 +02:00
instance.rs Add instance tests 2023-05-27 22:51:57 +02:00
invites.rs Change tests to deal with `Arc<RwLock<T>>`'s 2023-08-13 15:54:07 +02:00
members.rs Change tests to deal with `Arc<RwLock<T>>`'s 2023-08-13 15:54:07 +02:00
messages.rs Start refactoring ChorusRequest to ChorusRequest::new() 2023-08-25 00:02:26 +02:00
relationships.rs Change Mutex<T> to RwLock<T> 2023-08-12 19:31:31 +02:00
roles.rs Add delete_role + test 2023-08-26 16:54:24 +02:00
wasm.rs initial wasm32 'support' (#443) 2023-11-20 13:40:55 +01:00