{"id":25776557,"url":"https://github.com/jbehave/jbehave-core","last_synced_at":"2025-02-27T06:06:41.423Z","repository":{"id":1208363,"uuid":"330458458","full_name":"jbehave/jbehave-core","owner":"jbehave","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-29T07:48:02.000Z","size":12769,"stargazers_count":31,"open_issues_count":1,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-29T08:35:46.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbehave.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-17T18:26:39.000Z","updated_at":"2024-11-29T07:48:06.000Z","dependencies_parsed_at":"2023-07-06T16:16:28.226Z","dependency_job_id":"6fd590aa-3c49-4788-a35e-d2a37f495073","html_url":"https://github.com/jbehave/jbehave-core","commit_stats":null,"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbehave%2Fjbehave-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbehave%2Fjbehave-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbehave%2Fjbehave-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbehave%2Fjbehave-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbehave","download_url":"https://codeload.github.com/jbehave/jbehave-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240987435,"owners_count":19889334,"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":[],"created_at":"2025-02-27T06:01:26.664Z","updated_at":"2025-02-27T06:06:41.418Z","avatar_url":"https://github.com/jbehave.png","language":"Java","readme":"[![Build Status](https://github.com/jbehave/jbehave-core/workflows/JBehave%20CI/badge.svg)](https://github.com/jbehave/jbehave-core/actions?query=workflow%3A%22JBehave+CI%22)\n\n\n# JBehave\n\nJBehave is a BDD framework for Java and all JVM languages (Groovy, Kotlin, Ruby, Scala).\n\n\u003cimg src=\"http://jbehave.org/reference/preview/images/jbehave-logo.png\" alt=\"JBehave logo\" align=\"right\" /\u003e\n\n## Using\n\nCanonical information for JBehave:\n\n1. [Web Site](http://jbehave.org).\n2. [Stable Reference](http://jbehave.org/reference/stable/).\n3. [User mailing list](http://jbehave.org/mailing-lists.html)\n4. [Search Maven](http://search.maven.org/#search|ga|1|jbehave)\n\n## Contributing and Developing\n\nPlease report issues, feature requests on [JIRA](http://jbehave.org/issue-tracking.html) or discuss them on the\n[dev mailing list](http://jbehave.org/mailing-lists.html).\n\nKeep an eye on the  [Github Actions](https://github.com/jbehave/jbehave-core/actions?query=workflow%3A%22JBehave+CI%22) server for JBehave builds.\n\n### JDK Version\n\nAt compile-time, JDK 11 is required to build JBehave modules\n\nAt runtime, end users can use JDK 8 or above in their own projects that use JBehave for testing.\n\n### Maven \n\n[Maven](http://maven.apache.org) version required to build: 3.6 or above \n(while tested with 3.6.x it may also work with previous 3.x versions)\n\nSome additional setup may be required to build the \n\n### Encoding\n\nConfigure IDE to use UTF-8 for all files\nConfigure Maven by adding \"-Dfile.encoding=UTF-8\" to $MAVEN_OPTS\n\n### IDE Integration\n\nMaven is supported in all major IDEs, including Intellij IDEA and Eclipse.\n\n### Building\n\nThe first time you run the Maven build, do:\n\n    mvn install -s settings.xml\n\nAfter that, it is necessary to only do the following:\n\n    mvn install\n\n### Maven Build Profiles\n\n- default: builds all releasable modules\n- examples: builds all headless examples\n- gui: builds examples that require a GUI (i.e. non-headless) mode (separated as they do not run on CI.\n- nt: no-test, builds skipping unit-test behaviors\n\n#### Maven Build Profiles used during release cycle\n\n- reporting: builds reports\n- distribution: builds distribution (documentation)\n\nNote:  profiles are additive and the default profile is always active.\n\n### Example Profile Usages\n\n#### Build Core and all Examples\n\n    mvn install -Pexamples\n\n#### Build with Reporting and Distribution\n\n    mvn install -Preporting,distribution\n\n#### Building a Release with Maven\n\n    mvn release:prepare -Preporting,distribution\n    mvn release:perform -Preporting,distribution\n\n## Related JBehave projects\n\nSee also: \n\n- [jbehave-pom](https://github.com/jbehave/jbehave-pom) JBehave POM\n- [jbehave-web](https://github.com/jbehave/jbehave-web) web extensions to JBehave\n- [jbehave-osgi](https://github.com/jbehave/jbehave-osgi) OSGi extensions to JBehave\n- [jbehave-eclipse](https://github.com/jbehave/jbehave-eclipse) Eclipse integration for JBehave\n- [jbehave-tutorial](https://github.com/jbehave/jbehave-tutorial) for an example of JBehave testing of a real web application.\n\n## License\n\nSee LICENSE.txt in the source root (BSD).\n","funding_links":[],"categories":["测试","IV. Testing"],"sub_categories":["1. Testing"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbehave%2Fjbehave-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbehave%2Fjbehave-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbehave%2Fjbehave-core/lists"}