Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup1 #113

Open
wants to merge 1,652 commits into
base: master
Choose a base branch
from
Open

setup1 #113

wants to merge 1,652 commits into from

Conversation

TPReddy
Copy link

@TPReddy TPReddy commented Jul 10, 2013

sdsd

dirkrombauts and others added 30 commits October 9, 2018 17:49
* Update CHANGELOG.md

* Version Bump (2.20.0)

* Version 2.20.0
* Fix change log

* Version 2.20.1
Improve readability of Background by making the .pre class in DHTM styled using a monospaced font
* Initial test

* Different tag selection mechanism

* More stuff

* Fix query and get rid of dynamic

* Add combined chart for automated, manual and nottested scenarios

* Remove the charts per test kind

* Finetuning the chart and renaming a method

* Remove unused usings
On a VS test result file containing many tests, the current code is pretty slow. This was observed when migrating a codebase from NUnit3 result files to trx.

Here, based on profiling, we improve the performance by caching the parsing of the results:
- a lookup of tests per feature
- a dictionary of test results per test id

On a sample file with about 1000 tests, the performance improves from 40.2 seconds to 2.5 seconds.

This was tested with:
```
.\Pickles.exe -f xxx -o xxx --trfmt=vstest --enableComments=false -df=json -lr=xxx.trx
```

The resulting `pickledFeatures.json` file is identical to the one before these changes (except the `GeneratedOn` field).

Co-authored-by: Timothée Lecomte <[email protected]>
)

* Fix matching of scenario outline with duplicate values with VsTest

* Add new scenarios to most other unit test frameworks as well

* Update various nuget packages and fix compilation issues

* Add the scenario outlines to Cucumber and CucumberJS

* Add bindings, test results and tests for Cucumber Ruby

* Adding bindings, test results and tests for CucumberJS

* Add a sleep because of timing issues

Co-authored-by: Dirk Rombauts <[email protected]>
* Corrected mistake and enhanced consistency in the CONTRIBUTING page.

* Added new project for Markdown unit tests with initial, inconclusive, test.

* Added another new project for Markdown acceptance tests with initial, inconclusive, test.

* Initial hook up of Markdown builder and first feature, adding a Title.

* Added Markdown document resolver

* Refactored, concerns seperated into Stylist and TitleBlock classes.
Static text placed in localization resource file for future translations.
Some aspects still in builder for later refactoring when the path is clearer.

* Updated build scripts to include Markdown library and tests

* fix test.fsx error for Markdown.UnitTests reference

* Downgrade Specflow to 2.3.2 to attempt build issue fix.

Included partial work on Generated Info feature.

* Corrected UnitTests namespace, added PicklesDoc. prefix.

* Generation Time tested with new TestableDateTime singleton.

Ready for refactoring.

* Refactor Generation Info, now part of TitleBlock and Localization.

* Implemented File Location feature. Scenario: Output is written to specified location

* Minor cleanup in Markdown acceptance tests feature and steps

* Feature Heading added to Markdown output

* Feature Description added to Markdown output

* Corrected line spacing for feature description

* Feature Tags included in Markdown Output

* Scenario Heading added to Markdown document

* Added Scenario Tags to Markdown output

* Confirm order of content in Markdown output for this acceptance testing

* Steps in Scenarios added to Markdown output

* Refactor code, documents have lines and different blocks which share a
parent class all return collections of lines.

* Feature Background included in Markdown Output

* New Scenario Outline Feature.

Table formatting moved to own class TableBlock
ScenarioOutline formatting added in class ScenarioOutlineBlock

* Fixed bug #19 - Couldn't write markdown output file
Fixed bug #20 - Tags have double @ symbols

* Fixed bug #21 - Scenario Outlines missing placeholders
- In steps
- In Tables

* Include Markdown icon files in output folder

* Scenario Result included in heading.

Stylist updated to process ScenarioHeading TestResult.
Updated ScenarioBlock to process TestResult values.

Acceptance tests updated to test Scenario Status

* Table construction now incudes results when available e.g. in scenario outline examples.

* Markdown Stylist updated to include results and code refactored.
* Improve unit tests of CommandLineArgumentParser

* Simplify the unit tests of the Markdown format

The tests that the generation date is correct make the code much more complicated than necessary. If we want to solve this problem, I prefer a properly injected IDateTimeProvider interface.

* Added features to change log
* Version 2.21.0

* The end of the road
* Fix for extra header cell in html output

* Version 2.21.1

* Updated to .NET Framework 4.8

* Version 2.3.0

* Version 2.3.0

* Version 2.3.2

* Version 2.3.3
* Add build.yml

* move build.yml to workflows
* Update build.yml

* Update build.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.