Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for building source and minimum requirements/spec #3171

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ AssertJ is composed of several modules:
You are encouraged to contribute any missing useful assertions.

Please read the [contributing section](https://github.com/assertj/assertj/blob/main/CONTRIBUTING.md) and raise a PR!

### Recommended Test Environment

If you want to run the tests of this project, it is recommended to have a machine or virtual machine with the following specifications to avoid intermittent test failures (i.e., flaky tests)

* Minumum of 2CPUs.
* Minimum of 2Gb of RAM.