Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/trunk
/
.
/
rust
/
TESTING.md
blob: 696eecb859ff63e7eb609a3f6feb3ae4755d43d9 [
file
] [
view
] [
edit
]
# Rust Testing Guide
This
guide helps contributors write tests
in
the
Selenium
Rust
codebase
.
-
`bazel test //rust/...`
Recommended
flags
:
*
`--test_env=RUST_BACKTRACE=full`
(
see full errors
)
*
`--test_env=RUST_TEST_NOCAPTURE=1`
(
display output
)