Skip to content
#

junit

Here are 3,031 public repositories matching this topic...

chibenwa
chibenwa commented Jan 4, 2022

Reference: https://issues.apache.org/jira/browse/INFRA-22697

Apparently testcontainers requires $HOME/.docker/config.json to be a valid JSON file.

touch ~/.docker/config.json
// lauch some test containers tests will now fail

echo '{}' > ~/.docker/config.json
// lauch some test containers tests will now succeeds

rm ~/.docker/config.json
// lauch some test containers tests will 
kenden
kenden commented Jun 14, 2018

As the moment it's only possible to install bats from bats-core from source on linux.

We should create packages to install easily on Linux.
It could be:

Flathub is probably the easiest to support most d

Improve this page

Add a description, image, and links to the junit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the junit topic, visit your repo's landing page and select "manage topics."

Learn more