All Projects → nette → grunt-nette-tester

nette / grunt-nette-tester

Licence: MIT license
[DISCONTINUED] Grunt plugin for Nette Tester

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to grunt-nette-tester

minishell tester
42 | Complex tester for minishell (42cursus)
Stars: ✭ 31 (+55%)
Mutual labels:  tester
apitte-openapi
👪 OpenAPI specification for Apitte stack
Stars: ✭ 15 (-25%)
Mutual labels:  nette
regextester
An elementary OS app
Stars: ✭ 38 (+90%)
Mutual labels:  tester
DoctrineBehaviors
[DEPRECATED]
Stars: ✭ 11 (-45%)
Mutual labels:  nette
tester
Test runner for the Atom Editor.
Stars: ✭ 38 (+90%)
Mutual labels:  tester
web-project
Standard Web Project: a simple skeleton application using the Nette
Stars: ✭ 88 (+340%)
Mutual labels:  nette
examples
🎓 Examples demonstrating the Nette Framework.
Stars: ✭ 89 (+345%)
Mutual labels:  nette
NiftyGrid
DataGrid for Nette Framework
Stars: ✭ 34 (+70%)
Mutual labels:  nette
nette-oauth2-server
Integration of The League of Extraordinary Packages' OAuth 2.0 Server into Nette Framework - base package
Stars: ✭ 14 (-30%)
Mutual labels:  nette
Ultimate-Hacker-Roadmap
Don't know what to focus on to become a Penetration Tester..? This is the BEST roadmap for becoming a modern penetration tester. Everything you need to know to land a paying job, categorized in 5 skill levels.
Stars: ✭ 132 (+560%)
Mutual labels:  tester
grunt-angular-combine
Grunt task for combining AngularJS partials into a single HTML file.
Stars: ✭ 16 (-20%)
Mutual labels:  grunt-plugins
event-dispatcher
💥 Best events support (symfony/event-dispatcher) to Nette Framework (@nette)
Stars: ✭ 23 (+15%)
Mutual labels:  nette
image-storage
🌠 Image storage for Nette framework
Stars: ✭ 27 (+35%)
Mutual labels:  nette
nette-minified
[DISCONTINUED] Minified version of Nette Framework.
Stars: ✭ 16 (-20%)
Mutual labels:  nette
fileupload
🆙 File uploads on steroids for Nette Framework (@nette). Implements blueimp/jquery-file-upload.
Stars: ✭ 28 (+40%)
Mutual labels:  nette
resources
Client-side resources for Nette Framework.
Stars: ✭ 22 (+10%)
Mutual labels:  nette
forms-wizard
🎩 Easy to use step-by-step form for Nette Framework
Stars: ✭ 14 (-30%)
Mutual labels:  nette
grunt-stylelint
Stylelint adapter for the Grunt task runner.
Stars: ✭ 26 (+30%)
Mutual labels:  grunt-plugins
web-addons.nette.org
[DISCONTINUED] Website https://addons.nette.org source code.
Stars: ✭ 55 (+175%)
Mutual labels:  nette
grub-tune-tester
A GRUB_INIT_TUNE online tester.
Stars: ✭ 43 (+115%)
Mutual labels:  tester

grunt-nette-tester

Grunt plugin for Nette Tester.

This plugin requires Grunt 0.4.0 or newer.

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

  1. Install this grunt plugin with the following command:

    npm install grunt-nette-tester --save-dev
    
  2. Install Nette Tester (preferably with Composer)

    composer require nette/tester --dev
    
  3. Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

    grunt.loadNpmTasks('grunt-nette-tester');

The nette_tester task

In your project's Gruntfile, add a section named nette_tester to the data object passed into grunt.initConfig(). Run this task with the grunt nette_tester command.

nette_tester: {
	options: {
		bin: 'vendor/bin/tester',
		jobs: 40,
		quiet: false,
	},
	src: ['vendor/nette/tester/tests'],
}

Options

bin

Type: String Default: 'tester'

The Nette Tester executable path.

phpBin

Type: String Default: 'php-cgi'

The PHP executable binary path.

phpIni

Type: String Default: none

Sets a php.ini path.

log

Type: String Default: none

File path for log.

ini

Type: Object Default: {}

List of php ini options. Example: {upload_max_filesize: '10MB'}

skipped

Type: Bool Default: false

Show information about skipped tests.

tap

Type: Boolean Default: false

Report test execution in TAP format.

jobs

Type: Integer Default: 1

Number of jobs to run parallel.

colors

Type: Boolean Default: auto

Use colors in output.

setup

Type: String Default: none

Script for runner setup.

quiet

Type: Boolean Default: false

Disables the output.


Build Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].