{"id":15167193,"url":"https://github.com/nette-discontinued/grunt-nette-tester","last_synced_at":"2025-10-01T00:31:02.208Z","repository":{"id":10064593,"uuid":"12117094","full_name":"nette-discontinued/grunt-nette-tester","owner":"nette-discontinued","description":"[DISCONTINUED] Grunt plugin for Nette Tester","archived":true,"fork":false,"pushed_at":"2016-03-09T11:35:39.000Z","size":6,"stargazers_count":21,"open_issues_count":0,"forks_count":2,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-01-12T15:13:40.567Z","etag":null,"topics":["grunt-plugins","nette","tester"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/nette-discontinued.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-14T19:07:14.000Z","updated_at":"2023-05-21T16:35:28.000Z","dependencies_parsed_at":"2022-07-21T16:02:16.065Z","dependency_job_id":null,"html_url":"https://github.com/nette-discontinued/grunt-nette-tester","commit_stats":null,"previous_names":["nette/grunt-nette-tester"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nette-discontinued%2Fgrunt-nette-tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nette-discontinued%2Fgrunt-nette-tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nette-discontinued%2Fgrunt-nette-tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nette-discontinued%2Fgrunt-nette-tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nette-discontinued","download_url":"https://codeload.github.com/nette-discontinued/grunt-nette-tester/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234796856,"owners_count":18888156,"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":["grunt-plugins","nette","tester"],"created_at":"2024-09-27T05:41:24.094Z","updated_at":"2025-10-01T00:31:01.943Z","avatar_url":"https://github.com/nette-discontinued.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"grunt-nette-tester\n==================\n\n\u003e Grunt plugin for [Nette Tester](http://tester.nette.org).\n\nThis plugin requires Grunt `0.4.0` or newer.\n\nIf you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:\n\n1. Install this grunt plugin with the following command:\n\t```\n\tnpm install grunt-nette-tester --save-dev\n\t```\n\n2. Install Nette Tester (preferably with [Composer](http://getcomposer.org))\n\t```\n\tcomposer require nette/tester --dev\n\t```\n\n3. Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:\n\t```js\n\tgrunt.loadNpmTasks('grunt-nette-tester');\n\t```\n\n\nThe `nette_tester` task\n-----------------------\n\nIn your project's Gruntfile, add a section named `nette_tester` to the data object passed into `grunt.initConfig()`.\nRun this task with the `grunt nette_tester` command.\n\n```js\nnette_tester: {\n\toptions: {\n\t\tbin: 'vendor/bin/tester',\n\t\tjobs: 40,\n\t\tquiet: false,\n\t},\n\tsrc: ['vendor/nette/tester/tests'],\n}\n```\n\nOptions\n-------\n\n### bin\nType: `String` Default: `'tester'`\n\nThe Nette Tester executable path.\n\n### phpBin\nType: `String` Default: `'php-cgi'`\n\nThe PHP executable binary path.\n\n### phpIni\nType: `String` Default: `none`\n\nSets a php.ini path.\n\n### log\nType: `String` Default: `none`\n\nFile path for log.\n\n### ini\nType: `Object` Default: `{}`\n\nList of php ini options. `Example: {upload_max_filesize: '10MB'}`\n\n### skipped\nType: `Bool` Default: `false`\n\nShow information about skipped tests.\n\n### tap\nType: `Boolean` Default: `false`\n\nReport test execution in TAP format.\n\n### jobs\nType: `Integer` Default: `1`\n\nNumber of jobs to run parallel.\n\n### colors\nType: `Boolean` Default: auto\n\nUse colors in output.\n\n### setup\nType: `String` Default: `none`\n\nScript for runner setup.\n\n### quiet\nType: `Boolean` Default: `false`\n\nDisables the output.\n\n-----\n\n[![Build Status](https://secure.travis-ci.org/nette/grunt-nette-tester.png?branch=master)](http://travis-ci.org/nette/grunt-nette-tester)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnette-discontinued%2Fgrunt-nette-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnette-discontinued%2Fgrunt-nette-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnette-discontinued%2Fgrunt-nette-tester/lists"}