Skip to content

Commit

Permalink
feat: IPNS Publishing (#1973)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
hacdias and lidel authored Jul 26, 2022
1 parent c40f0a1 commit 4ff4939
Show file tree
Hide file tree
Showing 29 changed files with 1,198 additions and 282 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,13 @@ By default, the test run headless, so you won't see the browser. To debug test e
To disable headless mode and see the browser, set the environment variable `DEBUG=true`:

```sh
> DEBUG=true npm run test:e2e
> DEBUG=true npm run test:e2e # will show a browser window
```

To build and run e2e only for a specific test script, pass its name:

```sh
> npm run build && npm run test:e2e -- --grep "Settings"
```

#### Breakpoints
Expand Down
Loading

0 comments on commit 4ff4939

Please # to comment.