/behat

Docker image for Behat containers

Primary LanguageDockerfileMIT LicenseMIT


GitHub tag (latest SemVer) Workflow status GitHub contributors


Behat is a Behat is a BDD framework for PHP to help you test business expectations.

This repository contains a specific Docker image used by Wellnet in some projects. Use at your own risk!


👨‍💻  Installation

Install via Docker Hub: docker pull wellnetimages/behat

🚀  Deploy

# Add files to the repository
git add .
git commit -m "Description of the changes"

# Add a version
git tag -a v*.*.*

# Push code and tag
git push origin master --tags

❤️  Contributions

If you want to contribute, just add a PR or open a new issue.

📘  License

Behat is under MIT license, and also this repository.