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

(bug) The test section of the readme needs to reference a needed pre-req and also needs a more accurate bats installation guide #396

Open
jf-virtru opened this issue Oct 1, 2024 · 0 comments

Comments

@jf-virtru
Copy link

The test section of the readme needs to reference a needed pre-req and also needs a more accurate bats installation guide.

The bats test framework relies on the JQ parser but there is no mention of it's installation. It can easily be installed (MacOS) with brew install jq (https://formulae.brew.sh/formula/jq)

Bats installation is documented as "brew install bats-core bats-support bats-assert", but as such only bats-core is installed. Using "brew install bats-core", followed by "brew tap bats-core/bats-core", "brew install bats-support", and "brew install bats-assert", allowed the tests to load the relied upon support and assert libs. See this link for ref: https://github.com/bats-core/homebrew-bats-core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant