GithubHelp home page GithubHelp logo

byronludwig / jbehave-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jbehave/jbehave-core

0.0 0.0 0.0 11.77 MB

License: BSD 3-Clause "New" or "Revised" License

Shell 0.01% JavaScript 14.24% Java 68.56% Scala 0.01% Groovy 0.06% CSS 1.04% HTML 14.81% FreeMarker 1.02% Gherkin 0.26%

jbehave-core's Introduction

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).

jbehave-core's People

Contributors

maurotalevi avatar valfirst avatar paul-hammant avatar uarlouski avatar alexlehm avatar tanob avatar rjimgal avatar cvgaviao avatar dgodfrey avatar gscokart avatar maggandalf avatar aaronwalker avatar ikalinin1 avatar draker94 avatar zambrovski avatar abudevich avatar wheleph avatar kordirko avatar larrys avatar idegtiarenko avatar brianrepko avatar alb-i986 avatar ivan-lednev avatar sragu avatar jangalinski avatar peterlynch avatar dtargons avatar edbarvinsky avatar skundrik avatar suleymanovra avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.