2017 © Pedro Peláez
 

library skeleton-test

Testing utilities for Skeleton

image

tigron/skeleton-test

Testing utilities for Skeleton

  • Thursday, March 15, 2018
  • by tigron
  • Repository
  • 3 Watchers
  • 0 Stars
  • 3,839 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 17 Versions
  • 9 % Grown

The README.md

skeleton-test

Testing utilities for skeleton, (*1)

Installation

Installation via composer:, (*2)

composer require tigron/skeleton-test

Howto

// Set a path where tests are located in
\Skeleton\Test\Config::$test_path = /my_tests';

// For Selenium test, set the Selenium hub URL
\Skeleton\Test\Config::$selenium_hub = 'http://localhost:4444/wd/hub';

// For timings of the tests (start and stop time of every test)
\Skeleton\Test\Config::$start_timestamp_filename = sys_get_temp_dir() . '/skeleton-test-start-time.txt';
\Skeleton\Test\Config::$timings_filename = sys_get_temp_dir() . '/skeleton-test-timings.json';

// To run the tests
skeleton test:all

// To run a single test
skeleton test:run My_First_Test_Class

// To intensively (10x) run a single test
skeleton test:intense My_First_Test_Class

// To run a list of test
skeleton test:run My_First_Test_Class,My_Second_Test_Class

// To intensively (10x) run a list test
skeleton test:intense My_First_Test_Class,My_Second_Test_Class

// To use files in the tests (only if skeleton-file is available)
skeleton test:file add identifier /var/www/mysite/my_file.txt
skeleton test:file get identifier /var/www/mysite/target_file.txt
skeleton test:file delete identifier
skeleton test:file list

The Versions

15/03 2018

dev-master

9999999-dev

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

15/03 2018

0.1.6

0.1.6.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

13/02 2018

0.1.5

0.1.5.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

08/11 2017

0.1.4

0.1.4.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

29/10 2017

0.1.3

0.1.3.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

27/10 2017

0.1.2

0.1.2.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

05/04 2017

0.1.1

0.1.1.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

20/03 2017

0.1.0

0.1.0.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

16/12 2016

v0.0.9

0.0.9.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

16/12 2016

v0.0.8

0.0.8.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

09/12 2016

v0.0.7

0.0.7.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

02/11 2016

v0.0.6

0.0.6.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

08/09 2016

0.0.5

0.0.5.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

31/08 2016

v0.0.4

0.0.4.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

19/08 2016

0.0.3

0.0.3.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

18/08 2016

v0.0.2

0.0.2.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA

07/07 2016

v0.0.1

0.0.1.0

Testing utilities for Skeleton

  Sources   Download

MIT

The Requires

 

by Tigron BVBA