Code Monkey home page Code Monkey logo

phpunit-selenium's Introduction

This package contains a base Testcase Class that can be used to run end-to-end tests against Selenium 2 (using its Selenium 1 backward compatible Api).
Please direct *pull requests* to giorgiosironi/phpunit-selenium for automated testing upon merging. A feature branch containing all the commits you want to prose works best.

= Running the test suite =
To run the test suite for this package, you should serve selenium-1-tests via HTTP:
```
selenium-1-tests/ $ python -m SimpleHTTPServer 8080
```
and configure the constant that you will be asked for accordingly if you do not run the server on localhost:8080.
You also need to run a Selenium Server:
```
$ java -jar java -jar  selenium-server-standalone-2.x.xjar
```
or with xvfb:
```
$ sudo xvfb-run java -jar bin/selenium-server-standalone-2.x.x.jar
```
Take a look at `before_script.sh` for an automated way to setup the HTTP and Selenium servers.

Dependencies are managed via Composer, so you must grab them like this:
```
$ composer install --dev
```
The tests can then be run with:
```
$ vendor/bin/phpunit Tests
```
You can copy phpunit.xml.dist to phpunit.xml and setup a custom configuration for browsers, but the test suite is based on Firefox on an Ubuntu machine.

phpunit-selenium's People

Contributors

4lb0 avatar andyfowler avatar ashugayev avatar bayandin avatar da217 avatar davidsickmiller avatar digitalica avatar erenon avatar giorgiosironi avatar jamesiarmes avatar jlipps avatar julianseeger avatar knxsebastian avatar lexaurin avatar mattgibson avatar mlively avatar nexpoehler avatar nickrenold avatar nicolasrenold avatar paulyg avatar psemuu avatar sebastianbergmann avatar thinkt4nk avatar till avatar tkurnosova avatar tot-ra avatar travisp avatar vasild avatar velovint avatar zerkms avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.