-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a wasm-pack test
command
#248
Labels
Milestone
Comments
ashleygwilliams
added
help wanted
Extra attention is needed
question
Further information is requested
to-do
stuff that needs to happen, so plz do it k thx
labels
Aug 7, 2018
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Aug 28, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Aug 31, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 4, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 5, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 5, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 5, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 5, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 5, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 5, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 5, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 5, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 5, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 5, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. It will run tests in both node and browsers using WebDriver clients. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 5, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. It will run tests in both node and browsers using WebDriver clients. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 7, 2018
This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the `wasm-bindgen-test` crate. It will run tests in both node and browsers using WebDriver clients. Fixes rustwasm#248
fitzgen
added a commit
to fitzgen/wasm-pack
that referenced
this issue
Sep 13, 2018
This uses `wasm-bindgen-test` under the hood. Fixes rustwasm#248
3 tasks
ashleygwilliams
pushed a commit
that referenced
this issue
Oct 1, 2018
This uses `wasm-bindgen-test` under the hood. Fixes #248
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This still needs some design work before we start any PRs!
Should run
wasm-pack-test
on the project, if configured.wasm-bindgen-test
for use as an internal detail withinwasm-pack test
wasm-bindgen#615Should run
npm test
on the project, if it contains JS integration tests.Open questions:
How to best determine whether a project is using
wasm-pack-test
? Probably readingCargo.toml
dev dependencies?How to best determine whether a project has JS integration tests? Inspect whatever mechanism we settle on for including random stuff into the
pkg
directory / merging things intopackage.json
?Does this run native cargo
#[test]
s too?Does this command install
geckodriver
/chromedriver
for you if needed?The text was updated successfully, but these errors were encountered: