{"id":20216757,"url":"https://github.com/fractal-code/rtd","last_synced_at":"2025-03-03T11:23:57.726Z","repository":{"id":23178886,"uuid":"26534977","full_name":"fractal-code/rtd","owner":"fractal-code","description":"Meteor Test Runner","archived":false,"fork":false,"pushed_at":"2014-11-15T18:49:11.000Z","size":404,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-15T08:10:54.223Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fractal-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-12T12:29:24.000Z","updated_at":"2024-04-15T08:10:54.223Z","dependencies_parsed_at":"2022-08-21T19:50:30.769Z","dependency_job_id":null,"html_url":"https://github.com/fractal-code/rtd","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fractal-code%2Frtd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fractal-code%2Frtd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fractal-code%2Frtd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fractal-code%2Frtd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fractal-code","download_url":"https://codeload.github.com/fractal-code/rtd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241653899,"owners_count":19997764,"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":[],"created_at":"2024-11-14T06:29:38.820Z","updated_at":"2025-03-03T11:23:57.699Z","avatar_url":"https://github.com/fractal-code.png","language":"JavaScript","readme":"## This is a modified version of [the original RTD](https://github.com/xolvio/rtd) developed by xolv.io\n\n# RTD - The Test Runner for Meteor\n\nAn end-to-end testing solution for Meteor, combining Karma, Selenium Webdriver and Istanbul.\n\n[![RTD DEMO](http://img.youtube.com/vi/ESVRDEY-QSk/0.jpg)](http://xolvio.github.io/rtd/)\n\n## Instructions\nEnsure you have node and Meteor and that the dependencies below are globally installed (you may need to run this as sudo, depending on your setup):\n\nFor growl notifications, you need to install a notifier if you don't already have it:\n\n```console\nMAC:\n$ sudo gem install terminal-notifier\nLINUX:\n$ sudo apt-get install libnotify-bin\n```\n\nNext you need to move your meteor code into an app directory the structure of your application as follows:\n\n```console\n├── \u003cproject root\u003e\n    │ ├── .git\n    │ ├── app\n    │ │ └── .meteor\n    │ │ └── \u003cyour meteor code here\u003e\n```\n\nYou will also want to structure your tests as follows:\n\n```\n├── \u003cproject root\u003e\n    │ ├── .git\n    │ ├── app\n    │ │ └── .meteor\n    │ │ └── \u003cyour meteor code here\u003e\n    │ ├── test\n    │ │ └── acceptance\n    │ │ │ └── fixtures\n    │ │ │ │ └── \u003cyour fixture code here\u003e\n    │ │ │ └── \u003cyour end-to-end tests here\u003e\n    │ │ └── unit\n    │ │ │ └── \u003cyour unit tests here\u003e\n    │ │ │ └── \u003cTHERE MUST BE ONE UNIT TEST AT LEAST\u003e\n```\n\nNow you can add RTD to your package.json like [in the example](https://github.com/gliesesoftware/rtd-example/blob/master/package.json) (you'll need all of the dev dependencies there too).\n\nTo have RTD run in development mode, you type:\n\n```console\n./node_modules/.bin/rtd\n```\n\nAnd to test your app once (for pre-commit or on a CI server) you type:\n\n```console\n./node_modules/.bin/rtd runOnce\n```\n\nUse debug flag for more verbose output --debug\n\n```console\n./node_modules/.bin/rtd runOnce\n```\n\nTo see the actual coverage report in detail, go to http://localhost:8000/coverage","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffractal-code%2Frtd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffractal-code%2Frtd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffractal-code%2Frtd/lists"}