jasmine

WebJar for jasmine

Лицензия

Лицензия

MIT
Категории

Категории

Github Инструменты разработки Контроль версий ASM Библиотеки уровня приложения Bytecode Manipulation
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

github-com-jasmine-jasmine-npm
Последняя версия

Последняя версия

2.5.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

jasmine
WebJar for jasmine
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/jasmine/jasmine-npm

Скачать github-com-jasmine-jasmine-npm

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-jasmine-jasmine-npm/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-jasmine-jasmine-npm</artifactId>
    <version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-jasmine-jasmine-npm/
implementation 'org.webjars.npm:github-com-jasmine-jasmine-npm:2.5.2'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-jasmine-jasmine-npm/
implementation ("org.webjars.npm:github-com-jasmine-jasmine-npm:2.5.2")
'org.webjars.npm:github-com-jasmine-jasmine-npm:jar:2.5.2'
<dependency org="org.webjars.npm" name="github-com-jasmine-jasmine-npm" rev="2.5.2">
  <artifact name="github-com-jasmine-jasmine-npm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-jasmine-jasmine-npm', version='2.5.2')
)
libraryDependencies += "org.webjars.npm" % "github-com-jasmine-jasmine-npm" % "2.5.2"
[org.webjars.npm/github-com-jasmine-jasmine-npm "2.5.2"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.webjars.npm : exit jar [0.1.2,0.2)
org.webjars.npm : glob jar [7.0.6,8)
org.webjars.npm : jasmine-core jar [2.5.2,2.6)

Модули Проекта

Данный проект не имеет модулей.

Build Status FOSSA Status

The Jasmine Module

The jasmine module is a package of helper code for developing Jasmine projects for Node.js.

The core of jasmine lives at https://github.com/jasmine/jasmine and is jasmine-core in npm.

Contents

This module allows you to run Jasmine specs for your Node.js code. The output will be displayed in your terminal by default.

Documentation

https://jasmine.github.io/edge/node.html

Installation

# Local installation:
npm install --save-dev jasmine

# Global installation
npm install -g jasmine

Initializing

To initialize a project for Jasmine

jasmine init

To initialize a project for Jasmine when being installed locally

node_modules/.bin/jasmine init

or

npx jasmine init

To seed your project with some examples

jasmine examples

Usage

To run your test suite

jasmine

Configuration

Customize spec/support/jasmine.json to enumerate the source and spec files you would like the Jasmine runner to include. You may use dir glob strings. More information on the format of jasmine.json can be found in the documentation

Alternatively, you may specify the path to your jasmine.json by setting an environment variable or an option:

jasmine JASMINE_CONFIG_PATH=relative/path/to/your/jasmine.json
jasmine --config=relative/path/to/your/jasmine.json

Filtering specs

Execute only those specs which filename match given glob:

jasmine "spec/**/critical/*Spec.js"

Or a single file:

jasmine spec/currentSpec.js

Or execute only those specs which name matches a particular regex:

jasmine --filter "adapter21*"

(where the name of a spec is the first parameter passed to describe())

Support

Documentation: jasmine.github.io Jasmine Mailing list: jasmine-js@googlegroups.com Twitter: @jasminebdd

Please file issues here at Github

Copyright (c) 2008-2017 Pivotal Labs. This software is licensed under the MIT License.

License

FOSSA Status

org.webjars.npm

Jasmine

Версии библиотеки

Версия
2.5.2