# 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

URL: https://chat.dailyai.studio/posts/remote-behat-testing-with-laravel-738/
Date: 2016-02-03

## Author: [Alfred Nutile](https://twitter.com/alnutile)

### Read By: [Alfred Nutile](https://twitter.com/alnutile)

### Original Source: [https://alfrednutile.info/posts/177](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.
