Skip to content

Commit

Permalink
Fix test command references in user guide (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reefersleep authored Apr 6, 2024
1 parent 0000e58 commit 676e08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/01-user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,13 @@ bb tools-versions
+
[source,bash]
----
bb test all
bb test:bb
----
* For a smaller sanity test, you might want to run api tests against browsers you are particularly intested in. Example:
+
[source,bash]
----
bb test api --browser chrome
bb test:bb --suites api --browsers chrome
----

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

0 comments on commit 676e08d

Please sign in to comment.