Skip to content

Commit

Permalink
add descrition for example using path and args options fixing lino-le…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmont committed Nov 12, 2024
1 parent 2d0ea76 commit fd0d9b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ console.log(result);
await browser.close();
```

Run basic test scenarios with path and other options.

```js
/* basic working example for a UI test with macOS specific path
* deno test -A ./page-content-test.js
* see also https://docs.deno.com/runtime/fundamentals/testing/
* */
import { launch } from "jsr:@astral/astral";
import { assert } from "jsr:@std/assert";

Expand Down

0 comments on commit fd0d9b8

Please sign in to comment.