We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A public docker image would be useful for getting tests running faster, as mentioned in #46.
Let's work out how best to make a docker image which can access the test files, perhaps through a volume?
The text was updated successfully, but these errors were encountered:
We do this for one of the other project something like this:
--- version: '2.1' services: tavern: image: tavern:latest env_file: - required-env-keys.env volumes: - ./integration_tests:/integration_tests command: - --tavern-global-cfg - /integration_tests/local_urls.yaml - -p - no:logging
docker-compose build docker-compose run tavern
(assuming I've already built the tavern dockerfile).
I'll make an alpine dockerfile with MQTT stuff included
Sorry, something went wrong.
michaelboulton
Successfully merging a pull request may close this issue.
A public docker image would be useful for getting tests running faster, as mentioned in #46.
Let's work out how best to make a docker image which can access the test files, perhaps through a volume?
The text was updated successfully, but these errors were encountered: