You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,20 +259,21 @@ Should work in theory :)
259
259
Usage: `airtap [options] <files>`. Supports multiple `files`. They can be paths relative to the working directory or glob patterns (e.g. `airtap test/*.js`). Options:
260
260
261
261
```
262
-
-v, --version print version
263
-
-l, --list-browsers list (effective or --all) browsers
264
-
-a, --all test or list all available browsers
265
-
-c, --concurrency <n> number of browsers to test concurrently, default 5
266
-
-r, --retries <retries> number of retries when running a browser, default 6
267
-
-t, --timeout <timeout> how long to wait for test results, default 5m
268
-
--coverage enable code coverage analysis
269
-
--live keep browsers open to allow repeated test runs
270
-
-p, --preset <preset> select a configuration preset
271
-
-s, --server <script> path to script that runs a support server
272
-
--loopback <hostname> custom hostname that equals or resolves to 127.0.0.1
273
-
--verbose enable airtap debug output
274
-
--silly enable all debug output
275
-
-h, --help display help for command
262
+
-v --version Print version and exit
263
+
-l --list-browsers List (effective or --all) browsers
264
+
-a --all Test or list all available browsers
265
+
--coverage Enable code coverage analysis
266
+
--live Keep browsers open to allow repeated test runs
267
+
-c --concurrency <n> Number of browsers to test concurrently, default 5
268
+
-r --retries <n> Number of retries when running a browser, default 6
269
+
-t --timeout <n> How long to wait for test results, default 5m. Can
270
+
be a number in milliseconds or a string with unit.
271
+
-p --preset <preset> Select a configuration preset
272
+
-s --server <script> Path to script that runs a support server
273
+
--loopback <host> Custom hostname that equals or resolves to 127.0.0.1
274
+
--verbose Enable airtap debug output
275
+
--silly Enable all debug output
276
+
-h --help Print help and exit.
276
277
```
277
278
278
279
<details><summary>Examples (click to expand)</summary>
0 commit comments