Skip to content
forked from DxEx/Crawler

PHP Application for Behavior Driven Development.

Notifications You must be signed in to change notification settings

guoyu07/Crawler-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crawler

PHP Application for Behavior Driven Development. Crawl websites and measure performance.

This project was initially created to measure performance of multiple drupal 7 installations for various authenticated user scenarios.

Example Drupal Test-suite

pre:

execution:

  • $ php -f drupal_example_testsuite/anonymous_tests.php
  • $ php -f drupal_example_testsuite/developer_tests.php
  • results are written to /tmp/crawler-log.csv

example output:

Environment Account Test Sequence Start time Execution time Test Suite Status
drupal7 anonymous Visit frontpage 2016-04-08 16:03:07 68 Anonymous Tests SUCCESS
drupal7 developer Cache Clear All 2016-04-08 16:03:10 2123 Developer Tests SUCCESS
drupal7 developer Create and Delete a View 2016-04-08 16:03:13 2417 Developer Tests SUCCESS

About

PHP Application for Behavior Driven Development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%