An open API service indexing awesome lists of open source software.

https://github.com/lavatoaster/bazel-rules-js-cypress-issue


https://github.com/lavatoaster/bazel-rules-js-cypress-issue

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# bazel-rules-js-cypress issue repo

Run via bazel:

```bash
$ bazel run //apps/frontend-e2e:cypress_dev
```

Run via pnpm:

```bash
$ cd apps/frontend-e2e
$ pnpm cypress open
```