Skip to content

Commit 676e08d

Browse files
authored
Fix test command references in user guide (#568)
1 parent 0000e58 commit 676e08d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/01-user-guide.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ bb tools-versions
209209
+
210210
[source,bash]
211211
----
212-
bb test all
212+
bb test:bb
213213
----
214214
* For a smaller sanity test, you might want to run api tests against browsers you are particularly intested in. Example:
215215
+
216216
[source,bash]
217217
----
218-
bb test api --browser chrome
218+
bb test:bb --suites api --browsers chrome
219219
----
220220

221221
During the test run, browser windows will open and close in series.

0 commit comments

Comments
 (0)