https://github.com/phase2/behat-phase2tech
Some sample features (and custom assertions) to test the phase2technology.com website using Behat and Mink.
https://github.com/phase2/behat-phase2tech
Last synced: about 1 year ago
JSON representation
Some sample features (and custom assertions) to test the phase2technology.com website using Behat and Mink.
- Host: GitHub
- URL: https://github.com/phase2/behat-phase2tech
- Owner: phase2
- Created: 2012-08-11T17:12:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-13T11:33:36.000Z (over 13 years ago)
- Last Synced: 2025-01-12T17:36:35.420Z (about 1 year ago)
- Language: PHP
- Size: 96.7 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Behat tests for phase2technology.com
To get started with these tests using Behat and Mink, do the following:
```
curl http://getcomposer.org/installer | php
php composer.phar install
./bin/behat
```