{"id":18304576,"url":"https://github.com/numtel/tinytest-fixture-account","last_synced_at":"2025-04-09T10:36:45.293Z","repository":{"id":21960628,"uuid":"25285291","full_name":"numtel/tinytest-fixture-account","owner":"numtel","description":"Tinytest fixture to create a user account for client-side tests","archived":false,"fork":false,"pushed_at":"2014-10-16T03:51:37.000Z","size":116,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T04:42:29.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/numtel.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}},"created_at":"2014-10-16T03:43:47.000Z","updated_at":"2016-07-29T10:07:14.000Z","dependencies_parsed_at":"2022-08-20T02:51:23.361Z","dependency_job_id":null,"html_url":"https://github.com/numtel/tinytest-fixture-account","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Ftinytest-fixture-account","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Ftinytest-fixture-account/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Ftinytest-fixture-account/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Ftinytest-fixture-account/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numtel","download_url":"https://codeload.github.com/numtel/tinytest-fixture-account/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248021402,"owners_count":21034658,"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-05T15:29:25.841Z","updated_at":"2025-04-09T10:36:45.261Z","avatar_url":"https://github.com/numtel.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tinytest Account Fixture Meteor Package\n\nCreate a fixture account for running tests that require being logged in and\nthen remove the account when complete.\n\n[![Build Status](https://travis-ci.org/numtel/tinytest-fixture-account.svg?branch=master)](https://travis-ci.org/numtel/tinytest-fixture-account)\n\n## Installation\nThe `accounts-password` package must be installed to use this package.\n\n```bash\n$ meteor add accounts-password numtel:tinytest-fixture-account\n```\n\n## Example in Coffeescript\n\n```coffee\nif Meteor.isClient\n  Tinytest.addAsync 'needs an account to run', (test, done) -\u003e\n    fixtureAccount done, {}, (error, cleanup) -\u003e\n      # Error will be thrown if username exists\n      throw error if error \n\n      # ... Perform test while logged in\n\n      # Remove fixture account, done() is called automatically\n      cleanup()\n```\n\n## Run Tests\n\n```bash\n$ git clone https://github.com/numtel/tinytest-fixture-account.git\n$ cd tinytest-fixture-account\n$ meteor test-packages ./\n```\n\nOpen your browser to `http://localhost:3000/`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtel%2Ftinytest-fixture-account","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumtel%2Ftinytest-fixture-account","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtel%2Ftinytest-fixture-account/lists"}