https://github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing
🧪 Nuxt + Ava for E2E & Unit Testing
https://github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing
ava babel code-coverage e2e-testing javascript nuxt nyc testing testing-framework unit-testing vue
Last synced: 21 days ago
JSON representation
🧪 Nuxt + Ava for E2E & Unit Testing
- Host: GitHub
- URL: https://github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing
- Owner: vinayakkulkarni
- License: mit
- Created: 2019-04-13T17:25:24.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T05:32:19.000Z (about 1 year ago)
- Last Synced: 2025-03-20T23:41:45.765Z (about 1 month ago)
- Topics: ava, babel, code-coverage, e2e-testing, javascript, nuxt, nyc, testing, testing-framework, unit-testing, vue
- Language: JavaScript
- Homepage:
- Size: 3.89 MB
- Stars: 46
- Watchers: 3
- Forks: 11
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://standardjs.com) [](https://app.fossa.com/reports/1c6f5969-d245-4b21-8282-9e54baaeb441) [](https://github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing/actions/workflows/ci.yml) [](https://deepscan.io/dashboard#view=project&tid=9055&pid=11310&bid=167671) [](https://coveralls.io/github/vinayakkulkarni/nuxt-ava-e2e-unit-testing?branch=master) 
[](#contributors-)
# Nuxt & Ava
> [Nuxt.js](https://nuxtjs.org) app with [Ava](https://ava.li) -> Unit Testing & E2E Testing
## Build Setup
``` bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate# run e2e tests
$ npm run test:e2e# run unit tests
$ npm run test:unit# run e2e and unit tests
$ npm t
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!