2017 © Pedro Peláez
 

library codeception-paracept-json-merge

Codeception json reports merge for parallel run, can merge json reports into one , can generate html reports

image

zondor/codeception-paracept-json-merge

Codeception json reports merge for parallel run, can merge json reports into one , can generate html reports

  • Friday, April 29, 2016
  • by zondor
  • Repository
  • 1 Watchers
  • 0 Stars
  • 739 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

HTML/JSON repor merger for Codeception

Codeception json reports merge for parallel run, can merge json reports into one , can generate html reports. Uses https://github.com/zondor/codeception-json-reporter, (*1)

Installation

  1. Install Codeception via Composer
  2. Add "zondor/codeception-paracept-json-merge": "~1.0" to your composer.json
  3. Run composer install.
  4. Edit your Robo.php file
  $sources = [
  'tests/_output/report_1.json',
  'tests/_output/report_2.json',
  'tests/_output/report_3.json',  
  ];

  $parallel = $this->taskMergeJsonReports()
      ->from($sources)
      ->into("tests/_output/result_FINAL.html")
      ->setOutputFormat('html')
      ->run();


  $parallel = $this->taskMergeJsonReports()
      ->from($sources)
      ->into("tests/_output/result_FINAL.json")
      ->setOutputFormat('json')
      ->run();      

The Versions

29/04 2016

dev-master

9999999-dev https://github.com/zondor/codeception-paracept-json-merge

Codeception json reports merge for parallel run, can merge json reports into one , can generate html reports

  Sources   Download

MIT

The Requires

 

The Development Requires

tdd json unit testing functional testing acceptance testing codeception reporter

29/04 2016

1.1.1

1.1.1.0 https://github.com/zondor/codeception-paracept-json-merge

Codeception json reports merge for parallel run, can merge json reports into one , can generate html reports

  Sources   Download

MIT

The Requires

 

The Development Requires

tdd json unit testing functional testing acceptance testing codeception reporter

05/04 2016

1.1.0

1.1.0.0 https://github.com/zondor/codeception-paracept-json-merge

Codeception json reports merge for parallel run, can merge json reports into one , can generate html reports

  Sources   Download

MIT

The Requires

 

The Development Requires

tdd json unit testing functional testing acceptance testing codeception reporter

05/04 2016

2.0.x-dev

2.0.9999999.9999999-dev https://github.com/zondor/codeception-paracept-json-merge

Codeception json reports merge for parallel run, can merge json reports into one , can generate html reports

  Sources   Download

MIT

The Requires

 

The Development Requires

tdd json unit testing functional testing acceptance testing codeception reporter

22/02 2016

1.0.1

1.0.1.0 https://github.com/zondor/codeception-paracept-json-merge

Codeception json reports merge for parallel run, can merge json reports into one , can generate html reports

  Sources   Download

MIT

The Requires

 

The Development Requires

tdd json unit testing functional testing acceptance testing codeception reporter

21/02 2016

1.0.0

1.0.0.0 https://github.com/zondor/codeception-paracept-json-merge

Codeception json reports merge for parallel run, can merge json reports into one , can generate html reports

  Sources   Download

MIT

The Requires

 

The Development Requires

tdd json unit testing functional testing acceptance testing codeception reporter