Skip to content

Commit

Permalink
docs(readme): add StencilJS adapter to list (#388)
Browse files Browse the repository at this point in the history
StencilJS is a frontend framework for creating web components, similar to Lit. It has a builtin test runner that uses Jest and Puppeteer under the hood.  Credit goes to neotest-jest, which provided a great starting point for neotest-stenciljs!

ref: https://stenciljs.com/docs/testing/stencil-testrunner/overview
  • Loading branch information
benelan authored Apr 28, 2024
1 parent 958f371 commit fdae6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ See the adapter's documentation for their specific setup instructions.
| go | [neotest-go](https://github.com/akinsho/neotest-go) |
| jest | [neotest-jest](https://github.com/haydenmeade/neotest-jest) |
| vitest | [neotest-vitest](https://github.com/marilari88/neotest-vitest) |
| stenciljs | [neotest-stenciljs](https://github.com/benelan/neotest-stenciljs) |
| playwright | [neotest-playwright](https://github.com/thenbe/neotest-playwright) |
| rspec | [neotest-rspec](https://github.com/olimorris/neotest-rspec) |
| minitest | [neotest-minitest](https://github.com/zidhuss/neotest-minitest) |
Expand Down

0 comments on commit fdae6bd

Please sign in to comment.