Skip to content

Commit

Permalink
ci: run e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iib0011 committed Jun 28, 2024
1 parent ac63c0e commit ebedaf2
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 60 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Run tests
run: npm run test

- name: Run e2e tests
run: npm run test:e2e:run

- name: Build project
run: npm run build

Expand Down
110 changes: 50 additions & 60 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ npm run script:create:tool my-tool-name folder1/folder2

Use `folder1\folder2` on Windows

### Run tests

```bash
npm run test
```

- For e2e tests

```bash
npm run test:e2e:run
```

### Contributors

<a href="https://github.com/iib0011/omni-tools/graphs/contributors">
Expand Down

0 comments on commit ebedaf2

Please sign in to comment.