{"id":14985787,"url":"https://github.com/lathonez/clicker","last_synced_at":"2025-04-04T10:09:34.593Z","repository":{"id":2980875,"uuid":"47658996","full_name":"lathonez/clicker","owner":"lathonez","description":"Ionic 2 + @angular/cli Seed Project : Angular2 + Typescript + Karma + Protractor + Travis ","archived":false,"fork":false,"pushed_at":"2023-02-27T19:27:11.000Z","size":11127,"stargazers_count":430,"open_issues_count":23,"forks_count":134,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-03-28T09:09:14.645Z","etag":null,"topics":["angular-cli","e2e-tests","ionic","seed","unit-testing"],"latest_commit_sha":null,"homepage":"http://lathonez.com/2018/ionic-2-unit-testing/","language":"TypeScript","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/lathonez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2015-12-09T00:47:41.000Z","updated_at":"2024-05-01T13:50:43.000Z","dependencies_parsed_at":"2023-07-06T08:02:04.982Z","dependency_job_id":null,"html_url":"https://github.com/lathonez/clicker","commit_stats":{"total_commits":822,"total_committers":28,"mean_commits":"29.357142857142858","dds":"0.10705596107055959","last_synced_commit":"2a61b57eef5e3f85bdf8eeae7e8d77df45ca6542"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lathonez%2Fclicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lathonez%2Fclicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lathonez%2Fclicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lathonez%2Fclicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lathonez","download_url":"https://codeload.github.com/lathonez/clicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247157283,"owners_count":20893220,"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","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":["angular-cli","e2e-tests","ionic","seed","unit-testing"],"created_at":"2024-09-24T14:11:40.518Z","updated_at":"2025-04-04T10:09:34.572Z","avatar_url":"https://github.com/lathonez.png","language":"TypeScript","readme":"## Ionic 2 Demo / Seed Project : + i18n + Unit Testing + E2E Testing + CI + CD\n[![CircleCI](https://circleci.com/gh/lathonez/clicker.svg?style=shield)](https://circleci.com/gh/lathonez/clicker) [![Build status](https://ci.appveyor.com/api/projects/status/github/lathonez/clicker?svg=true)](https://ci.appveyor.com/project/lathonez/clicker) [![codecov.io](https://codecov.io/github/lathonez/clicker/coverage.svg?branch=master)](https://codecov.io/github/lathonez/clicker?branch=master) [![Code Climate](https://codeclimate.com/github/lathonez/clicker/badges/gpa.svg)](https://codeclimate.com/github/lathonez/clicker) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) [![Dependency Status](https://david-dm.org/lathonez/clicker/status.svg)](https://david-dm.org/lathonez/clicker) [![devDependency Status](https://david-dm.org/lathonez/clicker/dev-status.svg)](https://david-dm.org/lathonez/clicker#info=devDependencies)\n\n[Click here for the live demo](http://lathonez.com/clicker)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"http://lathonez.github.io/images/ionic2_unit_testing/clicker.gif\" alt=\"\"/\u003e\n\u003c/p\u003e\n\n## Ionic's official repo\n\nIonic have created an official unit testing example over at [driftyco/ionic-unit-testing-example](https://github.com/driftyco/ionic-unit-testing-example). To understand why this repo still exists, see [#239](https://github.com/lathonez/clicker/issues/239), where we looked at deprecating `clicker` in favour of `ionic-unit-testing-example`.\n\nBroadly, the official example repo:\n\n* Is not mature or production ready\n* Is intended as a simple example only / will not be supported by Ionic\n* Does not support e2e\n* Does not use `@angular/cli` and thus lacks testing support from the wider ng2 community\n\nFor ~large or production projects, I suggest using clicker. For small apps / side projects the official example should suffice.\n\n## Install \u0026 Start\n\nYou need to be running [the latest node LTS](https://nodejs.org/en/download/) or newer\n\n```bash\ngit clone https://github.com/lathonez/clicker.git\ncd clicker\nnpm install\nnpm start         # start the application (ionic serve)\n```\n\nRunning as root? You probably shouldn't be. If you need to: `npm run postinstall` before `npm start`. [#111](https://github.com/lathonez/clicker/issues/111) for more info.\n\n## Run Unit Tests\n```bash\nnpm test          # run unit tests\n```\n\n## Run E2E\n```\nnpm run webdriver\nnpm run e2e\n```\n\n## Blog Topics\n\n* [Unit testing walkthrough](http://lathonez.com/2018/ionic-2-unit-testing/)\n* [E2E testing walkthrough](http://lathonez.com/2018/ionic-2-e2e-testing/)\n* [Removing assets from the APK](http://lathonez.com/2016/cordova-remove-assets/)\n\n## Contribute\nPRs are welcome, see the [roadmap sticky](https://github.com/lathonez/clicker/issues/38)\n\n## Help\n\n* If you can't get the testing working, raise an issue\n* If you have a general question about unit testing (e.g. how can I write a unit test for `some-module`), see [#191](https://github.com/lathonez/clicker/issues/191)\n\n## Acks\n\n* This started out as a fork of [Angular 2 Seed](https://github.com/mgechev/angular2-seed) and would not be possible without it\n* @stonelasey for i18n (#271)\n* @bengro for the lightweightify inspiration (#68)\n* @ric9176 and @DanielaGSB for E2E tests (#50)\n* @tja4472 for the ngrx implementation (#133)\n* [Everyone else](https://github.com/lathonez/clicker/graphs/contributors) for the advice, help, PRs etc\n\n## Changelog\n\nSee the changelog [here](https://github.com/lathonez/clicker/blob/master/CHANGELOG.md)\n\n## Updated for:\n\n* **@angular/*:** 5.0.4\n* **@angular/cli:**: 1.5.4\n* **@ionic-angular:** 3.9.2\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flathonez%2Fclicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flathonez%2Fclicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flathonez%2Fclicker/lists"}