Skip to content

kubasimon/testing-showcase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Database can be created using:

cd data
sqlite3 -init ../app/models/db.sql sqlite3.db
chmod 777 sqlite3.db
chmod 777 .

Running tests

Unit & integration tests

Install PHPUnit:

pear config-set auto_discover 1
pear install pear.phpunit.de/PHPUnit

Run unit & integration tests:

cd tests
phpunit ./app

Selenium tests

Download Selenium server (JAR):

http://selenium.googlecode.com/files/selenium-server-standalone-2.20.0.jar

Run Selenium server:

java -jar selenium-server-standalone.jar

Run selenium tests:

cd tests
phpunit ./selenium

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.3%
  • JavaScript 1.7%