Skip to content

Releases: xyteam/AutoBDD-example

AutoBDD-Example-1.0.5

14 Jun 22:17
Compare
Choose a tag to compare

AutoBDD-example v1.0.5 is an example test project for AutoBDD v1.0.5.
It will automatically download AutoBDD-1.0.5, self run, and generate HTML report.

commands to run:

mkdir -p ~/Projects; cd ~/Projects;

git clone https://github.com/xyteam/AutoBDD-example.git;

cd AutoBDD-example/docker;

docker-compose run --rm example-run "--parallel=2 --screenshot=3 --movie=1"