2017 © Pedro Peláez
 

library codeception-selenium

A extension to start selenium server before acceptance test suite starts and stop it at the end of execution

image

trex/codeception-selenium

A extension to start selenium server before acceptance test suite starts and stop it at the end of execution

  • Saturday, December 23, 2017
  • by tekoraik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 146 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Acceptance test configuration example with recommendable extension PhpBuiltinServer, (*1)

class_name: AcceptanceTester
extensions:
    enabled:
        - Codeception\Extension\PhpBuiltinServer
        - trex\codeception\selenium\SeleniumExtension
    config:
        Codeception\Extension\PhpBuiltinServer:
            hostname: localhost
            port: 8000
            autostart: true
            documentRoot: web/
            startDelay: 1
modules:
    enabled:
        - \Helper\Acceptance
        - WebDriver:
            url: "http://localhost:8000/index-test.php"
            browser: chrome
            capabilities:
                    chromeOptions:
                      args: ["--headless", "--disable-gpu", "--disable-extensions"]

The Versions

23/12 2017

dev-master

9999999-dev

A extension to start selenium server before acceptance test suite starts and stop it at the end of execution

  Sources   Download

The Requires

 

by Jose Luis Orta

23/12 2017

3.4.1

3.4.1.0

A extension to start selenium server before acceptance test suite starts and stop it at the end of execution

  Sources   Download

The Requires

 

by Jose Luis Orta

29/07 2017

3.4.0

3.4.0.0

A extension to start selenium server before acceptance test suite starts and stop it at the end of execution

  Sources   Download

The Requires

 

by Jose Luis Orta

29/07 2017

3.1.0

3.1.0.0

A extension to start selenium server before acceptance test suite starts and stop it at the end of execution

  Sources   Download

The Requires

 

by Jose Luis Orta