Skip to content

Instantly share code, notes, and snippets.

@ppeiris
Created January 27, 2014 21:22
Show Gist options
  • Save ppeiris/8657557 to your computer and use it in GitHub Desktop.
Save ppeiris/8657557 to your computer and use it in GitHub Desktop.
# Codeception Test Suite Configuration
# suite for acceptance tests.
# perform tests in browser using the Selenium-like tools.
# powered by Mink (http://mink.behat.org).
# (tip: that's what your customer will see).
# (tip: test your ajax and javascript by one of Mink drivers).
# RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.
# - PhpBrowser
class_name: WebGuy
modules:
enabled:
- WebDriver
- WebHelper
config:
PhpBrowser:
url: 'https://oapp04.globalinxdev.com'
browser: firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment