{"id":22281142,"url":"https://github.com/unclebob/fitnesse","last_synced_at":"2025-05-13T22:06:26.135Z","repository":{"id":461794,"uuid":"86149","full_name":"unclebob/fitnesse","owner":"unclebob","description":"FitNesse -- The Acceptance Test Wiki","archived":false,"fork":false,"pushed_at":"2025-04-11T14:35:02.000Z","size":74486,"stargazers_count":2074,"open_issues_count":99,"forks_count":712,"subscribers_count":149,"default_branch":"master","last_synced_at":"2025-04-29T21:39:27.617Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"fitnesse.org","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unclebob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2008-12-06T19:38:59.000Z","updated_at":"2025-04-23T10:33:18.000Z","dependencies_parsed_at":"2023-02-16T08:16:00.125Z","dependency_job_id":"e35d81da-3eda-418d-8f04-65ed057a6e8c","html_url":"https://github.com/unclebob/fitnesse","commit_stats":null,"previous_names":[],"tags_count":105,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclebob%2Ffitnesse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclebob%2Ffitnesse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclebob%2Ffitnesse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclebob%2Ffitnesse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unclebob","download_url":"https://codeload.github.com/unclebob/fitnesse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254036818,"owners_count":22003654,"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":"2024-12-03T16:15:06.641Z","updated_at":"2025-05-13T22:06:21.118Z","avatar_url":"https://github.com/unclebob.png","language":"Java","readme":"# [FitNesse](https://fitnesse.org/)  [![maven central](https://maven-badges.herokuapp.com/maven-central/org.fitnesse/fitnesse/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.fitnesse/fitnesse) [![SonarQube Tech Debt](https://img.shields.io/sonar/http/nemo.sonarqube.org/org.fitnesse:fitnesse/tech_debt.svg)](http://nemo.sonarqube.org/dashboard/index?id=org.fitnesse%3Afitnesse)\n\nWelcome to FitNesse, the fully integrated stand-alone acceptance testing framework and wiki.\n\nTo get started, check out the [FitNesse website](https://fitnesse.org/)!\n\n\n\n## Quick start\n\n* [A One-Minute Description of FitNesse](https://fitnesse.org/FitNesse/UserGuide/OneMinuteDescription.html)\n* [Download FitNesse](https://fitnesse.org/FitNesseDownload.html) and [Plugins](https://fitnesse.org/PlugIns.html)\n* [The FitNesse User Guide](https://fitnesse.org/FitNesse/UserGuide.html)\n\n\n\n## Bug tracker\n\nHave a bug or a feature request? [Please open a new issue](https://github.com/unclebob/fitnesse/issues).\n\n\n## Edge builds\n\nThe latest stable build of FitNesse can be [downloaded here](https://github.com/unclebob/fitnesse/actions) by clicking the latest workflow and clicking the `libs` artifact.\n\n**Note**: the `libs` artifact contains 2 jars. `fitnesse.jar` is for use in Maven or Ivy. Users who just want to run FitNesse by itself should use `fitnesse-standalone.jar` instead of `fitnesse.jar`.\n\n## Developers\n\nIssues and pull requests are administered at [GitHub](https://github.com/unclebob/fitnesse/issues).\n\n### Building\n\nA proper internet connection is sufficient to build FitNesse. The build process will bootstrap itself by downloading [Gradle](http://gradle.org) and from there will download the dependencies required to build and test FitNesse.\n\nTo build and run all tests, run the command\n\n```\n$ ./gradlew\n```\n\nwhich builds the `all` target.\n\nNB. On windows call `gradlew.bat` instead of `./gradlew`.\n\n### Running\n\nTo start the FitNesse wiki locally, for example to browse the local version of the User Guide\n\n```\n$ ./gradlew run\n```\n\n### Testing\n\nTo run the unit tests:\n\n```\n$ ./gradlew test\n```\n\nTo run the acceptance tests:\n\n```\n$ ./gradlew acceptanceTest\n```\n\n\n\n### Working with Eclipse and IntelliJ\n\nThere are a few things to keep in mind when working from an IDE:\n\n1. The Gradle build  does some extra things apart from compiling the code.\n    * It sets the FitNesse version in a META-INF/FitNesseVersion.txt\n    * It copies the dependencies to the lib folder so they can be used by the acceptance tests.\n\n   Perform a\n   ```\n   $ ./gradlew copyRuntimeLibs\n   ```\n   to execute the copy action. In your IDE it is possible to define \"post-compilation\" steps. If\n   you set the \"post-compile\" target from the build file, you won't have any trouble with\n   cleaning, building and executing tests from your IDE.\n\n\n#### Import FitNesse in Eclipse\n\n1. Clone the FitNesse Git repository from https://github.com/unclebob/fitnesse.\n2. Import FitNesse via _File_ -\u003e _Import..._ -\u003e _Gradle Project_.\n3. Select the just cloned project folder. Follow the wizard.\n4. Ensure the project properties have a Java 8 compiler or newer set.\n\n#### Import FitNesse in IntelliJ IDEA (16)\n\n1. Clone the FitNesse Git repository from https://github.com/unclebob/fitnesse.\n2. From the welcome screen (the one you get when all projects are closed), click _Import Project_.\n3. Select the file `build.gradle` in the fitnesse folder.\n4. Follow the wizard. Deselect the option `Create separate module per source set`. You can use the\n   `Use gradle wrapper task configuration`. Use Java 8 or newer. It should find source and test folders and\n    show you two modules: `fitnesse` and `:buildSrc`; import both.\n5. Open the Gradle Build tool, select the task `copyRuntimeLibs` and (right-click) mark it as _Execute After Make_.\n\n### The release process\n\nFitNesse releases are created using https://github.com/fitnesse/fitnesse-release\n","funding_links":[],"categories":["测试","IV. Testing"],"sub_categories":["1. Testing"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclebob%2Ffitnesse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funclebob%2Ffitnesse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclebob%2Ffitnesse/lists"}