1 min read

Remote Behat Testing with Laravel

Author: Alfred Nutile Read By: Alfred Nutile Original Source: https://alfrednutile.info/posts/177 This document will cover how to use a Behat specific API to setup a site for testing. What this includes is setting up a Scenario so that it has the data you

Featured image for "Remote Behat Testing with Laravel"

Author: Alfred Nutile

Read By: Alfred Nutile

Original Source: https://alfrednutile.info/posts/177

This document will cover how to use a Behat specific API to setup a site for testing. What this includes is setting up a Scenario so that it has the data you need to run a test. This makes it possible not to rely on Seed data for this. This will allow us to run behat tests from remote machines as well as run tests in parallel.