JBehave Navigator

Standalone HTML/JS view to navigate through the cross-referenced results of the stories

Лицензия

Лицензия

Группа

Группа

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

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

jbehave-navigator
Последняя версия

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

4.8.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

JBehave Navigator
Standalone HTML/JS view to navigate through the cross-referenced results of the stories

Скачать jbehave-navigator

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.skins : maven-default-skin Необязательный jar 1.0

test (1)

Идентификатор библиотеки Тип Версия
org.mockito : mockito-all jar 1.10.19

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

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

Build Status

JBehave

JBehave is a BDD framework for Java and all JVM languages (Groovy, Kotlin, Ruby, Scala).

JBehave logo

Using

Canonical information for JBehave:

  1. Web Site.
  2. Stable Reference.
  3. User mailing list
  4. Search Maven

Contributing and Developing

Please report issues, feature requests on JIRA or discuss them on the dev mailing list.

Keep an eye on the Github Actions server for JBehave builds.

JDK Version

At compile-time, JDK 11 is required to build JBehave modules

At runtime, end users can use JDK 8 or above in their own projects that use JBehave for testing.

Maven

Maven version required to build: 3.6 or above (while tested with 3.6.x it may also work with previous 3.x versions)

Some additional setup may be required to build the

Encoding

Configure IDE to use UTF-8 for all files Configure Maven by adding "-Dfile.encoding=UTF-8" to $MAVEN_OPTS

IDE Integration

Maven is supported in all major IDEs, including Intellij IDEA and Eclipse.

Building

The first time you run the Maven build, do:

mvn install -s settings.xml

After that, it is necessary to only do the following:

mvn install

Maven Build Profiles

  • default: builds all releasable modules
  • examples: builds all headless examples
  • gui: builds examples that require a GUI (i.e. non-headless) mode (separated as they do not run on CI.
  • nt: no-test, builds skipping unit-test behaviors

Maven Build Profiles used during release cycle

  • reporting: builds reports
  • distribution: builds distribution (documentation)

Note: profiles are additive and the default profile is always active.

Example Profile Usages

Build Core and all Examples

mvn install -Pexamples

Build with Reporting and Distribution

mvn install -Preporting,distribution

Building a Release with Maven

mvn release:prepare -Preporting,distribution
mvn release:perform -Preporting,distribution

Related JBehave projects

See also:

License

See LICENSE.txt in the source root (BSD).

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

Версия
4.8.3
4.8.2
4.8.1
4.8
4.7
4.6.3
4.6.2
4.6.1
4.6
4.5.1
4.5
4.4
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3
4.3-beta-4
4.3-beta-3
4.3-beta-2
4.3-beta-1
4.2
4.2-beta-5
4.2-beta-4
4.2-beta-3
4.2-beta-2
4.2-beta-1
4.1.3
4.1.2
4.1.1
4.1
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0
4.0-beta-11
4.0-beta-10
4.0-beta-9
4.0-beta-8
4.0-beta-7
4.0-beta-6
4.0-beta-5
4.0-beta-4
4.0-beta-3
4.0-beta-2
4.0-beta-1
3.10
3.9.5
3.9.4
3.9.3
3.9.2
3.9.1
3.9
3.9-beta-5
3.9-beta-4
3.9-beta-3
3.9-beta-2
3.9-beta-1
3.8
3.7.5
3.7.4
3.7.3
3.7.2
3.7.1
3.7
3.6.9
3.6.8
3.6.7
3.6.6
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6
3.6-beta-3
3.6-beta-2