{"id":22505429,"url":"https://github.com/azer/prova-retired","last_synced_at":"2025-09-04T00:06:57.758Z","repository":{"id":7499845,"uuid":"8849460","full_name":"azer/prova-retired","owner":"azer","description":"RETIRED Check out http://github.com/azer/prova","archived":false,"fork":false,"pushed_at":"2014-02-25T05:09:55.000Z","size":1147,"stargazers_count":57,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-03T11:53:27.871Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"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/azer.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":"2013-03-18T07:55:57.000Z","updated_at":"2022-07-19T11:39:21.000Z","dependencies_parsed_at":"2022-08-23T16:40:39.551Z","dependency_job_id":null,"html_url":"https://github.com/azer/prova-retired","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azer/prova-retired","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fprova-retired","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fprova-retired/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fprova-retired/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fprova-retired/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azer","download_url":"https://codeload.github.com/azer/prova-retired/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fprova-retired/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273529568,"owners_count":25121830,"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-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2024-12-07T00:18:39.613Z","updated_at":"2025-09-04T00:06:57.441Z","avatar_url":"https://github.com/azer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Prova [![Build Status](https://travis-ci.org/azer/prova.png)](https://travis-ci.org/azer/prova)\n\nA new pragmatic JavaScript testing framework for both NodeJS and browsers. [Screencast](https://vimeo.com/72334347)\n\n## Features\n\n- No configuration needed.\n- It's quite simple, run `prova` command to run on Node, add `-b` parameter to run on browsers (browserifies for you)\n- Keep the browsers always open, it enables watchify as well, so your browser will run your tests automatically\n- Headless testing is simple as well, run tests in PhantomJS by `-i` parameter.\n- Beautified error output that show failing lines.\n- ChaiJS is injected to every module to avoid repeating. If you don't prefer injection, pass `-V` to avoid it.\n- Mostly compatible with Mocha.\n\n## Install\n\n```bash\n$ npm install -g prova\n```\n\n## First Steps\n\nCreate a new test document and name it `test.js`. [ChaiJS'](http://chaijs.com) `expect` and `assert` modules are injected to the test modules by default;\n\n```js\ndescribe('Number', function(){\n  it('converts a date to a number', function(){    \n      expect( Number(new Date) ).to.be.a('number')\n  })\n})\n```\n\nAvailable BDD methods:\n\n* before\n* beforeEach\n* describe\n* it\n* afterEach\n* after\n\n## Running on Node\n\n```bash\n$ prova # It'll look modules like test.js and test/index by default. You can specify them manually; prova test_foo.js test_b*.js\nOK, passed 1 test.\n```\n\n![](https://dl.dropbox.com/s/agkrqwdrw3jlfhs/fox_cli.png)\n\n## Running On Browsers\n\n```bash\n$ prova -b\nVisit localhost:7559 to run tests on a web browser\n```\n\nOnce you pass `-b` parameter, Prova [compiles your source code for browsers](https://github.com/azer/fox/blob/master/lib/browser.js) and [publishes](https://github.com/azer/fox/blob/master/lib/server.js) [a web page](https://github.com/azer/fox/blob/master/web/index.html) where you can run and see the test results.\n\n## Running On PhantomJS Headlessly\n\nIf you have PhantomJS installed in your system, run Prova with `-i` parameters to run the tests headlessly;\n\n```bash\n$ prova -i\n```\n\n![](https://dl.dropboxusercontent.com/s/xji3v0p4yonssgy/fox-bv.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazer%2Fprova-retired","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazer%2Fprova-retired","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazer%2Fprova-retired/lists"}