diff --git a/Build.md b/Build.md index 15a01aa8a..20a48f987 100644 --- a/Build.md +++ b/Build.md @@ -1,4 +1,12 @@ +#Development Environment +Install the dotnet-nugetize tool to assist with debugging packaging issues + +``` +dotnet tool install -g dotnet-nugetize +``` + +#Build set version number in _build\Build.cs @@ -6,3 +14,29 @@ PowerShell set-executionpolicy -scope process -executionpolicy bypass .\build.ps1 + +.\build.ps1 -target publish + +Build Targets +- Clean +- Test +- Publish +- GenerateSampleOutput +- Pack +- PublishNuGet + + +#Test + +dotnet tool install -g --add-source + + +#Docker + +-Dockerfile +--tools +---Pickles.CommandLine.[versionnumber].nupkg + +To install from the root folder/docker context (after copying it into the context): +dotnet tool install --global --add-source ./tools Pickles.CommandLine --version [versionnumber] + diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a50e7095..ac0602992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ Features in Experimental are subject to change and removal without being conside This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com). +## [4.0.0] - 2022-05-09 + +### Updated +- .NET 6 Support + ## [3.0.1] - 2021-10-04 ### Updated diff --git a/Output/Dhtml/img/glyphicons-halflings-white.png b/Output/Dhtml/img/glyphicons-halflings-white.png index 776b00aef..a001c35f8 100644 Binary files a/Output/Dhtml/img/glyphicons-halflings-white.png and b/Output/Dhtml/img/glyphicons-halflings-white.png differ diff --git a/Output/Dhtml/img/glyphicons-halflings.png b/Output/Dhtml/img/glyphicons-halflings.png index 39207652a..f15c257ee 100644 Binary files a/Output/Dhtml/img/glyphicons-halflings.png and b/Output/Dhtml/img/glyphicons-halflings.png differ diff --git a/Output/Dhtml/img/link.png b/Output/Dhtml/img/link.png index 312176330..bc53e8da7 100644 Binary files a/Output/Dhtml/img/link.png and b/Output/Dhtml/img/link.png differ diff --git a/Output/Dhtml/pickledFeatures.js b/Output/Dhtml/pickledFeatures.js index 26b15eb4a..c5ad44a50 100644 --- a/Output/Dhtml/pickledFeatures.js +++ b/Output/Dhtml/pickledFeatures.js @@ -4,7 +4,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/00BasicGherkin/BasicGherkin.feature", "Feature": { "Name": "Showing basic gherkin syntax", - "Description": "In order to see that gherkin is a very simple language \nAs a SpecFlow evangelist \nI want to show that basic syntax\n\n![Test Image](test.jpg)", + "Description": "In order to see that gherkin is a very simple language \r\nAs a SpecFlow evangelist \r\nI want to show that basic syntax\r\n\r\n![Test Image](test.jpg)", "FeatureElements": [ { "Examples": [], @@ -115,7 +115,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/01TestRunner/TestRunnerIsNotImportant.feature", "Feature": { "Name": "The test runner is not (very) important", - "Description": "In order to show that the test runner is just for the autogenerated stuff in SpecFlow \nAs a SpecFlow evanglist \nI want to be able to call my steps in the same manner inspite of the testrunner configured", + "Description": "In order to show that the test runner is just for the autogenerated stuff in SpecFlow \r\nAs a SpecFlow evanglist \r\nI want to be able to call my steps in the same manner inspite of the testrunner configured", "FeatureElements": [ { "Examples": [], @@ -170,7 +170,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/02TagsAndHooks/Hooks.feature", "Feature": { "Name": "Addition", - "Description": "In order to explain the order in which hooks are run \nAs a SpecFlow evanglist \nI wan to be able to hook into pre and post conditions in SpecFlow", + "Description": "In order to explain the order in which hooks are run \r\nAs a SpecFlow evanglist \r\nI wan to be able to hook into pre and post conditions in SpecFlow", "FeatureElements": [ { "Examples": [], @@ -330,7 +330,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/02TagsAndHooks/TagDemo.feature", "Feature": { "Name": "Tag demonstrator", - "Description": "In order to show the capabilities of tags in SpecFlow \nAs a SpecFlow evanglist \nI want to write scenarios that has tags and show their usage in code", + "Description": "In order to show the capabilities of tags in SpecFlow \r\nAs a SpecFlow evanglist \r\nI want to write scenarios that has tags and show their usage in code", "FeatureElements": [ { "Examples": [], @@ -546,7 +546,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/03ScenarioOutline/ScenarioOutline.feature", "Feature": { "Name": "Scenario outline", - "Description": "In order to not have to type the same scenario over and over \nAs a SpecFlow evangelist \nI want to show how to use ScenarioOutline", + "Description": "In order to not have to type the same scenario over and over \r\nAs a SpecFlow evangelist \r\nI want to show how to use ScenarioOutline", "FeatureElements": [ { "Examples": [ @@ -817,7 +817,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/031ScenarioContext/ScenarioContext.feature", "Feature": { "Name": "Scenario Context features", - "Description": "In order to show how to use ScenarioContext \nAs a SpecFlow evangelist \nI want to write some simple scenarios with data in ScenarioContext", + "Description": "In order to show how to use ScenarioContext \r\nAs a SpecFlow evangelist \r\nI want to write some simple scenarios with data in ScenarioContext", "FeatureElements": [ { "Examples": [], @@ -1013,7 +1013,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/032FeatureContext/FeatureContextFeatures.feature", "Feature": { "Name": "FeatureContext features", - "Description": "In order to show how to use FeatureContext \nAs a SpecFlow evangelist \nI want to write some simple scenarios with data in FeatureContext", + "Description": "In order to show how to use FeatureContext \r\nAs a SpecFlow evangelist \r\nI want to write some simple scenarios with data in FeatureContext", "FeatureElements": [ { "Examples": [], @@ -1120,7 +1120,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/04Background/BackgroundFeature.feature", "Feature": { "Name": "Show the use of background", - "Description": "In order to show how to use the Background keyword of Gherkin \nAs a SpecFlow evanglist \nI want to show that background steps are called before any scenario step", + "Description": "In order to show how to use the Background keyword of Gherkin \r\nAs a SpecFlow evanglist \r\nI want to show that background steps are called before any scenario step", "FeatureElements": [ { "Examples": [], @@ -1223,7 +1223,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/05TablesAndAssist/TableScenario.feature", "Feature": { "Name": "Showing table usage", - "Description": "In order to show how to use tables \nAs a SpecFlow evanglist \nI want to write some simple scenarios that uses tables tables", + "Description": "In order to show how to use tables \r\nAs a SpecFlow evanglist \r\nI want to write some simple scenarios that uses tables tables", "FeatureElements": [ { "Examples": [], @@ -1562,7 +1562,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/06CompareToAssist/CompareTo.feature", "Feature": { "Name": "Show the compare to feature", - "Description": "In order to show the compare to features of SpecFlow Assist \nAs a SpecFlow evanglist \nI want to show how the different versions of compareTo works", + "Description": "In order to show the compare to features of SpecFlow Assist \r\nAs a SpecFlow evanglist \r\nI want to show how the different versions of compareTo works", "FeatureElements": [ { "Examples": [], @@ -1809,7 +1809,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/07Localization/Svenska.feature", "Feature": { "Name": "Svenska - Summering", - "Description": "För att slippa att göra dumma fel \nSom räknare \nVill jag kunna lägga summera", + "Description": "För att slippa att göra dumma fel \r\nSom räknare \r\nVill jag kunna lägga summera", "FeatureElements": [ { "Examples": [], @@ -1933,7 +1933,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/08AttributeOverloading/AttributeOverloading.feature", "Feature": { "Name": "Attribute overloading", - "Description": "In order to show that steps can be used with multiple attributes \nAs a SpecFlow Evangelist \nI want to show that similar attributes can be applied to the same step definition", + "Description": "In order to show that steps can be used with multiple attributes \r\nAs a SpecFlow Evangelist \r\nI want to show that similar attributes can be applied to the same step definition", "FeatureElements": [ { "Examples": [], @@ -2016,7 +2016,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/09CallingStepsFromSteps/CallingStepsFromSteps.feature", "Feature": { "Name": "Calling Steps from StepDefinitions", - "Description": "In order to create steps of a higher abstraction \nAs a SpecFlow evangelist \nI want reuse other steps in my step definitions", + "Description": "In order to create steps of a higher abstraction \r\nAs a SpecFlow evangelist \r\nI want reuse other steps in my step definitions", "FeatureElements": [ { "Examples": [], @@ -2113,7 +2113,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/10StepTransformation/StepTransformation.feature", "Feature": { "Name": "Step Argument Transformations", - "Description": "In order to reduce the amount of code and repetitive tasks in my steps \nAs a SpecFlow evanglist \nI want to define reusable transformations for my step arguments", + "Description": "In order to reduce the amount of code and repetitive tasks in my steps \r\nAs a SpecFlow evanglist \r\nI want to define reusable transformations for my step arguments", "FeatureElements": [ { "Examples": [], @@ -2168,7 +2168,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/11ContextInjection/ContextInjection.feature", "Feature": { "Name": "Injecting context into step specifications", - "Description": "In order to don't have to rely on the global shared state\nand to be able to define the contexts required for each scenario. \nAs a SpecFlow Evanglist \nI would like to have the system automatically inject an instance of any class as\ndefined in the constructor of a step file", + "Description": "In order to don't have to rely on the global shared state\r\nand to be able to define the contexts required for each scenario. \r\nAs a SpecFlow Evanglist \r\nI would like to have the system automatically inject an instance of any class as\r\ndefined in the constructor of a step file", "FeatureElements": [ { "Examples": [], @@ -2342,7 +2342,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.feature", "Feature": { "Name": "Nested Folder Example", - "Description": "In order to test nested folder output \nAs a silly contributer \nI want to create an example of something several folders deep", + "Description": "In order to test nested folder output \r\nAs a silly contributer \r\nI want to create an example of something several folders deep", "FeatureElements": [ { "Examples": [], @@ -2406,7 +2406,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/13MultilineText/MultilineFeatureExample.feature", "Feature": { "Name": "Multiline Feature Example", - "Description": "In order capture this particular Gherkin feature \nAs a Pickles contributer \nI want to demonstrate an example of using multiline text in a Scenario", + "Description": "In order capture this particular Gherkin feature \r\nAs a Pickles contributer \r\nI want to demonstrate an example of using multiline text in a Scenario", "FeatureElements": [ { "Examples": [], @@ -2418,7 +2418,7 @@ jsonPWrapper ({ "Keyword": "Given", "NativeKeyword": "Given ", "Name": "I have read in some text from the user", - "DocStringArgument": "This is line 1.\nThis is line 2!\nThis is line 3!!", + "DocStringArgument": "This is line 1.\r\nThis is line 2!\r\nThis is line 3!!", "StepComments": [], "AfterLastStepComments": [] }, @@ -2464,13 +2464,13 @@ jsonPWrapper ({ "RelativeFolder": "Features/14MarkdownExample/MarkdownExamples.feature", "Feature": { "Name": "Sample Markdown Feature", - "Description": "# Header 1\n\n## Header 2\n\n### Header 3\n\n#### Header 4\n\n##### Header 5\n\n###### Header 6\n\nThis is a *significant* word\n\n1. Ordered #1\n2. Ordered #2\n3. Ordered #3\n\n- Unordered #1\n- Unordered #2\n- Unordered #3\n\nHorizontal Rule:\n- - -\n\nTable example:\n\n| First Header | Second Header |\n| ------------- | ------------- |\n| Content Cell | Content Cell |\n| Content Cell | Content Cell |\n\n- - -\n\nIncluding a picture: ![](./image.png)", + "Description": "# Header 1\r\n\r\n## Header 2\r\n\r\n### Header 3\r\n\r\n#### Header 4\r\n\r\n##### Header 5\r\n\r\n###### Header 6\r\n\r\nThis is a *significant* word\r\n\r\n1. Ordered #1\r\n2. Ordered #2\r\n3. Ordered #3\r\n\r\n- Unordered #1\r\n- Unordered #2\r\n- Unordered #3\r\n\r\nHorizontal Rule:\r\n- - -\r\n\r\nTable example:\r\n\r\n| First Header | Second Header |\r\n| ------------- | ------------- |\r\n| Content Cell | Content Cell |\r\n| Content Cell | Content Cell |\r\n\r\n- - -\r\n\r\nIncluding a picture: ![](./image.png)", "FeatureElements": [ { "Examples": [], "Name": "Sample Markdown Scenario Example", "Slug": "sample-markdown-scenario-example", - "Description": "This is **important** text\n\nCode Block:\n\n```\nvar x = 2;\n```\n\nApple\n: Pomaceous fruit of plants of the genus Malus in\n the family Rosaceae.\n: An American computer company.\n\nOrange\n: The fruit of an evergreen tree of the genus Citrus.", + "Description": "This is **important** text\r\n\r\nCode Block:\r\n\r\n```\r\nvar x = 2;\r\n```\r\n\r\nApple\r\n: Pomaceous fruit of plants of the genus Malus in\r\n the family Rosaceae.\r\n: An American computer company.\r\n\r\nOrange\r\n: The fruit of an evergreen tree of the genus Citrus.", "Steps": [ { "Keyword": "Given", @@ -2522,7 +2522,7 @@ jsonPWrapper ({ ], "Name": "Sample Markdown Scenario Outline Example", "Slug": "sample-markdown-scenario-outline-example", - "Description": "This is [an example link to pickles](https://github.com/picklesdoc/pickles/wiki \"Pickles\") inline link.\n\n[This link to pickles](https://github.com/picklesdoc/pickles/wiki) has no title attribute.", + "Description": "This is [an example link to pickles](https://github.com/picklesdoc/pickles/wiki \"Pickles\") inline link.\r\n\r\n[This link to pickles](https://github.com/picklesdoc/pickles/wiki) has no title attribute.", "Steps": [ { "Keyword": "Given", @@ -2593,7 +2593,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/15Pickles/InteractiveDHTMLView.feature", "Feature": { "Name": "Interactive DHTML View", - "Description": "In order to increase stakeholder engagement with pickled specs \nAs a SpecFlow evangelist \nI want to adjust the level of detail in the DHTML view to suite my audience \nSo that I do not overwhelm them.", + "Description": "In order to increase stakeholder engagement with pickled specs \r\nAs a SpecFlow evangelist \r\nI want to adjust the level of detail in the DHTML view to suite my audience \r\nSo that I do not overwhelm them.", "FeatureElements": [ { "Examples": [], @@ -2744,7 +2744,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/15Pickles/NotTestedAutomatedManualTags.feature", "Feature": { "Name": "Kinds of verification", - "Description": "In order to increase stakeholder engagement with pickled specs\nAs a SpecFlow evangelist\nI want to make clear how many scenarios are automated, manually tested and not tested\nSo that the stakeholders have a better overview of progress", + "Description": "In order to increase stakeholder engagement with pickled specs\r\nAs a SpecFlow evangelist\r\nI want to make clear how many scenarios are automated, manually tested and not tested\r\nSo that the stakeholders have a better overview of progress", "FeatureElements": [ { "Examples": [], @@ -2875,7 +2875,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/Arithmetic.feature", "Feature": { "Name": "Arithmetic", - "Description": "In order to avoid silly mistakes \nAs a math idiot \nI want to be able to perform arithmetic on the calculator\n\nWhen $a \\ne 0$, there are two solutions to $\\(ax^2 + bx + c = 0\\)$ and they are\n$$x = {-b \\pm \\sqrt{b^2-4ac} \\over 2a}.$$", + "Description": "In order to avoid silly mistakes \r\nAs a math idiot \r\nI want to be able to perform arithmetic on the calculator\r\n\r\nWhen $a \\ne 0$, there are two solutions to $\\(ax^2 + bx + c = 0\\)$ and they are\r\n$$x = {-b \\pm \\sqrt{b^2-4ac} \\over 2a}.$$", "FeatureElements": [ { "Examples": [], @@ -3079,7 +3079,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/Trigonometry.feature", "Feature": { "Name": "Trigonometry", - "Description": "In order to avoid perform more advanced calculations \nAs a math idiot \nI want to be able to use trigonometric functions", + "Description": "In order to avoid perform more advanced calculations \r\nAs a math idiot \r\nI want to be able to use trigonometric functions", "FeatureElements": [ { "Examples": [], @@ -3213,7 +3213,7 @@ jsonPWrapper ({ "RelativeFolder": "Features/Workflow/ClearingScreen.feature", "Feature": { "Name": "Clearing Screen", - "Description": "In order to restart a new set of calculations \nAs a math idiot \nI want to be able to clear the screen", + "Description": "In order to restart a new set of calculations \r\nAs a math idiot \r\nI want to be able to clear the screen", "FeatureElements": [ { "Examples": [], @@ -3943,7 +3943,7 @@ jsonPWrapper ({ }, "Configuration": { "SutName": "Pickles", - "SutVersion": "3.0.1", - "GeneratedOn": "4 October 2021 17:16:08" + "SutVersion": "4.0.1", + "GeneratedOn": "9 May 2022 16:20:51" } }); \ No newline at end of file diff --git a/Output/Excel/features.xlsx b/Output/Excel/features.xlsx index e69397311..832ef9c93 100644 Binary files a/Output/Excel/features.xlsx and b/Output/Excel/features.xlsx differ diff --git a/Output/Html/Features/00BasicGherkin/BasicGherkin.html b/Output/Html/Features/00BasicGherkin/BasicGherkin.html index 6f0b2c7d2..2831eb4f7 100644 --- a/Output/Html/Features/00BasicGherkin/BasicGherkin.html +++ b/Output/Html/Features/00BasicGherkin/BasicGherkin.html @@ -310,8 +310,8 @@

Using And and But

diff --git a/Output/Html/Features/00BasicGherkin/index.html b/Output/Html/Features/00BasicGherkin/index.html index eba16bd42..8dd05fe99 100644 --- a/Output/Html/Features/00BasicGherkin/index.html +++ b/Output/Html/Features/00BasicGherkin/index.html @@ -271,8 +271,8 @@

00 Basic Gherkin

diff --git a/Output/Html/Features/01TestRunner/TestRunnerIsNotImportant.html b/Output/Html/Features/01TestRunner/TestRunnerIsNotImportant.html index ac735d653..512969f6e 100644 --- a/Output/Html/Features/01TestRunner/TestRunnerIsNotImportant.html +++ b/Output/Html/Features/01TestRunner/TestRunnerIsNotImportant.html @@ -283,8 +283,8 @@

A couple of simple steps

diff --git a/Output/Html/Features/01TestRunner/index.html b/Output/Html/Features/01TestRunner/index.html index e6173d275..d6be0c24d 100644 --- a/Output/Html/Features/01TestRunner/index.html +++ b/Output/Html/Features/01TestRunner/index.html @@ -269,8 +269,8 @@

01 Test Runner

diff --git a/Output/Html/Features/02TagsAndHooks/Hooks.html b/Output/Html/Features/02TagsAndHooks/Hooks.html index 3e0293e76..4c54ee370 100644 --- a/Output/Html/Features/02TagsAndHooks/Hooks.html +++ b/Output/Html/Features/02TagsAndHooks/Hooks.html @@ -345,8 +345,8 @@

Hooking into pre conditions for Steps in SpecFlow

diff --git a/Output/Html/Features/02TagsAndHooks/TagDemo.html b/Output/Html/Features/02TagsAndHooks/TagDemo.html index 232fed700..e24006b3a 100644 --- a/Output/Html/Features/02TagsAndHooks/TagDemo.html +++ b/Output/Html/Features/02TagsAndHooks/TagDemo.html @@ -363,8 +363,8 @@

A scenario with 2 tags

diff --git a/Output/Html/Features/02TagsAndHooks/index.html b/Output/Html/Features/02TagsAndHooks/index.html index 57afffe24..43618d816 100644 --- a/Output/Html/Features/02TagsAndHooks/index.html +++ b/Output/Html/Features/02TagsAndHooks/index.html @@ -278,8 +278,8 @@

02 Tags And Hooks

diff --git a/Output/Html/Features/031ScenarioContext/ScenarioContext.html b/Output/Html/Features/031ScenarioContext/ScenarioContext.html index d99e2ede2..bca88f88d 100644 --- a/Output/Html/Features/031ScenarioContext/ScenarioContext.html +++ b/Output/Html/Features/031ScenarioContext/ScenarioContext.html @@ -349,8 +349,8 @@

Pending step

diff --git a/Output/Html/Features/031ScenarioContext/index.html b/Output/Html/Features/031ScenarioContext/index.html index 1865046a4..b8c0a3169 100644 --- a/Output/Html/Features/031ScenarioContext/index.html +++ b/Output/Html/Features/031ScenarioContext/index.html @@ -269,8 +269,8 @@

031 Scenario Context

diff --git a/Output/Html/Features/032FeatureContext/FeatureContextFeatures.html b/Output/Html/Features/032FeatureContext/FeatureContextFeatures.html index 639ab80fe..df978ca5f 100644 --- a/Output/Html/Features/032FeatureContext/FeatureContextFeatures.html +++ b/Output/Html/Features/032FeatureContext/FeatureContextFeatures.html @@ -300,8 +300,8 @@

Showing information of the feature

diff --git a/Output/Html/Features/032FeatureContext/index.html b/Output/Html/Features/032FeatureContext/index.html index 16d747f53..22f4939aa 100644 --- a/Output/Html/Features/032FeatureContext/index.html +++ b/Output/Html/Features/032FeatureContext/index.html @@ -269,8 +269,8 @@

032 Feature Context

diff --git a/Output/Html/Features/03ScenarioOutline/ScenarioOutline.html b/Output/Html/Features/03ScenarioOutline/ScenarioOutline.html index 580583bff..e25231eab 100644 --- a/Output/Html/Features/03ScenarioOutline/ScenarioOutline.html +++ b/Output/Html/Features/03ScenarioOutline/ScenarioOutline.html @@ -435,8 +435,8 @@

Examples: more than 100

diff --git a/Output/Html/Features/03ScenarioOutline/index.html b/Output/Html/Features/03ScenarioOutline/index.html index 97ce98022..132df7328 100644 --- a/Output/Html/Features/03ScenarioOutline/index.html +++ b/Output/Html/Features/03ScenarioOutline/index.html @@ -269,8 +269,8 @@

03 Scenario Outline

diff --git a/Output/Html/Features/04Background/BackgroundFeature.html b/Output/Html/Features/04Background/BackgroundFeature.html index 3d9bbe534..d77025385 100644 --- a/Output/Html/Features/04Background/BackgroundFeature.html +++ b/Output/Html/Features/04Background/BackgroundFeature.html @@ -307,8 +307,8 @@

Add 2 to the sum

diff --git a/Output/Html/Features/04Background/index.html b/Output/Html/Features/04Background/index.html index 9f8af10b9..e806aadb6 100644 --- a/Output/Html/Features/04Background/index.html +++ b/Output/Html/Features/04Background/index.html @@ -269,8 +269,8 @@

04 Background

diff --git a/Output/Html/Features/05TablesAndAssist/TableScenario.html b/Output/Html/Features/05TablesAndAssist/TableScenario.html index bd9054386..60a5bbd49 100644 --- a/Output/Html/Features/05TablesAndAssist/TableScenario.html +++ b/Output/Html/Features/05TablesAndAssist/TableScenario.html @@ -331,8 +331,8 @@

Example of a wide table

diff --git a/Output/Html/Features/05TablesAndAssist/index.html b/Output/Html/Features/05TablesAndAssist/index.html index 2819484d9..c89367b41 100644 --- a/Output/Html/Features/05TablesAndAssist/index.html +++ b/Output/Html/Features/05TablesAndAssist/index.html @@ -269,8 +269,8 @@

05 Tables And Assist

diff --git a/Output/Html/Features/06CompareToAssist/CompareTo.html b/Output/Html/Features/06CompareToAssist/CompareTo.html index 9a03e7024..28a78edc2 100644 --- a/Output/Html/Features/06CompareToAssist/CompareTo.html +++ b/Output/Html/Features/06CompareToAssist/CompareTo.html @@ -303,8 +303,8 @@

CompareToSet

diff --git a/Output/Html/Features/06CompareToAssist/index.html b/Output/Html/Features/06CompareToAssist/index.html index 1f7139890..c603128ad 100644 --- a/Output/Html/Features/06CompareToAssist/index.html +++ b/Output/Html/Features/06CompareToAssist/index.html @@ -269,8 +269,8 @@

06 Compare To Assist

diff --git a/Output/Html/Features/07Localization/Svenska.html b/Output/Html/Features/07Localization/Svenska.html index f9ca59dde..8d69fadce 100644 --- a/Output/Html/Features/07Localization/Svenska.html +++ b/Output/Html/Features/07Localization/Svenska.html @@ -285,8 +285,8 @@

Summera 5 och 7 ska vara 12

diff --git a/Output/Html/Features/07Localization/Vlaams.html b/Output/Html/Features/07Localization/Vlaams.html index de487e577..a31526fd7 100644 --- a/Output/Html/Features/07Localization/Vlaams.html +++ b/Output/Html/Features/07Localization/Vlaams.html @@ -280,8 +280,8 @@

Het Scenario

diff --git a/Output/Html/Features/07Localization/index.html b/Output/Html/Features/07Localization/index.html index 6c1276cb7..021a71e34 100644 --- a/Output/Html/Features/07Localization/index.html +++ b/Output/Html/Features/07Localization/index.html @@ -276,8 +276,8 @@

07 Localization

diff --git a/Output/Html/Features/08AttributeOverloading/AttributeOverloading.html b/Output/Html/Features/08AttributeOverloading/AttributeOverloading.html index f278f71be..77c5f877a 100644 --- a/Output/Html/Features/08AttributeOverloading/AttributeOverloading.html +++ b/Output/Html/Features/08AttributeOverloading/AttributeOverloading.html @@ -291,8 +291,8 @@

Checking number for evenness

diff --git a/Output/Html/Features/08AttributeOverloading/index.html b/Output/Html/Features/08AttributeOverloading/index.html index 35cb28a88..bb1c4b33a 100644 --- a/Output/Html/Features/08AttributeOverloading/index.html +++ b/Output/Html/Features/08AttributeOverloading/index.html @@ -269,8 +269,8 @@

08 Attribute Overloading

diff --git a/Output/Html/Features/09CallingStepsFromSteps/CallingStepsFromSteps.html b/Output/Html/Features/09CallingStepsFromSteps/CallingStepsFromSteps.html index 9edcb964f..9c522cb61 100644 --- a/Output/Html/Features/09CallingStepsFromSteps/CallingStepsFromSteps.html +++ b/Output/Html/Features/09CallingStepsFromSteps/CallingStepsFromSteps.html @@ -303,8 +303,8 @@

Do something meaningful

diff --git a/Output/Html/Features/09CallingStepsFromSteps/index.html b/Output/Html/Features/09CallingStepsFromSteps/index.html index 2c52fbfa3..0eb252621 100644 --- a/Output/Html/Features/09CallingStepsFromSteps/index.html +++ b/Output/Html/Features/09CallingStepsFromSteps/index.html @@ -269,8 +269,8 @@

09 Calling Steps From Steps

diff --git a/Output/Html/Features/10StepTransformation/StepTransformation.html b/Output/Html/Features/10StepTransformation/StepTransformation.html index e693d6877..c139b74cc 100644 --- a/Output/Html/Features/10StepTransformation/StepTransformation.html +++ b/Output/Html/Features/10StepTransformation/StepTransformation.html @@ -283,8 +283,8 @@

Steps with non-string arguments

diff --git a/Output/Html/Features/10StepTransformation/index.html b/Output/Html/Features/10StepTransformation/index.html index 0c844ae9b..d3fe86da9 100644 --- a/Output/Html/Features/10StepTransformation/index.html +++ b/Output/Html/Features/10StepTransformation/index.html @@ -269,8 +269,8 @@

10 Step Transformation

diff --git a/Output/Html/Features/11ContextInjection/ContextInjection.html b/Output/Html/Features/11ContextInjection/ContextInjection.html index 16cf5d0d7..76b94cb82 100644 --- a/Output/Html/Features/11ContextInjection/ContextInjection.html +++ b/Output/Html/Features/11ContextInjection/ContextInjection.html @@ -351,8 +351,8 @@

Feature with a dependent context

diff --git a/Output/Html/Features/11ContextInjection/index.html b/Output/Html/Features/11ContextInjection/index.html index aa92ee7fa..0ce23ad5f 100644 --- a/Output/Html/Features/11ContextInjection/index.html +++ b/Output/Html/Features/11ContextInjection/index.html @@ -271,8 +271,8 @@

11 Context Injection

diff --git a/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.html b/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.html index 9d0bbadb0..21c9f8e9b 100644 --- a/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.html +++ b/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.html @@ -286,8 +286,8 @@

Nested - Add two numbers

diff --git a/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/index.html b/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/index.html index 3e4857ac0..489e77971 100644 --- a/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/index.html +++ b/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/index.html @@ -269,8 +269,8 @@

Child Child Folder

diff --git a/Output/Html/Features/12NestedFolders/ChildFolder/index.html b/Output/Html/Features/12NestedFolders/ChildFolder/index.html index f185f0d95..65ef95b8c 100644 --- a/Output/Html/Features/12NestedFolders/ChildFolder/index.html +++ b/Output/Html/Features/12NestedFolders/ChildFolder/index.html @@ -259,8 +259,8 @@

Child Folder

diff --git a/Output/Html/Features/14MarkdownExample/MarkdownExamples.html b/Output/Html/Features/14MarkdownExample/MarkdownExamples.html index ba0d9f487..dea37fdc8 100644 --- a/Output/Html/Features/14MarkdownExample/MarkdownExamples.html +++ b/Output/Html/Features/14MarkdownExample/MarkdownExamples.html @@ -398,8 +398,8 @@

Examples:

diff --git a/Output/Html/Features/14MarkdownExample/index.html b/Output/Html/Features/14MarkdownExample/index.html index 205a941b8..8752f5ebe 100644 --- a/Output/Html/Features/14MarkdownExample/index.html +++ b/Output/Html/Features/14MarkdownExample/index.html @@ -301,8 +301,8 @@

14 Markdown Example

diff --git a/Output/Html/Features/15Pickles/InteractiveDHTMLView.html b/Output/Html/Features/15Pickles/InteractiveDHTMLView.html index 84218ed32..447d7dae4 100644 --- a/Output/Html/Features/15Pickles/InteractiveDHTMLView.html +++ b/Output/Html/Features/15Pickles/InteractiveDHTMLView.html @@ -284,8 +284,8 @@

Scenario with large data table

diff --git a/Output/Html/Features/15Pickles/NotTestedAutomatedManualTags.html b/Output/Html/Features/15Pickles/NotTestedAutomatedManualTags.html index 4f08ce0ce..f51520d45 100644 --- a/Output/Html/Features/15Pickles/NotTestedAutomatedManualTags.html +++ b/Output/Html/Features/15Pickles/NotTestedAutomatedManualTags.html @@ -323,8 +323,8 @@

Verified automatically

diff --git a/Output/Html/Features/15Pickles/index.html b/Output/Html/Features/15Pickles/index.html index c82ef1bdd..873cda183 100644 --- a/Output/Html/Features/15Pickles/index.html +++ b/Output/Html/Features/15Pickles/index.html @@ -280,8 +280,8 @@

15 Pickles

diff --git a/Output/Html/Features/Arithmetic.html b/Output/Html/Features/Arithmetic.html index 7ea9d57bf..01239d43c 100644 --- a/Output/Html/Features/Arithmetic.html +++ b/Output/Html/Features/Arithmetic.html @@ -355,8 +355,8 @@

Divide two numbers

diff --git a/Output/Html/Features/Trigonometry.html b/Output/Html/Features/Trigonometry.html index c657e3803..42fe19893 100644 --- a/Output/Html/Features/Trigonometry.html +++ b/Output/Html/Features/Trigonometry.html @@ -322,8 +322,8 @@

Tangent

diff --git a/Output/Html/Features/Workflow/ClearingScreen.html b/Output/Html/Features/Workflow/ClearingScreen.html index d1d7c369f..0b5ac0cae 100644 --- a/Output/Html/Features/Workflow/ClearingScreen.html +++ b/Output/Html/Features/Workflow/ClearingScreen.html @@ -286,8 +286,8 @@

Clear the screen

diff --git a/Output/Html/Features/Workflow/index.html b/Output/Html/Features/Workflow/index.html index 08418f2c6..f724d23d9 100644 --- a/Output/Html/Features/Workflow/index.html +++ b/Output/Html/Features/Workflow/index.html @@ -269,8 +269,8 @@

Workflow

diff --git a/Output/Html/Features/index.html b/Output/Html/Features/index.html index 8aafdfc7e..7ed7be84e 100644 --- a/Output/Html/Features/index.html +++ b/Output/Html/Features/index.html @@ -281,8 +281,8 @@

Features

diff --git a/Output/Html/img/failure.png b/Output/Html/img/failure.png index 03db140b9..71c35403b 100644 Binary files a/Output/Html/img/failure.png and b/Output/Html/img/failure.png differ diff --git a/Output/Html/img/inconclusive.png b/Output/Html/img/inconclusive.png index 6bcceb509..677add9ae 100644 Binary files a/Output/Html/img/inconclusive.png and b/Output/Html/img/inconclusive.png differ diff --git a/Output/Html/img/success.png b/Output/Html/img/success.png index 6b888627e..b7292d7e1 100644 Binary files a/Output/Html/img/success.png and b/Output/Html/img/success.png differ diff --git a/Output/Html/index.html b/Output/Html/index.html index f5a3f69f4..bbee62e84 100644 --- a/Output/Html/index.html +++ b/Output/Html/index.html @@ -259,8 +259,8 @@

Examples

diff --git a/docs/Output/Html/Features/00BasicGherkin/index.html b/docs/Output/Html/Features/00BasicGherkin/index.html index eba16bd42..8dd05fe99 100644 --- a/docs/Output/Html/Features/00BasicGherkin/index.html +++ b/docs/Output/Html/Features/00BasicGherkin/index.html @@ -271,8 +271,8 @@

00 Basic Gherkin

diff --git a/docs/Output/Html/Features/01TestRunner/TestRunnerIsNotImportant.html b/docs/Output/Html/Features/01TestRunner/TestRunnerIsNotImportant.html index ac735d653..512969f6e 100644 --- a/docs/Output/Html/Features/01TestRunner/TestRunnerIsNotImportant.html +++ b/docs/Output/Html/Features/01TestRunner/TestRunnerIsNotImportant.html @@ -283,8 +283,8 @@

A couple of simple steps

diff --git a/docs/Output/Html/Features/01TestRunner/index.html b/docs/Output/Html/Features/01TestRunner/index.html index e6173d275..d6be0c24d 100644 --- a/docs/Output/Html/Features/01TestRunner/index.html +++ b/docs/Output/Html/Features/01TestRunner/index.html @@ -269,8 +269,8 @@

01 Test Runner

diff --git a/docs/Output/Html/Features/02TagsAndHooks/Hooks.html b/docs/Output/Html/Features/02TagsAndHooks/Hooks.html index 3e0293e76..4c54ee370 100644 --- a/docs/Output/Html/Features/02TagsAndHooks/Hooks.html +++ b/docs/Output/Html/Features/02TagsAndHooks/Hooks.html @@ -345,8 +345,8 @@

Hooking into pre conditions for Steps in SpecFlow

diff --git a/docs/Output/Html/Features/02TagsAndHooks/TagDemo.html b/docs/Output/Html/Features/02TagsAndHooks/TagDemo.html index 232fed700..e24006b3a 100644 --- a/docs/Output/Html/Features/02TagsAndHooks/TagDemo.html +++ b/docs/Output/Html/Features/02TagsAndHooks/TagDemo.html @@ -363,8 +363,8 @@

A scenario with 2 tags

diff --git a/docs/Output/Html/Features/02TagsAndHooks/index.html b/docs/Output/Html/Features/02TagsAndHooks/index.html index 57afffe24..43618d816 100644 --- a/docs/Output/Html/Features/02TagsAndHooks/index.html +++ b/docs/Output/Html/Features/02TagsAndHooks/index.html @@ -278,8 +278,8 @@

02 Tags And Hooks

diff --git a/docs/Output/Html/Features/031ScenarioContext/ScenarioContext.html b/docs/Output/Html/Features/031ScenarioContext/ScenarioContext.html index d99e2ede2..bca88f88d 100644 --- a/docs/Output/Html/Features/031ScenarioContext/ScenarioContext.html +++ b/docs/Output/Html/Features/031ScenarioContext/ScenarioContext.html @@ -349,8 +349,8 @@

Pending step

diff --git a/docs/Output/Html/Features/031ScenarioContext/index.html b/docs/Output/Html/Features/031ScenarioContext/index.html index 1865046a4..b8c0a3169 100644 --- a/docs/Output/Html/Features/031ScenarioContext/index.html +++ b/docs/Output/Html/Features/031ScenarioContext/index.html @@ -269,8 +269,8 @@

031 Scenario Context

diff --git a/docs/Output/Html/Features/032FeatureContext/FeatureContextFeatures.html b/docs/Output/Html/Features/032FeatureContext/FeatureContextFeatures.html index 639ab80fe..df978ca5f 100644 --- a/docs/Output/Html/Features/032FeatureContext/FeatureContextFeatures.html +++ b/docs/Output/Html/Features/032FeatureContext/FeatureContextFeatures.html @@ -300,8 +300,8 @@

Showing information of the feature

diff --git a/docs/Output/Html/Features/032FeatureContext/index.html b/docs/Output/Html/Features/032FeatureContext/index.html index 16d747f53..22f4939aa 100644 --- a/docs/Output/Html/Features/032FeatureContext/index.html +++ b/docs/Output/Html/Features/032FeatureContext/index.html @@ -269,8 +269,8 @@

032 Feature Context

diff --git a/docs/Output/Html/Features/03ScenarioOutline/ScenarioOutline.html b/docs/Output/Html/Features/03ScenarioOutline/ScenarioOutline.html index 580583bff..e25231eab 100644 --- a/docs/Output/Html/Features/03ScenarioOutline/ScenarioOutline.html +++ b/docs/Output/Html/Features/03ScenarioOutline/ScenarioOutline.html @@ -435,8 +435,8 @@

Examples: more than 100

diff --git a/docs/Output/Html/Features/03ScenarioOutline/index.html b/docs/Output/Html/Features/03ScenarioOutline/index.html index 97ce98022..132df7328 100644 --- a/docs/Output/Html/Features/03ScenarioOutline/index.html +++ b/docs/Output/Html/Features/03ScenarioOutline/index.html @@ -269,8 +269,8 @@

03 Scenario Outline

diff --git a/docs/Output/Html/Features/04Background/BackgroundFeature.html b/docs/Output/Html/Features/04Background/BackgroundFeature.html index 3d9bbe534..d77025385 100644 --- a/docs/Output/Html/Features/04Background/BackgroundFeature.html +++ b/docs/Output/Html/Features/04Background/BackgroundFeature.html @@ -307,8 +307,8 @@

Add 2 to the sum

diff --git a/docs/Output/Html/Features/04Background/index.html b/docs/Output/Html/Features/04Background/index.html index 9f8af10b9..e806aadb6 100644 --- a/docs/Output/Html/Features/04Background/index.html +++ b/docs/Output/Html/Features/04Background/index.html @@ -269,8 +269,8 @@

04 Background

diff --git a/docs/Output/Html/Features/05TablesAndAssist/TableScenario.html b/docs/Output/Html/Features/05TablesAndAssist/TableScenario.html index bd9054386..60a5bbd49 100644 --- a/docs/Output/Html/Features/05TablesAndAssist/TableScenario.html +++ b/docs/Output/Html/Features/05TablesAndAssist/TableScenario.html @@ -331,8 +331,8 @@

Example of a wide table

diff --git a/docs/Output/Html/Features/05TablesAndAssist/index.html b/docs/Output/Html/Features/05TablesAndAssist/index.html index 2819484d9..c89367b41 100644 --- a/docs/Output/Html/Features/05TablesAndAssist/index.html +++ b/docs/Output/Html/Features/05TablesAndAssist/index.html @@ -269,8 +269,8 @@

05 Tables And Assist

diff --git a/docs/Output/Html/Features/06CompareToAssist/CompareTo.html b/docs/Output/Html/Features/06CompareToAssist/CompareTo.html index 9a03e7024..28a78edc2 100644 --- a/docs/Output/Html/Features/06CompareToAssist/CompareTo.html +++ b/docs/Output/Html/Features/06CompareToAssist/CompareTo.html @@ -303,8 +303,8 @@

CompareToSet

diff --git a/docs/Output/Html/Features/06CompareToAssist/index.html b/docs/Output/Html/Features/06CompareToAssist/index.html index 1f7139890..c603128ad 100644 --- a/docs/Output/Html/Features/06CompareToAssist/index.html +++ b/docs/Output/Html/Features/06CompareToAssist/index.html @@ -269,8 +269,8 @@

06 Compare To Assist

diff --git a/docs/Output/Html/Features/07Localization/Svenska.html b/docs/Output/Html/Features/07Localization/Svenska.html index f9ca59dde..8d69fadce 100644 --- a/docs/Output/Html/Features/07Localization/Svenska.html +++ b/docs/Output/Html/Features/07Localization/Svenska.html @@ -285,8 +285,8 @@

Summera 5 och 7 ska vara 12

diff --git a/docs/Output/Html/Features/07Localization/Vlaams.html b/docs/Output/Html/Features/07Localization/Vlaams.html index de487e577..a31526fd7 100644 --- a/docs/Output/Html/Features/07Localization/Vlaams.html +++ b/docs/Output/Html/Features/07Localization/Vlaams.html @@ -280,8 +280,8 @@

Het Scenario

diff --git a/docs/Output/Html/Features/07Localization/index.html b/docs/Output/Html/Features/07Localization/index.html index 6c1276cb7..021a71e34 100644 --- a/docs/Output/Html/Features/07Localization/index.html +++ b/docs/Output/Html/Features/07Localization/index.html @@ -276,8 +276,8 @@

07 Localization

diff --git a/docs/Output/Html/Features/08AttributeOverloading/AttributeOverloading.html b/docs/Output/Html/Features/08AttributeOverloading/AttributeOverloading.html index f278f71be..77c5f877a 100644 --- a/docs/Output/Html/Features/08AttributeOverloading/AttributeOverloading.html +++ b/docs/Output/Html/Features/08AttributeOverloading/AttributeOverloading.html @@ -291,8 +291,8 @@

Checking number for evenness

diff --git a/docs/Output/Html/Features/08AttributeOverloading/index.html b/docs/Output/Html/Features/08AttributeOverloading/index.html index 35cb28a88..bb1c4b33a 100644 --- a/docs/Output/Html/Features/08AttributeOverloading/index.html +++ b/docs/Output/Html/Features/08AttributeOverloading/index.html @@ -269,8 +269,8 @@

08 Attribute Overloading

diff --git a/docs/Output/Html/Features/09CallingStepsFromSteps/CallingStepsFromSteps.html b/docs/Output/Html/Features/09CallingStepsFromSteps/CallingStepsFromSteps.html index 9edcb964f..9c522cb61 100644 --- a/docs/Output/Html/Features/09CallingStepsFromSteps/CallingStepsFromSteps.html +++ b/docs/Output/Html/Features/09CallingStepsFromSteps/CallingStepsFromSteps.html @@ -303,8 +303,8 @@

Do something meaningful

diff --git a/docs/Output/Html/Features/09CallingStepsFromSteps/index.html b/docs/Output/Html/Features/09CallingStepsFromSteps/index.html index 2c52fbfa3..0eb252621 100644 --- a/docs/Output/Html/Features/09CallingStepsFromSteps/index.html +++ b/docs/Output/Html/Features/09CallingStepsFromSteps/index.html @@ -269,8 +269,8 @@

09 Calling Steps From Steps

diff --git a/docs/Output/Html/Features/10StepTransformation/StepTransformation.html b/docs/Output/Html/Features/10StepTransformation/StepTransformation.html index e693d6877..c139b74cc 100644 --- a/docs/Output/Html/Features/10StepTransformation/StepTransformation.html +++ b/docs/Output/Html/Features/10StepTransformation/StepTransformation.html @@ -283,8 +283,8 @@

Steps with non-string arguments

diff --git a/docs/Output/Html/Features/10StepTransformation/index.html b/docs/Output/Html/Features/10StepTransformation/index.html index 0c844ae9b..d3fe86da9 100644 --- a/docs/Output/Html/Features/10StepTransformation/index.html +++ b/docs/Output/Html/Features/10StepTransformation/index.html @@ -269,8 +269,8 @@

10 Step Transformation

diff --git a/docs/Output/Html/Features/11ContextInjection/ContextInjection.html b/docs/Output/Html/Features/11ContextInjection/ContextInjection.html index 16cf5d0d7..76b94cb82 100644 --- a/docs/Output/Html/Features/11ContextInjection/ContextInjection.html +++ b/docs/Output/Html/Features/11ContextInjection/ContextInjection.html @@ -351,8 +351,8 @@

Feature with a dependent context

diff --git a/docs/Output/Html/Features/11ContextInjection/index.html b/docs/Output/Html/Features/11ContextInjection/index.html index aa92ee7fa..0ce23ad5f 100644 --- a/docs/Output/Html/Features/11ContextInjection/index.html +++ b/docs/Output/Html/Features/11ContextInjection/index.html @@ -271,8 +271,8 @@

11 Context Injection

diff --git a/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.html b/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.html index 9d0bbadb0..21c9f8e9b 100644 --- a/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.html +++ b/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.html @@ -286,8 +286,8 @@

Nested - Add two numbers

diff --git a/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/index.html b/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/index.html index 3e4857ac0..489e77971 100644 --- a/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/index.html +++ b/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/index.html @@ -269,8 +269,8 @@

Child Child Folder

diff --git a/docs/Output/Html/Features/12NestedFolders/ChildFolder/index.html b/docs/Output/Html/Features/12NestedFolders/ChildFolder/index.html index f185f0d95..65ef95b8c 100644 --- a/docs/Output/Html/Features/12NestedFolders/ChildFolder/index.html +++ b/docs/Output/Html/Features/12NestedFolders/ChildFolder/index.html @@ -259,8 +259,8 @@

Child Folder

diff --git a/docs/Output/Html/Features/14MarkdownExample/MarkdownExamples.html b/docs/Output/Html/Features/14MarkdownExample/MarkdownExamples.html index ba0d9f487..dea37fdc8 100644 --- a/docs/Output/Html/Features/14MarkdownExample/MarkdownExamples.html +++ b/docs/Output/Html/Features/14MarkdownExample/MarkdownExamples.html @@ -398,8 +398,8 @@

Examples:

diff --git a/docs/Output/Html/Features/14MarkdownExample/index.html b/docs/Output/Html/Features/14MarkdownExample/index.html index 205a941b8..8752f5ebe 100644 --- a/docs/Output/Html/Features/14MarkdownExample/index.html +++ b/docs/Output/Html/Features/14MarkdownExample/index.html @@ -301,8 +301,8 @@

14 Markdown Example

diff --git a/docs/Output/Html/Features/15Pickles/InteractiveDHTMLView.html b/docs/Output/Html/Features/15Pickles/InteractiveDHTMLView.html index 84218ed32..447d7dae4 100644 --- a/docs/Output/Html/Features/15Pickles/InteractiveDHTMLView.html +++ b/docs/Output/Html/Features/15Pickles/InteractiveDHTMLView.html @@ -284,8 +284,8 @@

Scenario with large data table

diff --git a/docs/Output/Html/Features/15Pickles/NotTestedAutomatedManualTags.html b/docs/Output/Html/Features/15Pickles/NotTestedAutomatedManualTags.html index 4f08ce0ce..f51520d45 100644 --- a/docs/Output/Html/Features/15Pickles/NotTestedAutomatedManualTags.html +++ b/docs/Output/Html/Features/15Pickles/NotTestedAutomatedManualTags.html @@ -323,8 +323,8 @@

Verified automatically

diff --git a/docs/Output/Html/Features/15Pickles/index.html b/docs/Output/Html/Features/15Pickles/index.html index c82ef1bdd..873cda183 100644 --- a/docs/Output/Html/Features/15Pickles/index.html +++ b/docs/Output/Html/Features/15Pickles/index.html @@ -280,8 +280,8 @@

15 Pickles

diff --git a/docs/Output/Html/Features/Arithmetic.html b/docs/Output/Html/Features/Arithmetic.html index 7ea9d57bf..01239d43c 100644 --- a/docs/Output/Html/Features/Arithmetic.html +++ b/docs/Output/Html/Features/Arithmetic.html @@ -355,8 +355,8 @@

Divide two numbers

diff --git a/docs/Output/Html/Features/Trigonometry.html b/docs/Output/Html/Features/Trigonometry.html index c657e3803..42fe19893 100644 --- a/docs/Output/Html/Features/Trigonometry.html +++ b/docs/Output/Html/Features/Trigonometry.html @@ -322,8 +322,8 @@

Tangent

diff --git a/docs/Output/Html/Features/Workflow/ClearingScreen.html b/docs/Output/Html/Features/Workflow/ClearingScreen.html index d1d7c369f..0b5ac0cae 100644 --- a/docs/Output/Html/Features/Workflow/ClearingScreen.html +++ b/docs/Output/Html/Features/Workflow/ClearingScreen.html @@ -286,8 +286,8 @@

Clear the screen

diff --git a/docs/Output/Html/Features/Workflow/index.html b/docs/Output/Html/Features/Workflow/index.html index 08418f2c6..f724d23d9 100644 --- a/docs/Output/Html/Features/Workflow/index.html +++ b/docs/Output/Html/Features/Workflow/index.html @@ -269,8 +269,8 @@

Workflow

diff --git a/docs/Output/Html/Features/index.html b/docs/Output/Html/Features/index.html index 8aafdfc7e..7ed7be84e 100644 --- a/docs/Output/Html/Features/index.html +++ b/docs/Output/Html/Features/index.html @@ -281,8 +281,8 @@

Features

diff --git a/docs/Output/Html/img/failure.png b/docs/Output/Html/img/failure.png index 03db140b9..71c35403b 100644 Binary files a/docs/Output/Html/img/failure.png and b/docs/Output/Html/img/failure.png differ diff --git a/docs/Output/Html/img/inconclusive.png b/docs/Output/Html/img/inconclusive.png index 6bcceb509..677add9ae 100644 Binary files a/docs/Output/Html/img/inconclusive.png and b/docs/Output/Html/img/inconclusive.png differ diff --git a/docs/Output/Html/img/success.png b/docs/Output/Html/img/success.png index 6b888627e..b7292d7e1 100644 Binary files a/docs/Output/Html/img/success.png and b/docs/Output/Html/img/success.png differ diff --git a/docs/Output/Html/index.html b/docs/Output/Html/index.html index f5a3f69f4..bbee62e84 100644 --- a/docs/Output/Html/index.html +++ b/docs/Output/Html/index.html @@ -259,8 +259,8 @@

Examples

- If you prefer to download the .zip files, you can so from the Github release page. + If you prefer to download the .zip files, you can so from the Github release page.