Skip to content

Commit a72f0c2

Browse files
Add instructions on how to update the browser-ui-test version
1 parent 1603a70 commit a72f0c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/test.rs

+5
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,11 @@ fn compare_browser_ui_test_version(installed_version: &str, src: &Path) {
924924
one used in the CI (`{}`)",
925925
installed_version, v
926926
);
927+
eprintln!(
928+
"You can install this version using `npm update browser-ui-test` or by using \
929+
`npm install browser-ui-test@{}`",
930+
v,
931+
);
927932
}
928933
}
929934
Err(e) => eprintln!("Couldn't find the CI browser-ui-test version: {:?}", e),

0 commit comments

Comments
 (0)