{"id":18283190,"url":"https://github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing","last_synced_at":"2025-10-24T05:45:47.323Z","repository":{"id":36263904,"uuid":"181205605","full_name":"vinayakkulkarni/nuxt-ava-e2e-unit-testing","owner":"vinayakkulkarni","description":"🧪 Nuxt + Ava for E2E \u0026 Unit Testing","archived":false,"fork":false,"pushed_at":"2024-03-26T05:32:19.000Z","size":4079,"stargazers_count":46,"open_issues_count":20,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-05T07:33:08.483Z","etag":null,"topics":["ava","babel","code-coverage","e2e-testing","javascript","nuxt","nyc","testing","testing-framework","unit-testing","vue"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vinayakkulkarni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-13T17:25:24.000Z","updated_at":"2023-06-28T15:30:43.000Z","dependencies_parsed_at":"2024-11-05T13:09:22.597Z","dependency_job_id":"e04c8674-0101-4251-9331-ff107769a2bd","html_url":"https://github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/vinayakkulkarni/nuxt-ava-e2e-unit-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayakkulkarni%2Fnuxt-ava-e2e-unit-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayakkulkarni%2Fnuxt-ava-e2e-unit-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayakkulkarni%2Fnuxt-ava-e2e-unit-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayakkulkarni%2Fnuxt-ava-e2e-unit-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinayakkulkarni","download_url":"https://codeload.github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayakkulkarni%2Fnuxt-ava-e2e-unit-testing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266375695,"owners_count":23919611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ava","babel","code-coverage","e2e-testing","javascript","nuxt","nyc","testing","testing-framework","unit-testing","vue"],"created_at":"2024-11-05T13:08:06.416Z","updated_at":"2025-09-23T22:07:19.988Z","avatar_url":"https://github.com/vinayakkulkarni.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fvinayakkulkarni%2Fnuxt-ava-e2e-unit-testing.svg?type=shield)](https://app.fossa.com/reports/1c6f5969-d245-4b21-8282-9e54baaeb441) [![ci](https://github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing/actions/workflows/ci.yml/badge.svg)](https://github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing/actions/workflows/ci.yml) [![DeepScan grade](https://deepscan.io/api/teams/9055/projects/11310/branches/167671/badge/grade.svg)](https://deepscan.io/dashboard#view=project\u0026tid=9055\u0026pid=11310\u0026bid=167671) [![Coverage Status](https://coveralls.io/repos/github/vinayakkulkarni/nuxt-ava-e2e-unit-testing/badge.svg?branch=master)](https://coveralls.io/github/vinayakkulkarni/nuxt-ava-e2e-unit-testing?branch=master) ![Dependencies](https://img.shields.io/david/vinayakkulkarni/nuxt-ava-e2e-unit-testing.svg)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n# Nuxt \u0026 Ava\n\n\u003e [Nuxt.js](https://nuxtjs.org) app with [Ava](https://ava.li) -\u003e Unit Testing \u0026 E2E Testing\n\n## Build Setup\n\n``` bash\n# install dependencies\n$ npm install\n\n# serve with hot reload at localhost:3000\n$ npm run dev\n\n# build for production and launch server\n$ npm run build\n$ npm start\n\n# generate static project\n$ npm run generate\n\n# run e2e tests\n$ npm run test:e2e\n\n# run unit tests\n$ npm run test:unit\n\n# run e2e and unit tests\n$ npm t\n```\n\nFor detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.linkedin.com/in/waghcwb\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/6169950?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWagner Souza\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing/commits?author=waghcwb\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinayakkulkarni%2Fnuxt-ava-e2e-unit-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinayakkulkarni%2Fnuxt-ava-e2e-unit-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinayakkulkarni%2Fnuxt-ava-e2e-unit-testing/lists"}