Skip to content

A Drupal application with Codeception integration and PhantomanJS.

Notifications You must be signed in to change notification settings

samiullah/codeception

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Codeception in Drupal 7

A Drupal application with Codeception integration and PhantomanJS.

Initially do a composer update, which would get the drupal codebase locally.

$ composer update

Then to get the codeception to be bootstrapped.

$ php vendor/bin/codecept bootstrap

Then add the phantoman congifuration in the codeception.yml file.

extensions:
    enabled:
        - Codeception\Extension\Phantoman
    config:
       Codeception\Extension\Phantoman:
            path: 'vendor/bin/phantomjs'
            port: 4444
            suites: ['acceptance']

Then run the test cases.

$ php vendor/bin/codecept run

About

A Drupal application with Codeception integration and PhantomanJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published