@serenity-js/cucumber 3.0.0-rc.8 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +80 -2002
- package/README.md +8 -10
- package/lib/adapter/CucumberCLIAdapter.d.ts +52 -0
- package/lib/adapter/CucumberCLIAdapter.d.ts.map +1 -0
- package/lib/adapter/CucumberCLIAdapter.js +219 -0
- package/lib/adapter/CucumberCLIAdapter.js.map +1 -0
- package/lib/adapter/CucumberConfig.d.ts +247 -0
- package/lib/adapter/CucumberConfig.d.ts.map +1 -0
- package/lib/adapter/CucumberConfig.js.map +1 -0
- package/lib/adapter/CucumberFormat.d.ts +26 -0
- package/lib/adapter/CucumberFormat.d.ts.map +1 -0
- package/lib/{cli → adapter}/CucumberFormat.js +10 -7
- package/lib/adapter/CucumberFormat.js.map +1 -0
- package/lib/{cli → adapter}/CucumberOptions.d.ts +4 -0
- package/lib/adapter/CucumberOptions.d.ts.map +1 -0
- package/lib/{cli → adapter}/CucumberOptions.js +34 -0
- package/lib/adapter/CucumberOptions.js.map +1 -0
- package/lib/{cli → adapter}/index.d.ts +1 -0
- package/lib/adapter/index.d.ts.map +1 -0
- package/lib/{cli → adapter}/index.js +5 -1
- package/lib/adapter/index.js.map +1 -0
- package/lib/{cli → adapter}/output/OutputDescriptor.d.ts +2 -1
- package/lib/adapter/output/OutputDescriptor.d.ts.map +1 -0
- package/lib/adapter/output/OutputDescriptor.js.map +1 -0
- package/lib/{cli → adapter}/output/SerenityFormatterOutput.d.ts +2 -1
- package/lib/adapter/output/SerenityFormatterOutput.d.ts.map +1 -0
- package/lib/adapter/output/SerenityFormatterOutput.js.map +1 -0
- package/lib/{cli → adapter}/output/StandardOutput.d.ts +2 -1
- package/lib/adapter/output/StandardOutput.d.ts.map +1 -0
- package/lib/{cli → adapter}/output/StandardOutput.js +1 -1
- package/lib/adapter/output/StandardOutput.js.map +1 -0
- package/lib/{cli → adapter}/output/StandardOutputDescriptor.d.ts +2 -1
- package/lib/adapter/output/StandardOutputDescriptor.d.ts.map +1 -0
- package/lib/{cli → adapter}/output/StandardOutputDescriptor.js +1 -1
- package/lib/adapter/output/StandardOutputDescriptor.js.map +1 -0
- package/lib/{cli → adapter}/output/TempFileOutput.d.ts +2 -1
- package/lib/adapter/output/TempFileOutput.d.ts.map +1 -0
- package/lib/{cli → adapter}/output/TempFileOutput.js +1 -1
- package/lib/adapter/output/TempFileOutput.js.map +1 -0
- package/lib/adapter/output/TempFileOutputDescriptor.d.ts +17 -0
- package/lib/adapter/output/TempFileOutputDescriptor.d.ts.map +1 -0
- package/lib/adapter/output/TempFileOutputDescriptor.js +24 -0
- package/lib/adapter/output/TempFileOutputDescriptor.js.map +1 -0
- package/lib/{cli → adapter}/output/index.d.ts +1 -0
- package/lib/adapter/output/index.d.ts.map +1 -0
- package/lib/{cli → adapter}/output/index.js +5 -1
- package/lib/adapter/output/index.js.map +1 -0
- package/lib/errors/AmbiguousStepDefinitionError.d.ts +3 -5
- package/lib/errors/AmbiguousStepDefinitionError.d.ts.map +1 -0
- package/lib/errors/AmbiguousStepDefinitionError.js +2 -5
- package/lib/errors/AmbiguousStepDefinitionError.js.map +1 -1
- package/lib/errors/index.d.ts +1 -0
- package/lib/errors/index.d.ts.map +1 -0
- package/lib/errors/index.js +5 -1
- package/lib/errors/index.js.map +1 -1
- package/lib/index.d.ts +7 -2
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +7 -2
- package/lib/index.js.map +1 -1
- package/lib/listeners/legacy/CucumberEventProtocolAdapter.d.ts +2 -1
- package/lib/listeners/legacy/CucumberEventProtocolAdapter.d.ts.map +1 -0
- package/lib/listeners/legacy/CucumberEventProtocolAdapter.js +18 -10
- package/lib/listeners/legacy/CucumberEventProtocolAdapter.js.map +1 -1
- package/lib/listeners/legacy/CucumberFormatterOptions.d.ts +1 -0
- package/lib/listeners/legacy/CucumberFormatterOptions.d.ts.map +1 -0
- package/lib/listeners/legacy/Dependencies.d.ts +1 -0
- package/lib/listeners/legacy/Dependencies.d.ts.map +1 -0
- package/lib/listeners/legacy/cucumber-0.d.ts +1 -0
- package/lib/listeners/legacy/cucumber-0.d.ts.map +1 -0
- package/lib/listeners/legacy/cucumber-0.js +10 -6
- package/lib/listeners/legacy/cucumber-0.js.map +1 -1
- package/lib/listeners/legacy/cucumber-1.d.ts +1 -0
- package/lib/listeners/legacy/cucumber-1.d.ts.map +1 -0
- package/lib/listeners/legacy/cucumber-2.d.ts +1 -0
- package/lib/listeners/legacy/cucumber-2.d.ts.map +1 -0
- package/lib/listeners/legacy/cucumber-3.d.ts +2 -1
- package/lib/listeners/legacy/cucumber-3.d.ts.map +1 -0
- package/lib/listeners/legacy/cucumber-3.js +12 -7
- package/lib/listeners/legacy/cucumber-3.js.map +1 -1
- package/lib/listeners/legacy/cucumber-4.d.ts +2 -1
- package/lib/listeners/legacy/cucumber-4.d.ts.map +1 -0
- package/lib/listeners/legacy/cucumber-4.js +12 -7
- package/lib/listeners/legacy/cucumber-4.js.map +1 -1
- package/lib/listeners/legacy/cucumber-5.d.ts +1 -0
- package/lib/listeners/legacy/cucumber-5.d.ts.map +1 -0
- package/lib/listeners/legacy/cucumber-6.d.ts +1 -0
- package/lib/listeners/legacy/cucumber-6.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/constructables.d.ts +2 -1
- package/lib/listeners/legacy/gherkin/constructables.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/Cache.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/Cache.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/FeatureFileLoader.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/FeatureFileLoader.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/FeatureFileMap.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/FeatureFileMap.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/FeatureFileMapper.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/FeatureFileMapper.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/FeatureFileMapper.js +1 -2
- package/lib/listeners/legacy/gherkin/feature-files/FeatureFileMapper.js.map +1 -1
- package/lib/listeners/legacy/gherkin/feature-files/FeatureFileParser.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/FeatureFileParser.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/FeatureFileParser.js +24 -1
- package/lib/listeners/legacy/gherkin/feature-files/FeatureFileParser.js.map +1 -1
- package/lib/listeners/legacy/gherkin/feature-files/errors/ItemNotFoundError.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/errors/ItemNotFoundError.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/errors/UnableToParseFeatureFileError.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/errors/UnableToParseFeatureFileError.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/errors/UnableToReadFeatureFileError.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/errors/UnableToReadFeatureFileError.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/errors/UnableToRetrieveFeatureFileMap.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/errors/UnableToRetrieveFeatureFileMap.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/errors/index.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/errors/index.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/errors/index.js +5 -1
- package/lib/listeners/legacy/gherkin/feature-files/errors/index.js.map +1 -1
- package/lib/listeners/legacy/gherkin/feature-files/index.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/index.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/feature-files/index.js +5 -1
- package/lib/listeners/legacy/gherkin/feature-files/index.js.map +1 -1
- package/lib/listeners/legacy/gherkin/index.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/index.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/index.js +5 -1
- package/lib/listeners/legacy/gherkin/index.js.map +1 -1
- package/lib/listeners/legacy/gherkin/model/Background.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/model/Background.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/model/Feature.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/model/Feature.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/model/FeatureFileNode.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/model/FeatureFileNode.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/model/Hook.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/model/Hook.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/model/Scenario.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/model/Scenario.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/model/ScenarioOutline.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/model/ScenarioOutline.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/model/Step.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/model/Step.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/model/index.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/model/index.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/model/index.js +5 -1
- package/lib/listeners/legacy/gherkin/model/index.js.map +1 -1
- package/lib/listeners/legacy/gherkin/nodes/ASTNode.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/ASTNode.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Background.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Background.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Comment.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Comment.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/DataTable.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/DataTable.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/DocString.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/DocString.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Examples.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Examples.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Feature.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Feature.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/GherkinDocument.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/GherkinDocument.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Location.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Location.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Scenario.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Scenario.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/ScenarioDefinition.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/ScenarioDefinition.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/ScenarioOutline.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/ScenarioOutline.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Step.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Step.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/StepArgument.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/StepArgument.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/TableCell.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/TableCell.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/TableRow.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/TableRow.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Tag.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/Tag.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/index.d.ts +1 -0
- package/lib/listeners/legacy/gherkin/nodes/index.d.ts.map +1 -0
- package/lib/listeners/legacy/gherkin/nodes/index.js +5 -1
- package/lib/listeners/legacy/gherkin/nodes/index.js.map +1 -1
- package/lib/listeners/legacy/index.d.ts +4 -5
- package/lib/listeners/legacy/index.d.ts.map +1 -0
- package/lib/listeners/legacy/index.js +5 -7
- package/lib/listeners/legacy/index.js.map +1 -1
- package/lib/listeners/legacy/notifier/Notifier.d.ts +3 -3
- package/lib/listeners/legacy/notifier/Notifier.d.ts.map +1 -0
- package/lib/listeners/legacy/notifier/Notifier.js +10 -12
- package/lib/listeners/legacy/notifier/Notifier.js.map +1 -1
- package/lib/listeners/legacy/notifier/ResultMapper.d.ts +4 -0
- package/lib/listeners/legacy/notifier/ResultMapper.d.ts.map +1 -0
- package/lib/listeners/legacy/notifier/ResultMapper.js +14 -3
- package/lib/listeners/legacy/notifier/ResultMapper.js.map +1 -1
- package/lib/listeners/legacy/notifier/index.d.ts +1 -0
- package/lib/listeners/legacy/notifier/index.d.ts.map +1 -0
- package/lib/listeners/legacy/notifier/index.js +5 -1
- package/lib/listeners/legacy/notifier/index.js.map +1 -1
- package/lib/listeners/messages/CucumberMessagesListener.d.ts +1 -0
- package/lib/listeners/messages/CucumberMessagesListener.d.ts.map +1 -0
- package/lib/listeners/messages/CucumberMessagesListener.js +14 -6
- package/lib/listeners/messages/CucumberMessagesListener.js.map +1 -1
- package/lib/listeners/messages/index.d.ts +3 -3
- package/lib/listeners/messages/index.d.ts.map +1 -0
- package/lib/listeners/messages/index.js +2 -3
- package/lib/listeners/messages/index.js.map +1 -1
- package/lib/listeners/messages/parser/CucumberMessagesParser.d.ts +2 -5
- package/lib/listeners/messages/parser/CucumberMessagesParser.d.ts.map +1 -0
- package/lib/listeners/messages/parser/CucumberMessagesParser.js +14 -15
- package/lib/listeners/messages/parser/CucumberMessagesParser.js.map +1 -1
- package/lib/listeners/messages/parser/TestStepFormatter.d.ts +1 -0
- package/lib/listeners/messages/parser/TestStepFormatter.d.ts.map +1 -0
- package/lib/listeners/messages/parser/TestStepFormatter.js +5 -1
- package/lib/listeners/messages/parser/TestStepFormatter.js.map +1 -1
- package/lib/listeners/messages/parser/types/ExtractedScenario.d.ts +1 -0
- package/lib/listeners/messages/parser/types/ExtractedScenario.d.ts.map +1 -0
- package/lib/listeners/messages/parser/types/ExtractedScenarioOutline.d.ts +1 -0
- package/lib/listeners/messages/parser/types/ExtractedScenarioOutline.d.ts.map +1 -0
- package/lib/listeners/messages/parser/types/index.d.ts +1 -0
- package/lib/listeners/messages/parser/types/index.d.ts.map +1 -0
- package/lib/listeners/messages/parser/types/index.js +5 -1
- package/lib/listeners/messages/parser/types/index.js.map +1 -1
- package/lib/listeners/messages/types/cucumber.d.ts +7 -4
- package/lib/listeners/messages/types/cucumber.d.ts.map +1 -0
- package/package.json +22 -46
- package/src/{cli → adapter}/CucumberCLIAdapter.ts +86 -35
- package/src/adapter/CucumberConfig.ts +264 -0
- package/src/{cli → adapter}/CucumberFormat.ts +11 -8
- package/src/{cli → adapter}/CucumberOptions.ts +40 -0
- package/src/{cli → adapter}/output/OutputDescriptor.ts +1 -1
- package/src/{cli → adapter}/output/SerenityFormatterOutput.ts +1 -1
- package/src/{cli → adapter}/output/StandardOutput.ts +1 -1
- package/src/{cli → adapter}/output/StandardOutputDescriptor.ts +1 -1
- package/src/{cli → adapter}/output/TempFileOutput.ts +1 -1
- package/src/{cli → adapter}/output/TempFileOutputDescriptor.ts +4 -7
- package/src/errors/AmbiguousStepDefinitionError.ts +2 -5
- package/src/index.ts +7 -1
- package/src/listeners/legacy/CucumberEventProtocolAdapter.ts +21 -13
- package/src/listeners/legacy/cucumber-0.ts +13 -6
- package/src/listeners/legacy/cucumber-3.ts +13 -12
- package/src/listeners/legacy/cucumber-4.ts +13 -12
- package/src/listeners/legacy/gherkin/feature-files/FeatureFileMapper.ts +1 -6
- package/src/listeners/legacy/index.ts +5 -8
- package/src/listeners/legacy/notifier/Notifier.ts +15 -15
- package/src/listeners/legacy/notifier/ResultMapper.ts +20 -6
- package/src/listeners/messages/CucumberMessagesListener.ts +20 -9
- package/src/listeners/messages/index.ts +2 -3
- package/src/listeners/messages/parser/CucumberMessagesParser.ts +27 -29
- package/src/listeners/messages/parser/TestStepFormatter.ts +5 -1
- package/src/listeners/messages/types/cucumber.ts +6 -4
- package/tsconfig.build.json +10 -0
- package/lib/cli/CucumberCLIAdapter.d.ts +0 -65
- package/lib/cli/CucumberCLIAdapter.js +0 -158
- package/lib/cli/CucumberCLIAdapter.js.map +0 -1
- package/lib/cli/CucumberConfig.d.ts +0 -181
- package/lib/cli/CucumberConfig.js.map +0 -1
- package/lib/cli/CucumberFormat.d.ts +0 -22
- package/lib/cli/CucumberFormat.js.map +0 -1
- package/lib/cli/CucumberOptions.js.map +0 -1
- package/lib/cli/index.js.map +0 -1
- package/lib/cli/output/OutputDescriptor.js.map +0 -1
- package/lib/cli/output/SerenityFormatterOutput.js.map +0 -1
- package/lib/cli/output/StandardOutput.js.map +0 -1
- package/lib/cli/output/StandardOutputDescriptor.js.map +0 -1
- package/lib/cli/output/TempFileOutput.js.map +0 -1
- package/lib/cli/output/TempFileOutputDescriptor.d.ts +0 -19
- package/lib/cli/output/TempFileOutputDescriptor.js +0 -27
- package/lib/cli/output/TempFileOutputDescriptor.js.map +0 -1
- package/lib/cli/output/index.js.map +0 -1
- package/src/cli/CucumberConfig.ts +0 -194
- package/tsconfig.eslint.json +0 -10
- /package/lib/{cli → adapter}/CucumberConfig.js +0 -0
- /package/lib/{cli → adapter}/output/OutputDescriptor.js +0 -0
- /package/lib/{cli → adapter}/output/SerenityFormatterOutput.js +0 -0
- /package/src/{cli → adapter}/index.ts +0 -0
- /package/src/{cli → adapter}/output/index.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,157 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [3.0.0
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
# [3.0.0-rc.7](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.6...v3.0.0-rc.7) (2022-01-28)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Bug Fixes
|
|
18
|
-
|
|
19
|
-
* **cucumber:** SECURITY: removed overrides for colors.js since the issue has now been addressed ([481e327](https://github.com/serenity-js/serenity-js/commit/481e327cbe4e1655eac62d22b12807445f21ae1f)), closes [cucumber/cucumber-js#1885](https://github.com/cucumber/cucumber-js/issues/1885)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
# [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
# [3.0.0-rc.5](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.4...v3.0.0-rc.5) (2022-01-07)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
# [3.0.0-rc.4](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.3...v3.0.0-rc.4) (2021-12-30)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
# [3.0.0-rc.3](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.2...v3.0.0-rc.3) (2021-12-29)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### Bug Fixes
|
|
41
|
-
|
|
42
|
-
* **deps:** updated tiny-types to 1.17.0 ([3187051](https://github.com/serenity-js/serenity-js/commit/3187051594158b4b450c82e851e417fd2ed21652))
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
# [3.0.0-rc.2](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2021-12-09)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
# [3.0.0-rc.1](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2021-12-09)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
# [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
### Bug Fixes
|
|
58
|
-
|
|
59
|
-
* **core:** 3.0 RC ([469d54e](https://github.com/serenity-js/serenity-js/commit/469d54e4f81ef430566b93852e3174826f8ef672)), closes [#805](https://github.com/serenity-js/serenity-js/issues/805)
|
|
60
|
-
* **cucumber:** support for recognising non-Serenity AssertionErrors in older version of Cucumber ([31e9e99](https://github.com/serenity-js/serenity-js/commit/31e9e9919c2fd1e87b3f4405d9b2a6ae0164e893))
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
### BREAKING CHANGES
|
|
64
|
-
|
|
65
|
-
* **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
|
|
66
|
-
modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
# [3.0.0-rc.5](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.4...v3.0.0-rc.5) (2022-01-07)
|
|
73
|
-
|
|
74
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
# [3.0.0-rc.4](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.3...v3.0.0-rc.4) (2021-12-30)
|
|
81
|
-
|
|
82
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
# [3.0.0-rc.3](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.2...v3.0.0-rc.3) (2021-12-29)
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
### Bug Fixes
|
|
92
|
-
|
|
93
|
-
* **deps:** updated tiny-types to 1.17.0 ([3187051](https://github.com/serenity-js/serenity-js/commit/3187051594158b4b450c82e851e417fd2ed21652))
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
# [3.0.0-rc.2](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2021-12-09)
|
|
100
|
-
|
|
101
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
# [3.0.0-rc.1](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2021-12-09)
|
|
108
|
-
|
|
109
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
# [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Bug Fixes
|
|
119
|
-
|
|
120
|
-
* **core:** 3.0 RC ([469d54e](https://github.com/serenity-js/serenity-js/commit/469d54e4f81ef430566b93852e3174826f8ef672)), closes [#805](https://github.com/serenity-js/serenity-js/issues/805)
|
|
121
|
-
* **cucumber:** support for recognising non-Serenity AssertionErrors in older version of Cucumber ([31e9e99](https://github.com/serenity-js/serenity-js/commit/31e9e9919c2fd1e87b3f4405d9b2a6ae0164e893))
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
### BREAKING CHANGES
|
|
125
|
-
|
|
126
|
-
* **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
|
|
127
|
-
modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
## [2.32.7](https://github.com/serenity-js/serenity-js/compare/v2.32.6...v2.32.7) (2022-01-10)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
### Bug Fixes
|
|
137
|
-
|
|
138
|
-
* **cucumber:** updated Cucumber to 7.3.2 to address Marak/colors.js[#285](https://github.com/serenity-js/serenity-js/issues/285) ([b9896ce](https://github.com/serenity-js/serenity-js/commit/b9896cedbcaf07c05f179007f61d2d4dd86c8a9f)), closes [cucumber/cucumber-js#1885](https://github.com/cucumber/cucumber-js/issues/1885)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
## [2.32.6](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v2.32.6) (2022-01-10)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### Bug Fixes
|
|
148
|
-
|
|
149
|
-
* **cucumber:** updated cli-table3 to avoid potential issue with (optional) colors.js ([e91adb4](https://github.com/serenity-js/serenity-js/commit/e91adb44952afc8d12c436de6fc4652424a0ae4c)), closes [cli-table/cli-table3#251](https://github.com/cli-table/cli-table3/issues/251) [Marak/colors.js#285](https://github.com/Marak/colors.js/issues/285) [/github.com/Marak/colors.js/issues/285#issuecomment-1008212640](https://github.com//github.com/Marak/colors.js/issues/285/issues/issuecomment-1008212640)
|
|
150
|
-
* **security:** removed colors > 1.4.0 from Serenity/JS monorepo ([7b69037](https://github.com/serenity-js/serenity-js/commit/7b69037ee8c29b66aec5d269d0162902d44450ab)), closes [cucumber/cucumber-js#1885](https://github.com/cucumber/cucumber-js/issues/1885)
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
## [2.32.5](https://github.com/serenity-js/serenity-js/compare/v2.32.4...v2.32.5) (2021-12-08)
|
|
6
|
+
# [3.0.0](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.45...v3.0.0) (2023-03-23)
|
|
157
7
|
|
|
158
8
|
**Note:** Version bump only for package @serenity-js/cucumber
|
|
159
9
|
|
|
@@ -161,7 +11,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
161
11
|
|
|
162
12
|
|
|
163
13
|
|
|
164
|
-
|
|
14
|
+
# [3.0.0-rc.45](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.44...v3.0.0-rc.45) (2023-03-22)
|
|
165
15
|
|
|
166
16
|
**Note:** Version bump only for package @serenity-js/cucumber
|
|
167
17
|
|
|
@@ -169,18 +19,20 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
169
19
|
|
|
170
20
|
|
|
171
21
|
|
|
172
|
-
|
|
22
|
+
# [3.0.0-rc.44](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.43...v3.0.0-rc.44) (2023-03-19)
|
|
173
23
|
|
|
174
24
|
|
|
175
25
|
### Bug Fixes
|
|
176
26
|
|
|
177
|
-
* **core:**
|
|
27
|
+
* **core:** moved time-related code to a common package ([f29fedc](https://github.com/serenity-js/serenity-js/commit/f29fedc0e67d0db942b247aed53a243868a5f6dd)), closes [#1522](https://github.com/serenity-js/serenity-js/issues/1522)
|
|
28
|
+
* **core:** support for NPM 9 ([0493474](https://github.com/serenity-js/serenity-js/commit/0493474a1e28b86b1b60f69ec0d591c1a3265425))
|
|
29
|
+
* **deps:** update dependency tiny-types to ^1.19.1 ([ce335eb](https://github.com/serenity-js/serenity-js/commit/ce335ebca434d1fd0e6e809a65a0882fd10a311a))
|
|
178
30
|
|
|
179
31
|
|
|
180
32
|
|
|
181
33
|
|
|
182
34
|
|
|
183
|
-
|
|
35
|
+
# [3.0.0-rc.43](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.42...v3.0.0-rc.43) (2023-03-10)
|
|
184
36
|
|
|
185
37
|
**Note:** Version bump only for package @serenity-js/cucumber
|
|
186
38
|
|
|
@@ -188,46 +40,30 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
188
40
|
|
|
189
41
|
|
|
190
42
|
|
|
191
|
-
|
|
43
|
+
# [3.0.0-rc.42](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.41...v3.0.0-rc.42) (2023-02-12)
|
|
192
44
|
|
|
193
45
|
|
|
194
46
|
### Bug Fixes
|
|
195
47
|
|
|
196
|
-
* **
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
# [2.32.0](https://github.com/serenity-js/serenity-js/compare/v2.31.1...v2.32.0) (2021-09-08)
|
|
203
|
-
|
|
204
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
48
|
+
* **core:** event TestRunFinished now incidates the Outcome of the test suite ([a941056](https://github.com/serenity-js/serenity-js/commit/a9410566891e543101b935a80db9c7daea0c9944)), closes [#1495](https://github.com/serenity-js/serenity-js/issues/1495)
|
|
209
49
|
|
|
210
|
-
## [2.31.1](https://github.com/serenity-js/serenity-js/compare/v2.31.0...v2.31.1) (2021-08-27)
|
|
211
50
|
|
|
212
51
|
|
|
213
|
-
### Bug Fixes
|
|
214
|
-
|
|
215
|
-
* **cucumber:** don't pass the "rerun" file to Cucumber if it doesn't exist ([b08eca2](https://github.com/serenity-js/serenity-js/commit/b08eca2b849194835385d0966b0f4a9895fe1d24)), closes [#971](https://github.com/serenity-js/serenity-js/issues/971) [protractor-cucumber-framework/protractor-cucumber-framework#219](https://github.com/protractor-cucumber-framework/protractor-cucumber-framework/issues/219)
|
|
216
|
-
* **cucumber:** fixed duplicate "rerun" param passed to Cucumber ([8d93788](https://github.com/serenity-js/serenity-js/commit/8d937885ce1f230c41cb3b40c0e7026c859cbad6)), closes [#971](https://github.com/serenity-js/serenity-js/issues/971)
|
|
217
52
|
|
|
218
53
|
|
|
54
|
+
# [3.0.0-rc.41](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.40...v3.0.0-rc.41) (2023-02-07)
|
|
219
55
|
|
|
220
56
|
|
|
57
|
+
### Features
|
|
221
58
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
59
|
+
* **core:** better assertion errors reporting in Visual Studio Code ([3b94b7d](https://github.com/serenity-js/serenity-js/commit/3b94b7d606fae49e7ca77c2fbe09d07eeb042ea9)), closes [#1486](https://github.com/serenity-js/serenity-js/issues/1486)
|
|
60
|
+
* **core:** new ability to RaiseErrors ([4617d39](https://github.com/serenity-js/serenity-js/commit/4617d39a7b0d72381834abe27ff4393cbc79d0f5)), closes [#1102](https://github.com/serenity-js/serenity-js/issues/1102)
|
|
225
61
|
|
|
226
62
|
|
|
227
63
|
|
|
228
64
|
|
|
229
65
|
|
|
230
|
-
|
|
66
|
+
# [3.0.0-rc.40](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.39...v3.0.0-rc.40) (2023-01-06)
|
|
231
67
|
|
|
232
68
|
**Note:** Version bump only for package @serenity-js/cucumber
|
|
233
69
|
|
|
@@ -235,7 +71,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
235
71
|
|
|
236
72
|
|
|
237
73
|
|
|
238
|
-
|
|
74
|
+
# [3.0.0-rc.39](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.38...v3.0.0-rc.39) (2023-01-05)
|
|
239
75
|
|
|
240
76
|
**Note:** Version bump only for package @serenity-js/cucumber
|
|
241
77
|
|
|
@@ -243,7 +79,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
243
79
|
|
|
244
80
|
|
|
245
81
|
|
|
246
|
-
|
|
82
|
+
# [3.0.0-rc.38](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.37...v3.0.0-rc.38) (2022-12-28)
|
|
247
83
|
|
|
248
84
|
**Note:** Version bump only for package @serenity-js/cucumber
|
|
249
85
|
|
|
@@ -251,37 +87,29 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
251
87
|
|
|
252
88
|
|
|
253
89
|
|
|
254
|
-
# [
|
|
90
|
+
# [3.0.0-rc.37](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.36...v3.0.0-rc.37) (2022-12-18)
|
|
255
91
|
|
|
256
92
|
|
|
257
93
|
### Features
|
|
258
94
|
|
|
259
|
-
* **
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
## [2.29.9](https://github.com/serenity-js/serenity-js/compare/v2.29.8...v2.29.9) (2021-08-03)
|
|
266
|
-
|
|
267
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
95
|
+
* **cucumber:** support reporting named hooks ([426f68d](https://github.com/serenity-js/serenity-js/commit/426f68ded6b9b10c08ee3ed5668754e1c6dac298)), closes [#1416](https://github.com/serenity-js/serenity-js/issues/1416)
|
|
268
96
|
|
|
269
97
|
|
|
270
98
|
|
|
271
99
|
|
|
272
100
|
|
|
273
|
-
|
|
101
|
+
# [3.0.0-rc.36](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.35...v3.0.0-rc.36) (2022-11-28)
|
|
274
102
|
|
|
275
103
|
|
|
276
|
-
###
|
|
104
|
+
### Features
|
|
277
105
|
|
|
278
|
-
* **
|
|
106
|
+
* **cucumber:** support for Cucumber 8.9.0 ([67dcc71](https://github.com/serenity-js/serenity-js/commit/67dcc711549eee1d75d9cac1e4a3e4c7b4165080))
|
|
279
107
|
|
|
280
108
|
|
|
281
109
|
|
|
282
110
|
|
|
283
111
|
|
|
284
|
-
|
|
112
|
+
# [3.0.0-rc.35](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.34...v3.0.0-rc.35) (2022-11-25)
|
|
285
113
|
|
|
286
114
|
**Note:** Version bump only for package @serenity-js/cucumber
|
|
287
115
|
|
|
@@ -289,7 +117,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
289
117
|
|
|
290
118
|
|
|
291
119
|
|
|
292
|
-
|
|
120
|
+
# [3.0.0-rc.34](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.33...v3.0.0-rc.34) (2022-11-21)
|
|
293
121
|
|
|
294
122
|
**Note:** Version bump only for package @serenity-js/cucumber
|
|
295
123
|
|
|
@@ -297,7 +125,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
297
125
|
|
|
298
126
|
|
|
299
127
|
|
|
300
|
-
|
|
128
|
+
# [3.0.0-rc.33](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.32...v3.0.0-rc.33) (2022-11-07)
|
|
301
129
|
|
|
302
130
|
**Note:** Version bump only for package @serenity-js/cucumber
|
|
303
131
|
|
|
@@ -305,37 +133,29 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
305
133
|
|
|
306
134
|
|
|
307
135
|
|
|
308
|
-
|
|
136
|
+
# [3.0.0-rc.32](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.31...v3.0.0-rc.32) (2022-10-12)
|
|
309
137
|
|
|
310
138
|
|
|
311
139
|
### Bug Fixes
|
|
312
140
|
|
|
313
|
-
* **
|
|
141
|
+
* **cucumber:** refactored Cucumber event emitters to simplify the implementation ([b7a5d25](https://github.com/serenity-js/serenity-js/commit/b7a5d25a4cd37e00204064bb9c263b169be98a78))
|
|
314
142
|
|
|
315
143
|
|
|
316
144
|
|
|
317
145
|
|
|
318
146
|
|
|
319
|
-
|
|
147
|
+
# [3.0.0-rc.31](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.30...v3.0.0-rc.31) (2022-10-07)
|
|
320
148
|
|
|
321
149
|
|
|
322
150
|
### Bug Fixes
|
|
323
151
|
|
|
324
|
-
* **deps:** update dependency
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
## [2.29.1](https://github.com/serenity-js/serenity-js/compare/v2.29.0...v2.29.1) (2021-06-08)
|
|
331
|
-
|
|
332
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
152
|
+
* **deps:** update dependency cli-table3 to ^0.6.3 ([062b991](https://github.com/serenity-js/serenity-js/commit/062b99158b1c73d955fbcd0e9b538ecc72ee72fb))
|
|
333
153
|
|
|
334
154
|
|
|
335
155
|
|
|
336
156
|
|
|
337
157
|
|
|
338
|
-
# [
|
|
158
|
+
# [3.0.0-rc.30](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.29...v3.0.0-rc.30) (2022-10-05)
|
|
339
159
|
|
|
340
160
|
**Note:** Version bump only for package @serenity-js/cucumber
|
|
341
161
|
|
|
@@ -343,7 +163,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
343
163
|
|
|
344
164
|
|
|
345
165
|
|
|
346
|
-
|
|
166
|
+
# [3.0.0-rc.29](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.28...v3.0.0-rc.29) (2022-10-01)
|
|
347
167
|
|
|
348
168
|
**Note:** Version bump only for package @serenity-js/cucumber
|
|
349
169
|
|
|
@@ -351,72 +171,35 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
351
171
|
|
|
352
172
|
|
|
353
173
|
|
|
354
|
-
# [
|
|
174
|
+
# [3.0.0-rc.28](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.27...v3.0.0-rc.28) (2022-09-30)
|
|
355
175
|
|
|
356
176
|
|
|
357
177
|
### Bug Fixes
|
|
358
178
|
|
|
359
|
-
* **
|
|
179
|
+
* **core:** activity is now able to detect invocation location on Node 14 ([41f4776](https://github.com/serenity-js/serenity-js/commit/41f4776736620bc32d474d9b66f69c742f8eca96)), closes [#1240](https://github.com/serenity-js/serenity-js/issues/1240)
|
|
180
|
+
* **core:** simplified SceneFinishes event ([9ad947a](https://github.com/serenity-js/serenity-js/commit/9ad947adc49cefd9b64f48b02bc173f073f545c4)), closes [#1240](https://github.com/serenity-js/serenity-js/issues/1240)
|
|
360
181
|
|
|
361
182
|
|
|
362
183
|
### Features
|
|
363
184
|
|
|
364
|
-
* **
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
## [2.27.1](https://github.com/serenity-js/serenity-js/compare/v2.27.0...v2.27.1) (2021-05-04)
|
|
371
|
-
|
|
372
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
# [2.27.0](https://github.com/serenity-js/serenity-js/compare/v2.26.2...v2.27.0) (2021-05-03)
|
|
379
|
-
|
|
380
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
381
|
-
|
|
185
|
+
* **playwright-test:** improved Playwright Test reports ([6c6b537](https://github.com/serenity-js/serenity-js/commit/6c6b5379dfc324a4fb75d758daa7782109f1c5ab)), closes [#1240](https://github.com/serenity-js/serenity-js/issues/1240)
|
|
382
186
|
|
|
383
187
|
|
|
384
188
|
|
|
385
189
|
|
|
386
|
-
## [2.26.2](https://github.com/serenity-js/serenity-js/compare/v2.26.1...v2.26.2) (2021-04-22)
|
|
387
190
|
|
|
388
|
-
|
|
389
|
-
### Bug Fixes
|
|
390
|
-
|
|
391
|
-
* **cucumber:** updated Cucumber to 7.2.1 ([ec1a765](https://github.com/serenity-js/serenity-js/commit/ec1a765dfaf1ed0b7e26756f209204d778aa3d11)), closes [cucumber/cucumber-js#1646](https://github.com/cucumber/cucumber-js/issues/1646)
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
## [2.26.1](https://github.com/serenity-js/serenity-js/compare/v2.26.0...v2.26.1) (2021-04-21)
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
### Bug Fixes
|
|
401
|
-
|
|
402
|
-
* **cucumber:** upgraded Cucumber to 7.1.0 ([ee4ba3d](https://github.com/serenity-js/serenity-js/commit/ee4ba3da46f8351961b486280e9830a08789d764)), closes [cucumber/cucumber-js#1646](https://github.com/cucumber/cucumber-js/issues/1646)
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
# [2.26.0](https://github.com/serenity-js/serenity-js/compare/v2.25.9...v2.26.0) (2021-04-15)
|
|
191
|
+
# [3.0.0-rc.27](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.26...v3.0.0-rc.27) (2022-08-26)
|
|
409
192
|
|
|
410
193
|
|
|
411
194
|
### Bug Fixes
|
|
412
195
|
|
|
413
|
-
* **
|
|
196
|
+
* **cucumber:** support for Cucumber 8.5.2 ([1e0763e](https://github.com/serenity-js/serenity-js/commit/1e0763edc803734dd3370dba45a5dc4ffef444f9))
|
|
414
197
|
|
|
415
198
|
|
|
416
199
|
|
|
417
200
|
|
|
418
201
|
|
|
419
|
-
|
|
202
|
+
# [3.0.0-rc.26](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.25...v3.0.0-rc.26) (2022-08-15)
|
|
420
203
|
|
|
421
204
|
**Note:** Version bump only for package @serenity-js/cucumber
|
|
422
205
|
|
|
@@ -424,1862 +207,157 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
424
207
|
|
|
425
208
|
|
|
426
209
|
|
|
427
|
-
|
|
210
|
+
# [3.0.0-rc.25](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.24...v3.0.0-rc.25) (2022-08-15)
|
|
428
211
|
|
|
429
212
|
|
|
430
213
|
### Bug Fixes
|
|
431
214
|
|
|
432
|
-
* **
|
|
215
|
+
* **core:** extracted common TypeScript configuration ([0108370](https://github.com/serenity-js/serenity-js/commit/0108370a6a7ebb4bcd71773482801d29f5660268))
|
|
216
|
+
* **deps:** updated TinyTypes to 1.19.0 ([f6d53e4](https://github.com/serenity-js/serenity-js/commit/f6d53e4dbbfcb81139bd888ac11441b6344e47f5))
|
|
433
217
|
|
|
434
218
|
|
|
435
219
|
|
|
436
220
|
|
|
437
221
|
|
|
438
|
-
|
|
222
|
+
# [3.0.0-rc.24](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.23...v3.0.0-rc.24) (2022-07-23)
|
|
439
223
|
|
|
440
224
|
|
|
441
225
|
### Bug Fixes
|
|
442
226
|
|
|
443
|
-
* **
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
## [2.25.6](https://github.com/serenity-js/serenity-js/compare/v2.25.5...v2.25.6) (2021-03-22)
|
|
450
|
-
|
|
451
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
452
|
-
|
|
453
|
-
|
|
227
|
+
* **cucumber:** updated @cucumber/messages ([9d970d0](https://github.com/serenity-js/serenity-js/commit/9d970d0bafb591ac2a901e6b56318b9c937c868c))
|
|
454
228
|
|
|
455
229
|
|
|
230
|
+
### Features
|
|
456
231
|
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
232
|
+
* **cucumber:** support for Cucumber v8 ([e0029e2](https://github.com/serenity-js/serenity-js/commit/e0029e22f94ef73e84530ff881567db87691dd81)), closes [#1216](https://github.com/serenity-js/serenity-js/issues/1216)
|
|
460
233
|
|
|
461
234
|
|
|
462
235
|
|
|
463
236
|
|
|
464
237
|
|
|
465
|
-
|
|
238
|
+
# [3.0.0-rc.23](https://github.com/serenity-js/serenity-js/compare/v2.33.10...v3.0.0-rc.23) (2022-07-19)
|
|
466
239
|
|
|
467
240
|
|
|
468
241
|
### Bug Fixes
|
|
469
242
|
|
|
470
|
-
* **
|
|
471
|
-
|
|
243
|
+
* **node:** support for Node 18 ([73212bc](https://github.com/serenity-js/serenity-js/commit/73212bc9deb1998d871b0720a6b437687b3ceddc)), closes [#1243](https://github.com/serenity-js/serenity-js/issues/1243)
|
|
472
244
|
|
|
473
245
|
|
|
474
246
|
|
|
247
|
+
# [3.0.0-rc.22](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.21...v3.0.0-rc.22) (2022-07-15)
|
|
475
248
|
|
|
476
|
-
## [2.25.3](https://github.com/serenity-js/serenity-js/compare/v2.25.2...v2.25.3) (2021-03-20)
|
|
477
|
-
|
|
478
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
479
249
|
|
|
480
250
|
|
|
251
|
+
# [3.0.0-rc.21](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.20...v3.0.0-rc.21) (2022-07-11)
|
|
481
252
|
|
|
482
253
|
|
|
483
254
|
|
|
484
|
-
|
|
255
|
+
# [3.0.0-rc.20](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.19...v3.0.0-rc.20) (2022-07-11)
|
|
485
256
|
|
|
486
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
487
257
|
|
|
488
258
|
|
|
259
|
+
# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)
|
|
489
260
|
|
|
490
261
|
|
|
491
262
|
|
|
492
|
-
|
|
263
|
+
# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)
|
|
493
264
|
|
|
494
265
|
|
|
495
266
|
### Bug Fixes
|
|
496
267
|
|
|
497
|
-
* **
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
268
|
+
* **deps:** updated tiny-types ([f1951cf](https://github.com/serenity-js/serenity-js/commit/f1951cf753df3807b5778d116f8e8bc3f24830a7))
|
|
269
|
+
* **deps:** updated tiny-types to 1.18.2 ([83a651c](https://github.com/serenity-js/serenity-js/commit/83a651c4c2f3f8dbaabcdacba94c720efdff45dd))
|
|
501
270
|
|
|
502
271
|
|
|
503
|
-
# [2.25.0](https://github.com/serenity-js/serenity-js/compare/v2.24.1...v2.25.0) (2021-03-15)
|
|
504
|
-
|
|
505
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
506
272
|
|
|
273
|
+
# [3.0.0-rc.17](https://github.com/serenity-js/serenity-js/compare/v2.33.8...v3.0.0-rc.17) (2022-06-02)
|
|
507
274
|
|
|
508
275
|
|
|
509
276
|
|
|
277
|
+
# [3.0.0-rc.16](https://github.com/serenity-js/serenity-js/compare/v2.33.6...v3.0.0-rc.16) (2022-04-15)
|
|
510
278
|
|
|
511
|
-
## [2.24.1](https://github.com/serenity-js/serenity-js/compare/v2.24.0...v2.24.1) (2021-02-28)
|
|
512
279
|
|
|
513
280
|
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
* **core:** corrected package.json to mention all the Node and NPM versions supported by Serenity/JS ([9fff39a](https://github.com/serenity-js/serenity-js/commit/9fff39a962ad6e75596e0c8e3f8534a67c20d001))
|
|
281
|
+
# [3.0.0-rc.15](https://github.com/serenity-js/serenity-js/compare/v2.33.5...v3.0.0-rc.15) (2022-04-10)
|
|
517
282
|
|
|
518
283
|
|
|
519
284
|
|
|
285
|
+
# [3.0.0-rc.14](https://github.com/serenity-js/serenity-js/compare/v2.33.3...v3.0.0-rc.14) (2022-03-28)
|
|
520
286
|
|
|
521
287
|
|
|
522
|
-
# [2.24.0](https://github.com/serenity-js/serenity-js/compare/v2.23.2...v2.24.0) (2021-02-26)
|
|
523
288
|
|
|
289
|
+
# [3.0.0-rc.13](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.12...v3.0.0-rc.13) (2022-03-02)
|
|
524
290
|
|
|
525
|
-
### Bug Fixes
|
|
526
291
|
|
|
527
|
-
* **cucumber:** corrected min version of Cucumber 3 peer dependency (3.2.2 => 3.2.1) ([77425c0](https://github.com/serenity-js/serenity-js/commit/77425c083dcb634da067c36583f0e5fa0e05b7aa))
|
|
528
292
|
|
|
293
|
+
# [3.0.0-rc.12](https://github.com/serenity-js/serenity-js/compare/v2.33.2...v3.0.0-rc.12) (2022-02-23)
|
|
529
294
|
|
|
530
|
-
### Features
|
|
531
295
|
|
|
532
|
-
* **cucumber:** support for `rerun` and better handling of empty tags ([4001da2](https://github.com/serenity-js/serenity-js/commit/4001da234cac5eab94fb93cb40ca457e9be2b4ab))
|
|
533
|
-
* **protractor:** suppport for Cucumber no-strict mode ([5d13bd5](https://github.com/serenity-js/serenity-js/commit/5d13bd5c7d582e04d801c92d71db42836305516b)), closes [protractor-cucumber-framework/protractor-cucumber-framework#181](https://github.com/protractor-cucumber-framework/protractor-cucumber-framework/issues/181)
|
|
534
296
|
|
|
297
|
+
# [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
|
|
535
298
|
|
|
536
299
|
|
|
537
300
|
|
|
301
|
+
# [3.0.0-rc.10](https://github.com/serenity-js/serenity-js/compare/v2.33.0...v3.0.0-rc.10) (2022-02-03)
|
|
538
302
|
|
|
539
|
-
## [2.23.2](https://github.com/serenity-js/serenity-js/compare/v2.23.1...v2.23.2) (2021-02-23)
|
|
540
303
|
|
|
541
304
|
|
|
542
|
-
|
|
305
|
+
# [3.0.0-rc.9](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.8...v3.0.0-rc.9) (2022-02-01)
|
|
543
306
|
|
|
544
|
-
* **protractor:** optional Serenity/JS modules are marked as peerDependencies to avoid NPM installing them by default ([433afa1](https://github.com/serenity-js/serenity-js/commit/433afa1ab9d92635f14df50af6f0bf720e91c69e)), closes [npm/npm#3066](https://github.com/npm/npm/issues/3066)
|
|
545
307
|
|
|
546
308
|
|
|
309
|
+
# [3.0.0-rc.8](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.7...v3.0.0-rc.8) (2022-01-28)
|
|
547
310
|
|
|
548
311
|
|
|
549
312
|
|
|
550
|
-
|
|
313
|
+
# [3.0.0-rc.7](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.6...v3.0.0-rc.7) (2022-01-28)
|
|
551
314
|
|
|
552
315
|
|
|
553
316
|
### Bug Fixes
|
|
554
317
|
|
|
555
|
-
* **
|
|
556
|
-
* **cucumber:** add Cucumber 1.x 'colors` option to CucumberConfig ([044d0e7](https://github.com/serenity-js/serenity-js/commit/044d0e7f37d004e74c2dce4d67dfb69c983db321))
|
|
557
|
-
* **cucumber:** CucumberConfig ignores empty values and supports specifying worldParameters as object ([8ecb882](https://github.com/serenity-js/serenity-js/commit/8ecb88260c8d20b400d66287ea20a7fa8ae1011c))
|
|
558
|
-
* **protractor:** improved support for native Cucumber reporters ([2f4bdcf](https://github.com/serenity-js/serenity-js/commit/2f4bdcf35206b1f54bd19a0f7f84d4c3d0d34090)), closes [protractor-cucumber-framework/protractor-cucumber-framework#73](https://github.com/protractor-cucumber-framework/protractor-cucumber-framework/issues/73)
|
|
559
|
-
* **protractor:** native Cucumber.js formatters print to unique output files when needed ([bfef775](https://github.com/serenity-js/serenity-js/commit/bfef775fefff9be9f92167459f603a44d4450642)), closes [protractor-cucumber-framework/protractor-cucumber-framework#73](https://github.com/protractor-cucumber-framework/protractor-cucumber-framework/issues/73)
|
|
560
|
-
|
|
318
|
+
* **cucumber:** SECURITY: removed overrides for colors.js since the issue has now been addressed ([481e327](https://github.com/serenity-js/serenity-js/commit/481e327cbe4e1655eac62d22b12807445f21ae1f)), closes [cucumber/cucumber-js#1885](https://github.com/cucumber/cucumber-js/issues/1885)
|
|
561
319
|
|
|
562
320
|
|
|
563
321
|
|
|
322
|
+
# [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
|
|
564
323
|
|
|
565
|
-
# [2.23.0](https://github.com/serenity-js/serenity-js/compare/v2.22.0...v2.23.0) (2021-02-16)
|
|
566
324
|
|
|
567
325
|
|
|
568
|
-
|
|
326
|
+
# [3.0.0-rc.5](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.4...v3.0.0-rc.5) (2022-01-07)
|
|
569
327
|
|
|
570
|
-
* **protractor:** improved support for native Cucumber.js reporters on Windows ([ced153c](https://github.com/serenity-js/serenity-js/commit/ced153cbbcad6fd061adf4c1c84a4d60211a4cd3)), closes [protractor-cucumber-framework/protractor-cucumber-framework#73](https://github.com/protractor-cucumber-framework/protractor-cucumber-framework/issues/73)
|
|
571
328
|
|
|
572
329
|
|
|
573
|
-
|
|
330
|
+
# [3.0.0-rc.4](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.3...v3.0.0-rc.4) (2021-12-30)
|
|
574
331
|
|
|
575
|
-
* **protractor:** Serenity/JS Cucumber adapter supports native Cucumber.js reporters ([bbf00c0](https://github.com/serenity-js/serenity-js/commit/bbf00c0a22e8d788b4c84c3d3bc94338f675e7cc)), closes [protractor-cucumber-framework/protractor-cucumber-framework#73](https://github.com/protractor-cucumber-framework/protractor-cucumber-framework/issues/73)
|
|
576
332
|
|
|
577
333
|
|
|
334
|
+
# [3.0.0-rc.3](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.2...v3.0.0-rc.3) (2021-12-29)
|
|
578
335
|
|
|
579
336
|
|
|
337
|
+
### Bug Fixes
|
|
580
338
|
|
|
581
|
-
|
|
339
|
+
* **deps:** updated tiny-types to 1.17.0 ([3187051](https://github.com/serenity-js/serenity-js/commit/3187051594158b4b450c82e851e417fd2ed21652))
|
|
582
340
|
|
|
583
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
584
341
|
|
|
585
342
|
|
|
343
|
+
# [3.0.0-rc.2](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2021-12-09)
|
|
586
344
|
|
|
587
345
|
|
|
588
346
|
|
|
589
|
-
# [
|
|
347
|
+
# [3.0.0-rc.1](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2021-12-09)
|
|
590
348
|
|
|
591
349
|
|
|
592
|
-
### Features
|
|
593
350
|
|
|
594
|
-
|
|
595
|
-
* **core:** SceneFinishes informs StageCrewMembers about the Outcome of the scenario ([abfca70](https://github.com/serenity-js/serenity-js/commit/abfca70e91633c068617d8d273a302aaab692265))
|
|
351
|
+
# [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
|
|
596
352
|
|
|
597
353
|
|
|
354
|
+
### Bug Fixes
|
|
598
355
|
|
|
356
|
+
* **core:** 3.0 RC ([469d54e](https://github.com/serenity-js/serenity-js/commit/469d54e4f81ef430566b93852e3174826f8ef672)), closes [#805](https://github.com/serenity-js/serenity-js/issues/805)
|
|
357
|
+
* **cucumber:** support for recognising non-Serenity AssertionErrors in older version of Cucumber ([31e9e99](https://github.com/serenity-js/serenity-js/commit/31e9e9919c2fd1e87b3f4405d9b2a6ae0164e893))
|
|
599
358
|
|
|
600
359
|
|
|
601
|
-
|
|
360
|
+
### BREAKING CHANGES
|
|
602
361
|
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
* **deps:** updated tiny-types ([e81a6ea](https://github.com/serenity-js/serenity-js/commit/e81a6ea804286083da118f9141ebbfd52746b581))
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
# [2.20.0](https://github.com/serenity-js/serenity-js/compare/v2.19.10...v2.20.0) (2021-01-18)
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
### Bug Fixes
|
|
616
|
-
|
|
617
|
-
* **core:** ScenarioParameters now requires Description to be provided ([cfa4800](https://github.com/serenity-js/serenity-js/commit/cfa4800d436c165a9dbe74e71d76715084354f46))
|
|
618
|
-
* **cucumber:** corrected how Cucumber hooks are reported ([3ae1cd7](https://github.com/serenity-js/serenity-js/commit/3ae1cd744e6262b7e3eeff7796e579a201639eb8))
|
|
619
|
-
* **cucumber:** corrected the CucumberFormatterOptions interface ([463047b](https://github.com/serenity-js/serenity-js/commit/463047ba764fd2773d8a3b98f09b842ccb1a614c))
|
|
620
|
-
* **cucumber:** corrected the type definition of CucumberConfig#worldParameters ([570c3b6](https://github.com/serenity-js/serenity-js/commit/570c3b637d87093d9cad411e762839cc78fd968d))
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
### Features
|
|
624
|
-
|
|
625
|
-
* **cucumber:** Support for Cucumber 7 ([80126b1](https://github.com/serenity-js/serenity-js/commit/80126b1c30d92a33ee80b4679ab6673e456e13b9)), closes [/github.com/cucumber/cucumber-js/blob/master/CHANGELOG.md#700-2020-12-21](https://github.com//github.com/cucumber/cucumber-js/blob/master/CHANGELOG.md/issues/700-2020-12-21)
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
## [2.19.10](https://github.com/serenity-js/serenity-js/compare/v2.19.9...v2.19.10) (2020-12-22)
|
|
632
|
-
|
|
633
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
## [2.19.9](https://github.com/serenity-js/serenity-js/compare/v2.19.8...v2.19.9) (2020-12-15)
|
|
640
|
-
|
|
641
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
## [2.19.8](https://github.com/serenity-js/serenity-js/compare/v2.19.7...v2.19.8) (2020-12-15)
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
### Bug Fixes
|
|
651
|
-
|
|
652
|
-
* **core:** serenity-js/core is now a direct dependency of all the Serenity/JS modules ([4561862](https://github.com/serenity-js/serenity-js/commit/45618629c319041eedc0a64174d2b342fffadfa4))
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
## [2.19.7](https://github.com/serenity-js/serenity-js/compare/v2.19.6...v2.19.7) (2020-12-10)
|
|
659
|
-
|
|
660
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
## 2.19.6 (2020-12-10)
|
|
667
|
-
|
|
668
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
## 2.19.5 (2020-12-10)
|
|
675
|
-
|
|
676
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
## 2.19.4 (2020-11-30)
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
### Bug Fixes
|
|
686
|
-
|
|
687
|
-
* **protractor:** improved the description of the ProtractorParam question ([e9e1cae](https://github.com/serenity-js/serenity-js/commit/e9e1caef0b726e1060d1766bce6cf7a9396e118c))
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
## 2.19.3 (2020-11-26)
|
|
694
|
-
|
|
695
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
## 2.19.2 (2020-11-26)
|
|
702
|
-
|
|
703
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
## 2.19.1 (2020-11-25)
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
### Bug Fixes
|
|
713
|
-
|
|
714
|
-
* **deps:** updated dependencies ([25e316d](https://github.com/serenity-js/serenity-js/commit/25e316d8d5db2e9c9e44914d2017a2b004cb6eb7))
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
# 2.19.0 (2020-11-25)
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
### Features
|
|
724
|
-
|
|
725
|
-
* **protractor:** EXPERIMENTAL: Custom extensions can be mixed into BrowseTheWeb ([3b26baa](https://github.com/serenity-js/serenity-js/commit/3b26baab1f2c2108648d2c3093e69326aaa1dfc4))
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
## 2.18.2 (2020-11-22)
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
### Bug Fixes
|
|
735
|
-
|
|
736
|
-
* **core:** better support for abilities that are discarded asynchronously ([fb130b6](https://github.com/serenity-js/serenity-js/commit/fb130b626074337735f944308db4982c30824485))
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
## 2.18.1 (2020-11-21)
|
|
743
|
-
|
|
744
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
# 2.18.0 (2020-11-17)
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
### Features
|
|
754
|
-
|
|
755
|
-
* **core:** Cross-scenario Actors + improved Ability lifecycle management (version bump) ([5f30cc2](https://github.com/serenity-js/serenity-js/commit/5f30cc2583e706f1527f47dee265fe570603e9a6))
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
## 2.17.16 (2020-11-17)
|
|
762
|
-
|
|
763
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
## 2.17.15 (2020-11-14)
|
|
770
|
-
|
|
771
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
## 2.17.14 (2020-11-14)
|
|
778
|
-
|
|
779
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
## 2.17.13 (2020-11-14)
|
|
786
|
-
|
|
787
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
## 2.17.12 (2020-11-14)
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
### Bug Fixes
|
|
797
|
-
|
|
798
|
-
* **deps:** updated dependencies ([0b5abc7](https://github.com/serenity-js/serenity-js/commit/0b5abc7f4a9f026d49691e844315e1ba8677c282))
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
## 2.17.11 (2020-11-14)
|
|
805
|
-
|
|
806
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
## 2.17.10 (2020-11-06)
|
|
813
|
-
|
|
814
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
## 2.17.9 (2020-11-06)
|
|
821
|
-
|
|
822
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
## 2.17.8 (2020-11-06)
|
|
829
|
-
|
|
830
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
## 2.17.7 (2020-11-06)
|
|
837
|
-
|
|
838
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
## 2.17.6 (2020-11-06)
|
|
845
|
-
|
|
846
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
## [2.17.5](https://github.com/serenity-js/serenity-js/compare/v2.17.4...v2.17.5) (2020-11-05)
|
|
853
|
-
|
|
854
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
## [2.17.4](https://github.com/serenity-js/serenity-js/compare/v2.17.3...v2.17.4) (2020-10-28)
|
|
861
|
-
|
|
862
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
## [2.17.3](https://github.com/serenity-js/serenity-js/compare/v2.17.2...v2.17.3) (2020-10-25)
|
|
869
|
-
|
|
870
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
## [2.17.2](https://github.com/serenity-js/serenity-js/compare/v2.17.1...v2.17.2) (2020-10-24)
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
### Bug Fixes
|
|
880
|
-
|
|
881
|
-
* **core:** all Activity-related events can be correlated with the Scene they originate from ([6cf0eca](https://github.com/serenity-js/serenity-js/commit/6cf0eca7670db01ac317587996fc3ea5984de059))
|
|
882
|
-
* **core:** refactored the internal domain events so that they're easier to aggregate and correlate ([943c016](https://github.com/serenity-js/serenity-js/commit/943c016ed3e404c9c1aacf8342e42626d4d85d04))
|
|
883
|
-
* **serenity-bdd:** support for out-of-order events in SerenityBDDReporter ([77db83e](https://github.com/serenity-js/serenity-js/commit/77db83e722602b1f39aba7cde113bfb5724842b5)), closes [#518](https://github.com/serenity-js/serenity-js/issues/518)
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
## [2.17.1](https://github.com/serenity-js/serenity-js/compare/v2.17.0...v2.17.1) (2020-10-08)
|
|
890
|
-
|
|
891
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
# [2.17.0](https://github.com/serenity-js/serenity-js/compare/v2.16.0...v2.17.0) (2020-10-05)
|
|
898
|
-
|
|
899
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
# [2.16.0](https://github.com/serenity-js/serenity-js/compare/v2.15.0...v2.16.0) (2020-09-20)
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
### Features
|
|
909
|
-
|
|
910
|
-
* **core:** Question#map() and mapping functions for Answerable<string> ([e5bb825](https://github.com/serenity-js/serenity-js/commit/e5bb82548f399557387cb24028bb9c8dd1dd5393))
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
# [2.15.0](https://github.com/serenity-js/serenity-js/compare/v2.14.0...v2.15.0) (2020-08-27)
|
|
917
|
-
|
|
918
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
# [2.14.0](https://github.com/serenity-js/serenity-js/compare/v2.13.1...v2.14.0) (2020-08-17)
|
|
925
|
-
|
|
926
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
## [2.13.1](https://github.com/serenity-js/serenity-js/compare/v2.13.0...v2.13.1) (2020-08-05)
|
|
933
|
-
|
|
934
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
# [2.13.0](https://github.com/serenity-js/serenity-js/compare/v2.12.3...v2.13.0) (2020-07-25)
|
|
941
|
-
|
|
942
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
## [2.12.2](https://github.com/serenity-js/serenity-js/compare/v2.12.1...v2.12.2) (2020-07-08)
|
|
949
|
-
|
|
950
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
## [2.12.1](https://github.com/serenity-js/serenity-js/compare/v2.12.0...v2.12.1) (2020-07-07)
|
|
957
|
-
|
|
958
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
# [2.12.0](https://github.com/serenity-js/serenity-js/compare/v2.11.4...v2.12.0) (2020-07-06)
|
|
965
|
-
|
|
966
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
## [2.11.4](https://github.com/serenity-js/serenity-js/compare/v2.11.3...v2.11.4) (2020-07-05)
|
|
973
|
-
|
|
974
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
## [2.11.3](https://github.com/serenity-js/serenity-js/compare/v2.11.2...v2.11.3) (2020-07-05)
|
|
981
|
-
|
|
982
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
## [2.11.2](https://github.com/serenity-js/serenity-js/compare/v2.11.1...v2.11.2) (2020-07-04)
|
|
989
|
-
|
|
990
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
## [2.11.1](https://github.com/serenity-js/serenity-js/compare/v2.11.0...v2.11.1) (2020-06-30)
|
|
997
|
-
|
|
998
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
# [2.11.0](https://github.com/serenity-js/serenity-js/compare/v2.10.3...v2.11.0) (2020-06-20)
|
|
1005
|
-
|
|
1006
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
## [2.10.3](https://github.com/serenity-js/serenity-js/compare/v2.10.2...v2.10.3) (2020-06-15)
|
|
1013
|
-
|
|
1014
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
## [2.10.2](https://github.com/serenity-js/serenity-js/compare/v2.10.1...v2.10.2) (2020-06-11)
|
|
1021
|
-
|
|
1022
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
## [2.10.1](https://github.com/serenity-js/serenity-js/compare/v2.10.0...v2.10.1) (2020-06-10)
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
### Bug Fixes
|
|
1032
|
-
|
|
1033
|
-
* **docs:** documented Cucumber configuration better ([04ed39a](https://github.com/serenity-js/serenity-js/commit/04ed39a9d0902da9ab94c938e83a7e021377e678))
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
# [2.10.0](https://github.com/serenity-js/serenity-js/compare/v2.9.0...v2.10.0) (2020-06-06)
|
|
1040
|
-
|
|
1041
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
# [2.7.0](https://github.com/serenity-js/serenity-js/compare/v2.6.0...v2.7.0) (2020-06-01)
|
|
1048
|
-
|
|
1049
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
# [2.6.0](https://github.com/serenity-js/serenity-js/compare/v2.5.5...v2.6.0) (2020-05-27)
|
|
1056
|
-
|
|
1057
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
## [2.5.2](https://github.com/serenity-js/serenity-js/compare/v2.5.1...v2.5.2) (2020-05-16)
|
|
1064
|
-
|
|
1065
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
## [2.5.1](https://github.com/serenity-js/serenity-js/compare/v2.5.0...v2.5.1) (2020-05-16)
|
|
1072
|
-
|
|
1073
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
# [2.5.0](https://github.com/serenity-js/serenity-js/compare/v2.4.1...v2.5.0) (2020-05-14)
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
### Bug Fixes
|
|
1083
|
-
|
|
1084
|
-
* **npm:** esport ES2018 instead of ES5 since we're supporting Node >= 10 ([a77091a](https://github.com/serenity-js/serenity-js/commit/a77091aa779736172a60b6ac99ec1b869aaea816))
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
## [2.4.1](https://github.com/serenity-js/serenity-js/compare/v2.4.0...v2.4.1) (2020-05-03)
|
|
1091
|
-
|
|
1092
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
# [2.4.0](https://github.com/serenity-js/serenity-js/compare/v2.3.6...v2.4.0) (2020-05-02)
|
|
1099
|
-
|
|
1100
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
## [2.3.6](https://github.com/serenity-js/serenity-js/compare/v2.3.5...v2.3.6) (2020-04-28)
|
|
1107
|
-
|
|
1108
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
## [2.3.5](https://github.com/serenity-js/serenity-js/compare/v2.3.4...v2.3.5) (2020-04-28)
|
|
1115
|
-
|
|
1116
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
## [2.3.4](https://github.com/serenity-js/serenity-js/compare/v2.3.3...v2.3.4) (2020-04-22)
|
|
1123
|
-
|
|
1124
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
## [2.3.3](https://github.com/serenity-js/serenity-js/compare/v2.3.2...v2.3.3) (2020-04-22)
|
|
1131
|
-
|
|
1132
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
## [2.3.1](https://github.com/serenity-js/serenity-js/compare/v2.3.0...v2.3.1) (2020-04-07)
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
### Bug Fixes
|
|
1142
|
-
|
|
1143
|
-
* **deps:** updated dependencies ([67401a7](https://github.com/serenity-js/serenity-js/commit/67401a774582386be02178e077b918a481630950))
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
## [2.2.2](https://github.com/serenity-js/serenity-js/compare/v2.2.1...v2.2.2) (2020-03-08)
|
|
1150
|
-
|
|
1151
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
## [2.2.1](https://github.com/serenity-js/serenity-js/compare/v2.2.0...v2.2.1) (2020-03-04)
|
|
1158
|
-
|
|
1159
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
## [2.1.5](https://github.com/serenity-js/serenity-js/compare/v2.1.4...v2.1.5) (2020-02-10)
|
|
1166
|
-
|
|
1167
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
## [2.1.4](https://github.com/serenity-js/serenity-js/compare/v2.1.3...v2.1.4) (2020-02-10)
|
|
1174
|
-
|
|
1175
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
## [2.1.3](https://github.com/serenity-js/serenity-js/compare/v2.1.2...v2.1.3) (2020-02-10)
|
|
1182
|
-
|
|
1183
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
## [2.1.2](https://github.com/serenity-js/serenity-js/compare/v2.1.1...v2.1.2) (2020-02-08)
|
|
1190
|
-
|
|
1191
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
## [2.1.1](https://github.com/serenity-js/serenity-js/compare/v2.1.0...v2.1.1) (2020-02-08)
|
|
1198
|
-
|
|
1199
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
# [2.1.0](https://github.com/serenity-js/serenity-js/compare/v2.0.9...v2.1.0) (2020-02-07)
|
|
1206
|
-
|
|
1207
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
## [2.0.7](https://github.com/serenity-js/serenity-js/compare/v2.0.6...v2.0.7) (2020-02-05)
|
|
1214
|
-
|
|
1215
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
## [2.0.2](https://github.com/serenity-js/serenity-js/compare/v2.0.1...v2.0.2) (2020-02-04)
|
|
1222
|
-
|
|
1223
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
## [2.0.1](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.132...v2.0.1) (2020-02-03)
|
|
1230
|
-
|
|
1231
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
## [2.0.1-alpha.132](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.131...v2.0.1-alpha.132) (2020-02-03)
|
|
1238
|
-
|
|
1239
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
## [2.0.1-alpha.131](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.130...v2.0.1-alpha.131) (2020-02-03)
|
|
1246
|
-
|
|
1247
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
## [2.0.1-alpha.130](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.129...v2.0.1-alpha.130) (2020-02-03)
|
|
1254
|
-
|
|
1255
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
## [2.0.1-alpha.129](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.128...v2.0.1-alpha.129) (2020-02-02)
|
|
1262
|
-
|
|
1263
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
## [2.0.1-alpha.127](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.126...v2.0.1-alpha.127) (2020-02-02)
|
|
1270
|
-
|
|
1271
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
## [2.0.1-alpha.126](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.125...v2.0.1-alpha.126) (2020-02-02)
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
### Bug Fixes
|
|
1281
|
-
|
|
1282
|
-
* **npm:** corrected the repo URL after the jan-molak -> serenity-js repo migration ([a451199](https://github.com/serenity-js/serenity-js/commit/a4511995c50bf08977aa6c4c0f5d22ba7ead343f))
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
## [2.0.1-alpha.119](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.118...v2.0.1-alpha.119) (2020-02-02)
|
|
1289
|
-
|
|
1290
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
## [2.0.1-alpha.118](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.117...v2.0.1-alpha.118) (2020-02-01)
|
|
1297
|
-
|
|
1298
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
## [2.0.1-alpha.117](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.116...v2.0.1-alpha.117) (2020-01-29)
|
|
1305
|
-
|
|
1306
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
## [2.0.1-alpha.116](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.115...v2.0.1-alpha.116) (2020-01-29)
|
|
1313
|
-
|
|
1314
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
## [2.0.1-alpha.115](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.114...v2.0.1-alpha.115) (2020-01-27)
|
|
1321
|
-
|
|
1322
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
## [2.0.1-alpha.114](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.113...v2.0.1-alpha.114) (2020-01-27)
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
### Bug Fixes
|
|
1332
|
-
|
|
1333
|
-
* **serenity-bdd:** reports are correctly stored to disk ([c050e2f](https://github.com/jan-molak/serenity-js/commit/c050e2fef0952d530394304619b42ee692f31584))
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
## [2.0.1-alpha.113](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.112...v2.0.1-alpha.113) (2020-01-26)
|
|
1340
|
-
|
|
1341
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
## [2.0.1-alpha.112](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.111...v2.0.1-alpha.112) (2020-01-25)
|
|
1348
|
-
|
|
1349
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
## [2.0.1-alpha.111](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.110...v2.0.1-alpha.111) (2020-01-25)
|
|
1356
|
-
|
|
1357
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
## [2.0.1-alpha.110](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.109...v2.0.1-alpha.110) (2020-01-25)
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
### Features
|
|
1367
|
-
|
|
1368
|
-
* **core:** new APIs to make configuring and using Serenity/JS easier ([d11a80d](https://github.com/jan-molak/serenity-js/commit/d11a80de66519cb16b6eaa61a39694006a76b5fb))
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
## [2.0.1-alpha.109](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.108...v2.0.1-alpha.109) (2020-01-23)
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
### Bug Fixes
|
|
1378
|
-
|
|
1379
|
-
* **cucumber:** corrected synchronisation of async events ([d39bc7c](https://github.com/jan-molak/serenity-js/commit/d39bc7c1b8dcf09939d35f7c1d3144abb1e59453)), closes [#405](https://github.com/jan-molak/serenity-js/issues/405)
|
|
1380
|
-
* **cucumber:** ensure async events are correctly synchronised before the test run finishes ([d69aeae](https://github.com/jan-molak/serenity-js/commit/d69aeae48524865f68a175d04ef800f5045b3712)), closes [#405](https://github.com/jan-molak/serenity-js/issues/405)
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
## [2.0.1-alpha.108](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.107...v2.0.1-alpha.108) (2020-01-20)
|
|
1387
|
-
|
|
1388
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
## [2.0.1-alpha.107](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.106...v2.0.1-alpha.107) (2020-01-19)
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
### Bug Fixes
|
|
1398
|
-
|
|
1399
|
-
* **cucumber:** cucumber adapter waits for async tasks to complete before starting a scenario ([0ed2d4c](https://github.com/jan-molak/serenity-js/commit/0ed2d4c023f39857355eb98ff8311d0e5ed174dc)), closes [#56](https://github.com/jan-molak/serenity-js/issues/56)
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
## [2.0.1-alpha.106](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.105...v2.0.1-alpha.106) (2020-01-19)
|
|
1406
|
-
|
|
1407
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
## [2.0.1-alpha.105](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.104...v2.0.1-alpha.105) (2020-01-16)
|
|
1414
|
-
|
|
1415
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
## [2.0.1-alpha.104](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.103...v2.0.1-alpha.104) (2020-01-10)
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
### Bug Fixes
|
|
1425
|
-
|
|
1426
|
-
* **lerna:** fixed the versions, since lerna managed to mess them up again ([0e87048](https://github.com/jan-molak/serenity-js/commit/0e87048219dc17a0c64a1bbf6b12128b18e85718))
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
## [2.0.1-alpha.101](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.100...v2.0.1-alpha.101) (2020-01-09)
|
|
1433
|
-
|
|
1434
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
## [2.0.1-alpha.99](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.98...v2.0.1-alpha.99) (2020-01-09)
|
|
1441
|
-
|
|
1442
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
## [2.0.1-alpha.98](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.97...v2.0.1-alpha.98) (2019-12-16)
|
|
1449
|
-
|
|
1450
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
## [2.0.1-alpha.97](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.96...v2.0.1-alpha.97) (2019-12-15)
|
|
1457
|
-
|
|
1458
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
## [2.0.1-alpha.96](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.95...v2.0.1-alpha.96) (2019-12-15)
|
|
1465
|
-
|
|
1466
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
## [2.0.1-alpha.95](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.94...v2.0.1-alpha.95) (2019-12-11)
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
### Bug Fixes
|
|
1476
|
-
|
|
1477
|
-
* **dependencies:** updated Lerna and corrected the versions that got out of sync ([6c2f3af](https://github.com/jan-molak/serenity-js/commit/6c2f3afe98207c9241b5a7df970ec94fa37f4f1d))
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
## [2.0.1-alpha.90](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.89...v2.0.1-alpha.90) (2019-11-29)
|
|
1484
|
-
|
|
1485
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
## [2.0.1-alpha.89](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.88...v2.0.1-alpha.89) (2019-11-27)
|
|
1492
|
-
|
|
1493
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
## [2.0.1-alpha.88](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.87...v2.0.1-alpha.88) (2019-11-25)
|
|
1500
|
-
|
|
1501
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
## [2.0.1-alpha.87](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.86...v2.0.1-alpha.87) (2019-11-10)
|
|
1508
|
-
|
|
1509
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
## [2.0.1-alpha.86](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.85...v2.0.1-alpha.86) (2019-11-09)
|
|
1516
|
-
|
|
1517
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
## [2.0.1-alpha.85](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.84...v2.0.1-alpha.85) (2019-10-13)
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
### Bug Fixes
|
|
1527
|
-
|
|
1528
|
-
* **core:** Dropped support for node 6 ([74d1ece](https://github.com/jan-molak/serenity-js/commit/74d1ece))
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
### Features
|
|
1532
|
-
|
|
1533
|
-
* **cucumber:** Support for Cucumber 6 ([b437edd](https://github.com/jan-molak/serenity-js/commit/b437edd))
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
## [2.0.1-alpha.84](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.83...v2.0.1-alpha.84) (2019-09-24)
|
|
1540
|
-
|
|
1541
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
## [2.0.1-alpha.83](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.82...v2.0.1-alpha.83) (2019-09-23)
|
|
1548
|
-
|
|
1549
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
## [2.0.1-alpha.82](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.81...v2.0.1-alpha.82) (2019-09-22)
|
|
1556
|
-
|
|
1557
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
## [2.0.1-alpha.81](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.80...v2.0.1-alpha.81) (2019-09-16)
|
|
1564
|
-
|
|
1565
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
## [2.0.1-alpha.80](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.79...v2.0.1-alpha.80) (2019-09-05)
|
|
1572
|
-
|
|
1573
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
## [2.0.1-alpha.77](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.76...v2.0.1-alpha.77) (2019-09-01)
|
|
1580
|
-
|
|
1581
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
## [2.0.1-alpha.76](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.75...v2.0.1-alpha.76) (2019-08-05)
|
|
1588
|
-
|
|
1589
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
## [2.0.1-alpha.75](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.74...v2.0.1-alpha.75) (2019-07-16)
|
|
1596
|
-
|
|
1597
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
## [2.0.1-alpha.74](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.73...v2.0.1-alpha.74) (2019-07-07)
|
|
1604
|
-
|
|
1605
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
## [2.0.1-alpha.73](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.72...v2.0.1-alpha.73) (2019-06-24)
|
|
1612
|
-
|
|
1613
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
## [2.0.1-alpha.72](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.71...v2.0.1-alpha.72) (2019-06-23)
|
|
1620
|
-
|
|
1621
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
## [2.0.1-alpha.71](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.70...v2.0.1-alpha.71) (2019-06-23)
|
|
1628
|
-
|
|
1629
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
## [2.0.1-alpha.70](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.69...v2.0.1-alpha.70) (2019-06-22)
|
|
1636
|
-
|
|
1637
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
## [2.0.1-alpha.69](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.68...v2.0.1-alpha.69) (2019-06-20)
|
|
1644
|
-
|
|
1645
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
## [2.0.1-alpha.68](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.67...v2.0.1-alpha.68) (2019-05-28)
|
|
1652
|
-
|
|
1653
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
## [2.0.1-alpha.67](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.66...v2.0.1-alpha.67) (2019-05-27)
|
|
1660
|
-
|
|
1661
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
## [2.0.1-alpha.66](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.65...v2.0.1-alpha.66) (2019-05-23)
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
### Bug Fixes
|
|
1671
|
-
|
|
1672
|
-
* **core:** WithStage moved to @serenity-js/core ([30184f8](https://github.com/jan-molak/serenity-js/commit/30184f8))
|
|
1673
|
-
* **cucumber:** Simplified how the Serenity/JS listener is registered ([b0e52c2](https://github.com/jan-molak/serenity-js/commit/b0e52c2))
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
## [2.0.1-alpha.65](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.64...v2.0.1-alpha.65) (2019-05-14)
|
|
1680
|
-
|
|
1681
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
## [2.0.1-alpha.64](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.63...v2.0.1-alpha.64) (2019-05-02)
|
|
1688
|
-
|
|
1689
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
## [2.0.1-alpha.63](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.62...v2.0.1-alpha.63) (2019-05-01)
|
|
1696
|
-
|
|
1697
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
## [2.0.1-alpha.62](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.61...v2.0.1-alpha.62) (2019-05-01)
|
|
1704
|
-
|
|
1705
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
## [2.0.1-alpha.61](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.60...v2.0.1-alpha.61) (2019-04-29)
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
### Bug Fixes
|
|
1715
|
-
|
|
1716
|
-
* **cucumber:** Corrected how scenario and feature-level [@issue](https://github.com/issue) and [@issues](https://github.com/issues) tags are reported ([2563c5a](https://github.com/jan-molak/serenity-js/commit/2563c5a))
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
## [2.0.1-alpha.60](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.59...v2.0.1-alpha.60) (2019-04-29)
|
|
1723
|
-
|
|
1724
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
## [2.0.1-alpha.59](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.58...v2.0.1-alpha.59) (2019-04-29)
|
|
1731
|
-
|
|
1732
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
## [2.0.1-alpha.58](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.57...v2.0.1-alpha.58) (2019-04-26)
|
|
1739
|
-
|
|
1740
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
## [2.0.1-alpha.57](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.56...v2.0.1-alpha.57) (2019-04-25)
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
### Bug Fixes
|
|
1750
|
-
|
|
1751
|
-
* **ci:** Corrected the version numbers ([5e97d35](https://github.com/jan-molak/serenity-js/commit/5e97d35))
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
## [2.0.1-alpha.56](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.55...v2.0.1-alpha.56) (2019-04-25)
|
|
1758
|
-
|
|
1759
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
## [2.0.1-alpha.55](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.54...v2.0.1-alpha.55) (2019-04-25)
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
### Bug Fixes
|
|
1769
|
-
|
|
1770
|
-
* **cucumber:** Scenario outlines are reported sans the cucumber hooks, as they added no value in thi ([899e496](https://github.com/jan-molak/serenity-js/commit/899e496))
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
## [2.0.1-alpha.54](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.53...v2.0.1-alpha.54) (2019-04-24)
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
### Bug Fixes
|
|
1780
|
-
|
|
1781
|
-
* **cucumber:** Corrected how feature file paths are compared on Windows ([2635bed](https://github.com/jan-molak/serenity-js/commit/2635bed))
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
## [2.0.1-alpha.53](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.52...v2.0.1-alpha.53) (2019-04-24)
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
### Bug Fixes
|
|
1791
|
-
|
|
1792
|
-
* **cucumber:** Consider scenarios with no non-hook steps to be pending implementation ([a7484d6](https://github.com/jan-molak/serenity-js/commit/a7484d6))
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
## [2.0.1-alpha.52](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.51...v2.0.1-alpha.52) (2019-04-24)
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
### Features
|
|
1802
|
-
|
|
1803
|
-
* **cucumber:** Scenarios with no steps are marked as pending implementation ([e3d838b](https://github.com/jan-molak/serenity-js/commit/e3d838b))
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
## [2.0.1-alpha.51](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.50...v2.0.1-alpha.51) (2019-04-23)
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
### Bug Fixes
|
|
1813
|
-
|
|
1814
|
-
* **cucumber:** Corrected how steps are reported for scenarios that use before/after hooks ([6563309](https://github.com/jan-molak/serenity-js/commit/6563309)), closes [cucumber/cucumber-js#1195](https://github.com/cucumber/cucumber-js/issues/1195)
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
## [2.0.1-alpha.50](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.49...v2.0.1-alpha.50) (2019-04-18)
|
|
1821
|
-
|
|
1822
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
## [2.0.1-alpha.49](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.48...v2.0.1-alpha.49) (2019-04-17)
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
### Features
|
|
1832
|
-
|
|
1833
|
-
* **protractor:** ProtractorFrameworkAdapter for Cucumber ([7474dbb](https://github.com/jan-molak/serenity-js/commit/7474dbb))
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
## [2.0.1-alpha.48](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.47...v2.0.1-alpha.48) (2019-04-11)
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
### Bug Fixes
|
|
1843
|
-
|
|
1844
|
-
* **core:** Corrected the RuntimeError class so that the name of the constructor is present in the st ([0d2164d](https://github.com/jan-molak/serenity-js/commit/0d2164d))
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
## [2.0.1-alpha.47](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.46...v2.0.1-alpha.47) (2019-04-07)
|
|
1851
|
-
|
|
1852
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
## [2.0.1-alpha.46](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.45...v2.0.1-alpha.46) (2019-04-05)
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
### Bug Fixes
|
|
1862
|
-
|
|
1863
|
-
* **core:** Reverted the peerDependencies change as Lerna can't support it ([e27f55f](https://github.com/jan-molak/serenity-js/commit/e27f55f))
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
## [2.0.1-alpha.45](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.44...v2.0.1-alpha.45) (2019-04-05)
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
### Bug Fixes
|
|
1873
|
-
|
|
1874
|
-
* **core:** Made all [@serenity-js](https://github.com/serenity-js) packages rely on a fixed version of [@serenity-js](https://github.com/serenity-js)/core ([9955a34](https://github.com/jan-molak/serenity-js/commit/9955a34))
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
## [2.0.1-alpha.44](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.43...v2.0.1-alpha.44) (2019-04-04)
|
|
1881
|
-
|
|
1882
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
## [2.0.1-alpha.43](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.42...v2.0.1-alpha.43) (2019-04-01)
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
### Bug Fixes
|
|
1892
|
-
|
|
1893
|
-
* **core:** Ensure tags are reported in a format understood by Serenity BDD ([6c4315c](https://github.com/jan-molak/serenity-js/commit/6c4315c))
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
## [2.0.1-alpha.42](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.41...v2.0.1-alpha.42) (2019-03-29)
|
|
1900
|
-
|
|
1901
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
## [2.0.1-alpha.41](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.40...v2.0.1-alpha.41) (2019-03-28)
|
|
1908
|
-
|
|
1909
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
## [2.0.1-alpha.40](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.39...v2.0.1-alpha.40) (2019-03-26)
|
|
1916
|
-
|
|
1917
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
## [2.0.1-alpha.39](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.38...v2.0.1-alpha.39) (2019-03-26)
|
|
1924
|
-
|
|
1925
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
## [2.0.1-alpha.38](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.37...v2.0.1-alpha.38) (2019-03-25)
|
|
1932
|
-
|
|
1933
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
## [2.0.1-alpha.37](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.36...v2.0.1-alpha.37) (2019-03-25)
|
|
1940
|
-
|
|
1941
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
## [2.0.1-alpha.36](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.35...v2.0.1-alpha.36) (2019-03-25)
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
### Features
|
|
1951
|
-
|
|
1952
|
-
* **protractor:** Photographer takes screenshots when an Interaction fails ([5ad6468](https://github.com/jan-molak/serenity-js/commit/5ad6468))
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
## [2.0.1-alpha.35](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.34...v2.0.1-alpha.35) (2019-03-20)
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
### Features
|
|
1962
|
-
|
|
1963
|
-
* **core:** Tasks and Interactions emit more precise domain events ([d18e55f](https://github.com/jan-molak/serenity-js/commit/d18e55f))
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
## [2.0.1-alpha.34](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.33...v2.0.1-alpha.34) (2019-03-18)
|
|
1970
|
-
|
|
1971
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
## [2.0.1-alpha.33](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.32...v2.0.1-alpha.33) (2019-03-14)
|
|
1978
|
-
|
|
1979
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
## [2.0.1-alpha.32](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.31...v2.0.1-alpha.32) (2019-03-13)
|
|
1986
|
-
|
|
1987
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
## [2.0.1-alpha.31](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.30...v2.0.1-alpha.31) (2019-03-07)
|
|
1994
|
-
|
|
1995
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
## [2.0.1-alpha.30](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.29...v2.0.1-alpha.30) (2019-03-07)
|
|
2002
|
-
|
|
2003
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
## [2.0.1-alpha.29](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.28...v2.0.1-alpha.29) (2019-03-06)
|
|
2010
|
-
|
|
2011
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
## [2.0.1-alpha.28](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.27...v2.0.1-alpha.28) (2019-03-06)
|
|
2018
|
-
|
|
2019
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
## [2.0.1-alpha.27](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.26...v2.0.1-alpha.27) (2019-03-05)
|
|
2026
|
-
|
|
2027
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
## [2.0.1-alpha.26](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.25...v2.0.1-alpha.26) (2019-03-05)
|
|
2034
|
-
|
|
2035
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
## [2.0.1-alpha.25](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.24...v2.0.1-alpha.25) (2019-03-04)
|
|
2042
|
-
|
|
2043
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
## [2.0.1-alpha.24](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.23...v2.0.1-alpha.24) (2019-03-02)
|
|
2050
|
-
|
|
2051
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
## [2.0.1-alpha.23](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.22...v2.0.1-alpha.23) (2019-03-02)
|
|
2058
|
-
|
|
2059
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
## [2.0.1-alpha.22](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.21...v2.0.1-alpha.22) (2019-02-27)
|
|
2066
|
-
|
|
2067
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
## [2.0.1-alpha.21](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.20...v2.0.1-alpha.21) (2019-02-21)
|
|
2074
|
-
|
|
2075
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
## [2.0.1-alpha.20](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.19...v2.0.1-alpha.20) (2019-02-19)
|
|
2082
|
-
|
|
2083
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
## [2.0.1-alpha.19](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.18...v2.0.1-alpha.19) (2019-02-14)
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
### Bug Fixes
|
|
2093
|
-
|
|
2094
|
-
* **cucumber:** Compromised tests are now correctly reported ([cf49a75](https://github.com/jan-molak/serenity-js/commit/cf49a75))
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
## [2.0.1-alpha.18](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.17...v2.0.1-alpha.18) (2019-02-14)
|
|
2101
|
-
|
|
2102
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
## [2.0.1-alpha.17](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.16...v2.0.1-alpha.17) (2019-02-13)
|
|
2109
|
-
|
|
2110
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
## [2.0.1-alpha.16](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.15...v2.0.1-alpha.16) (2019-02-13)
|
|
2117
|
-
|
|
2118
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
## [2.0.1-alpha.15](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.14...v2.0.1-alpha.15) (2019-02-13)
|
|
2125
|
-
|
|
2126
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
## [2.0.1-alpha.14](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.13...v2.0.1-alpha.14) (2019-02-06)
|
|
2133
|
-
|
|
2134
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
## [2.0.1-alpha.13](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.12...v2.0.1-alpha.13) (2019-02-06)
|
|
2141
|
-
|
|
2142
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
## [2.0.1-alpha.12](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.11...v2.0.1-alpha.12) (2019-02-05)
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
### Bug Fixes
|
|
2152
|
-
|
|
2153
|
-
* **core:** AssertionErrors are correctly reported ([fc2a881](https://github.com/jan-molak/serenity-js/commit/fc2a881))
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
## [2.0.1-alpha.11](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.10...v2.0.1-alpha.11) (2019-02-05)
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
### Bug Fixes
|
|
2163
|
-
|
|
2164
|
-
* **cucumber:** AssertionErrors are reported as such ([7bd837d](https://github.com/jan-molak/serenity-js/commit/7bd837d))
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
## [2.0.1-alpha.10](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.9...v2.0.1-alpha.10) (2019-02-05)
|
|
2171
|
-
|
|
2172
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
## [2.0.1-alpha.9](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.8...v2.0.1-alpha.9) (2019-02-05)
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
### Bug Fixes
|
|
2182
|
-
|
|
2183
|
-
* **core:** Path works on both Windows and *nix systems ([5ebb30b](https://github.com/jan-molak/serenity-js/commit/5ebb30b)), closes [#142](https://github.com/jan-molak/serenity-js/issues/142)
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
## [2.0.1-alpha.8](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.7...v2.0.1-alpha.8) (2019-02-04)
|
|
2190
|
-
|
|
2191
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
## [2.0.1-alpha.7](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.6...v2.0.1-alpha.7) (2019-02-03)
|
|
2198
|
-
|
|
2199
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
## [2.0.1-alpha.6](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.5...v2.0.1-alpha.6) (2019-02-02)
|
|
2206
|
-
|
|
2207
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
## [2.0.1-alpha.5](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.4...v2.0.1-alpha.5) (2019-02-02)
|
|
2214
|
-
|
|
2215
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
## [2.0.1-alpha.4](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.3...v2.0.1-alpha.4) (2019-02-01)
|
|
2222
|
-
|
|
2223
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
## [2.0.1-alpha.3](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.2...v2.0.1-alpha.3) (2019-01-31)
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
### Bug Fixes
|
|
2233
|
-
|
|
2234
|
-
* **cucumber:** Compatibility with Cucumber.js 5.1 ([7cb7a9f](https://github.com/jan-molak/serenity-js/commit/7cb7a9f))
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
## [2.0.1-alpha.2](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.1...v2.0.1-alpha.2) (2019-01-31)
|
|
2241
|
-
|
|
2242
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
## [2.0.1-alpha.1](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.0...v2.0.1-alpha.1) (2019-01-31)
|
|
2249
|
-
|
|
2250
|
-
**Note:** Version bump only for package @serenity-js/cucumber
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
## [2.0.1-alpha.0](https://github.com/jan-molak/serenity-js/compare/v1.2.1...v2.0.1-alpha.0) (2019-01-31)
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
### Bug Fixes
|
|
2260
|
-
|
|
2261
|
-
* **cucumber:** empty feature files no longer cause a mapping error ([ba38f08](https://github.com/jan-molak/serenity-js/commit/ba38f08))
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
### Features
|
|
2265
|
-
|
|
2266
|
-
* **assertions:** first draft of the [@serenity-js](https://github.com/serenity-js)/assertions module ([d1326b9](https://github.com/jan-molak/serenity-js/commit/d1326b9))
|
|
2267
|
-
* **ci:** corrected the version number ([9293490](https://github.com/jan-molak/serenity-js/commit/9293490))
|
|
2268
|
-
* **core:** implemented the Stage ([ec5aa5d](https://github.com/jan-molak/serenity-js/commit/ec5aa5d))
|
|
2269
|
-
* **core:** re-write of [@serenity-js](https://github.com/serenity-js)/core ([d83554a](https://github.com/jan-molak/serenity-js/commit/d83554a)), closes [#156](https://github.com/jan-molak/serenity-js/issues/156) [#105](https://github.com/jan-molak/serenity-js/issues/105) [#162](https://github.com/jan-molak/serenity-js/issues/162)
|
|
2270
|
-
* **core:** support for Capability and Theme scenario tags ([76c165a](https://github.com/jan-molak/serenity-js/commit/76c165a))
|
|
2271
|
-
* **cucumber:** [@serenity-js](https://github.com/serenity-js)/cucumber adapter re-write ([e19c358](https://github.com/jan-molak/serenity-js/commit/e19c358)), closes [#168](https://github.com/jan-molak/serenity-js/issues/168) [#220](https://github.com/jan-molak/serenity-js/issues/220)
|
|
2272
|
-
* **cucumber:** cucumber adapter reports ambiguous step defs ([cf1ca50](https://github.com/jan-molak/serenity-js/commit/cf1ca50))
|
|
2273
|
-
* **cucumber:** cucumber adapter reports scenario descriptions ([adb3412](https://github.com/jan-molak/serenity-js/commit/adb3412))
|
|
2274
|
-
* **cucumber:** gherkin file is only parsed once and then cached ([9542f38](https://github.com/jan-molak/serenity-js/commit/9542f38))
|
|
2275
|
-
* **cucumber:** scenarios are tagged with Feature, Capability and Theme tags ([a1fef6c](https://github.com/jan-molak/serenity-js/commit/a1fef6c))
|
|
2276
|
-
* **cucumber:** stand-alone, Protractor-free integration with Cucumber.js ([3db3c3b](https://github.com/jan-molak/serenity-js/commit/3db3c3b)), closes [#90](https://github.com/jan-molak/serenity-js/issues/90)
|
|
2277
|
-
* **cucumber:** support for Cucumber 2.x ([d8b8ff4](https://github.com/jan-molak/serenity-js/commit/d8b8ff4)), closes [#28](https://github.com/jan-molak/serenity-js/issues/28)
|
|
2278
|
-
* **cucumber:** support for Cucumber 5.x ([c3bd443](https://github.com/jan-molak/serenity-js/commit/c3bd443)), closes [#28](https://github.com/jan-molak/serenity-js/issues/28)
|
|
2279
|
-
* **cucumber:** support for Cucumber.js 3.x ([ecfe34f](https://github.com/jan-molak/serenity-js/commit/ecfe34f)), closes [#28](https://github.com/jan-molak/serenity-js/issues/28)
|
|
2280
|
-
* **cucumber:** support for Cucumber.js 4.x ([330d731](https://github.com/jan-molak/serenity-js/commit/330d731)), closes [#28](https://github.com/jan-molak/serenity-js/issues/28)
|
|
2281
|
-
* **cucumber:** support for Data Tables ([32c6d08](https://github.com/jan-molak/serenity-js/commit/32c6d08))
|
|
2282
|
-
* **cucumber:** support for reporting DocStrings ([a0d43ad](https://github.com/jan-molak/serenity-js/commit/a0d43ad))
|
|
2283
|
-
* **cucumber:** support for Scenario Outlines ([616640d](https://github.com/jan-molak/serenity-js/commit/616640d)), closes [#168](https://github.com/jan-molak/serenity-js/issues/168) [#220](https://github.com/jan-molak/serenity-js/issues/220) [#162](https://github.com/jan-molak/serenity-js/issues/162)
|
|
2284
|
-
* **cucumber:** timed out steps and scenarios are correctly reported ([4f5ad46](https://github.com/jan-molak/serenity-js/commit/4f5ad46))
|
|
2285
|
-
* **rest:** [@serenity-js](https://github.com/serenity-js)/rest 2.0 ([ad0a677](https://github.com/jan-molak/serenity-js/commit/ad0a677))
|
|
362
|
+
* **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
|
|
363
|
+
modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
|