@serenity-js/serenity-bdd 3.4.2 → 3.5.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 +11 -0
- package/lib/cli/commands/run.d.ts +1 -1
- package/lib/cli/commands/run.d.ts.map +1 -1
- package/lib/cli/commands/update.d.ts +1 -1
- package/lib/cli/commands/update.d.ts.map +1 -1
- package/lib/cli/io/axiosClient.d.ts +2 -2
- package/lib/cli/io/axiosClient.d.ts.map +1 -1
- package/lib/cli/io/axiosClient.js.map +1 -1
- package/lib/cli/screenplay/abilities/UseFileSystem.d.ts +3 -2
- package/lib/cli/screenplay/abilities/UseFileSystem.d.ts.map +1 -1
- package/lib/cli/screenplay/abilities/UseFileSystem.js.map +1 -1
- package/lib/cli/screenplay/interactions/CreateDirectory.d.ts +1 -1
- package/lib/cli/screenplay/interactions/CreateDirectory.d.ts.map +1 -1
- package/lib/cli/screenplay/interactions/RenameFile.d.ts +1 -1
- package/lib/cli/screenplay/interactions/RenameFile.d.ts.map +1 -1
- package/lib/cli/screenplay/interactions/Spawn.d.ts +3 -2
- package/lib/cli/screenplay/interactions/Spawn.d.ts.map +1 -1
- package/lib/cli/screenplay/interactions/Spawn.js.map +1 -1
- package/lib/cli/screenplay/interactions/StreamResponse.d.ts +4 -3
- package/lib/cli/screenplay/interactions/StreamResponse.d.ts.map +1 -1
- package/lib/cli/screenplay/interactions/StreamResponse.js.map +1 -1
- package/lib/cli/screenplay/questions/Checksum.d.ts +1 -1
- package/lib/cli/screenplay/questions/Checksum.d.ts.map +1 -1
- package/lib/cli/screenplay/questions/FileExists.d.ts +1 -1
- package/lib/cli/screenplay/questions/FileExists.d.ts.map +1 -1
- package/lib/cli/screenplay/questions/JavaExecutable.d.ts +2 -1
- package/lib/cli/screenplay/questions/JavaExecutable.d.ts.map +1 -1
- package/lib/cli/screenplay/questions/JavaExecutable.js.map +1 -1
- package/lib/cli/screenplay/questions/SerenityBDDArguments.d.ts +3 -2
- package/lib/cli/screenplay/questions/SerenityBDDArguments.d.ts.map +1 -1
- package/lib/cli/screenplay/questions/SerenityBDDArguments.js +1 -1
- package/lib/cli/screenplay/questions/SerenityBDDArguments.js.map +1 -1
- package/lib/cli/screenplay/questions/SystemProperties.d.ts +2 -2
- package/lib/cli/screenplay/questions/SystemProperties.d.ts.map +1 -1
- package/lib/cli/screenplay/questions/SystemProperties.js.map +1 -1
- package/lib/cli/screenplay/tasks/DownloadArtifact.d.ts +4 -3
- package/lib/cli/screenplay/tasks/DownloadArtifact.d.ts.map +1 -1
- package/lib/cli/screenplay/tasks/DownloadArtifact.js.map +1 -1
- package/lib/cli/screenplay/tasks/InvokeSerenityBDD.d.ts +3 -2
- package/lib/cli/screenplay/tasks/InvokeSerenityBDD.d.ts.map +1 -1
- package/lib/cli/screenplay/tasks/InvokeSerenityBDD.js.map +1 -1
- package/lib/cli/screenplay/tasks/VerifyChecksum.d.ts +1 -1
- package/lib/cli/screenplay/tasks/VerifyChecksum.d.ts.map +1 -1
- package/lib/cli/stage/NotificationReporter.d.ts +3 -3
- package/lib/cli/stage/NotificationReporter.d.ts.map +1 -1
- package/lib/cli/stage/NotificationReporter.js.map +1 -1
- package/lib/cli/stage/ProgressReporter.d.ts +3 -3
- package/lib/cli/stage/ProgressReporter.d.ts.map +1 -1
- package/lib/cli/stage/ProgressReporter.js.map +1 -1
- package/lib/cli/stage/RunCommandActors.d.ts +2 -2
- package/lib/cli/stage/RunCommandActors.d.ts.map +1 -1
- package/lib/cli/stage/RunCommandActors.js.map +1 -1
- package/lib/cli/stage/UpdateCommandActors.d.ts +3 -3
- package/lib/cli/stage/UpdateCommandActors.d.ts.map +1 -1
- package/lib/cli/stage/UpdateCommandActors.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/SerenityBDDJsonSchema.d.ts +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/SerenityBDDJsonSchema.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/SerenityBDDReporter.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/SerenityBDDReporter.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/SerenityBDDReporter.js.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/EventQueueProcessor.d.ts +4 -4
- package/lib/stage/crew/serenity-bdd-reporter/processors/EventQueueProcessor.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/EventQueueProcessors.d.ts +3 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/EventQueueProcessors.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/EventQueueProcessors.js.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/LinkedTestStep.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/LinkedTestStep.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/SerenityBDDReportContext.d.ts +3 -3
- package/lib/stage/crew/serenity-bdd-reporter/processors/SerenityBDDReportContext.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/mappers/errorReportFrom.d.ts +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/mappers/errorReportFrom.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/mappers/outcomeReportFrom.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/mappers/outcomeReportFrom.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/mappers/outcomeReportFrom.js.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/ScenarioParametersDescriptor.d.ts +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/ScenarioParametersDescriptor.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/SceneSequenceEventQueueProcessor.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/SceneSequenceEventQueueProcessor.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/SceneSequenceEventQueueProcessor.js.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/SceneSequenceReportContext.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/SceneSequenceReportContext.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/transformations/scenarioOutlineOf.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/transformations/scenarioOutlineOf.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/transformations/scenarioParameterResult.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/transformations/scenarioParameterResult.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/transformations/scenarioParametersOf.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/transformations/scenarioParametersOf.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/transformations/sceneSequenceOverallResult.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/scene-sequence/transformations/sceneSequenceOverallResult.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/single-scene/SingleSceneEventQueueProcessor.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/single-scene/SingleSceneEventQueueProcessor.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/single-scene/SingleSceneEventQueueProcessor.js.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/activityFinished.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/activityFinished.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/activityRelatedArtifact.d.ts +3 -3
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/activityRelatedArtifact.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/activityRelatedArtifact.js.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/activityStarted.d.ts +3 -3
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/activityStarted.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/archivedActivityRelatedArtifact.d.ts +4 -4
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/archivedActivityRelatedArtifact.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/archivedActivityRelatedArtifact.js.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/backgroundOf.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/backgroundOf.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/businessRuleOf.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/businessRuleOf.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/descriptionOf.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/descriptionOf.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/executionFinishedAt.d.ts +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/executionFinishedAt.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/executionFinishedWith.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/executionFinishedWith.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/executionStartedAt.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/executionStartedAt.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/featureNarrativeOf.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/featureNarrativeOf.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/reportIdIncluding.d.ts +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/reportIdIncluding.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/scenarioDetailsOf.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/scenarioDetailsOf.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/tagOf.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/tagOf.d.ts.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/tagOf.js.map +1 -1
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/testRunnerCalled.d.ts +2 -2
- package/lib/stage/crew/serenity-bdd-reporter/processors/transformations/testRunnerCalled.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/cli/commands/run.ts +1 -1
- package/src/cli/commands/update.ts +1 -1
- package/src/cli/io/axiosClient.ts +3 -2
- package/src/cli/screenplay/abilities/UseFileSystem.ts +3 -2
- package/src/cli/screenplay/interactions/CreateDirectory.ts +1 -1
- package/src/cli/screenplay/interactions/RenameFile.ts +1 -1
- package/src/cli/screenplay/interactions/Spawn.ts +4 -2
- package/src/cli/screenplay/interactions/StreamResponse.ts +5 -3
- package/src/cli/screenplay/questions/Checksum.ts +1 -1
- package/src/cli/screenplay/questions/FileExists.ts +1 -1
- package/src/cli/screenplay/questions/JavaExecutable.ts +2 -1
- package/src/cli/screenplay/questions/SerenityBDDArguments.ts +3 -2
- package/src/cli/screenplay/questions/SystemProperties.ts +3 -2
- package/src/cli/screenplay/tasks/DownloadArtifact.ts +4 -3
- package/src/cli/screenplay/tasks/InvokeSerenityBDD.ts +3 -2
- package/src/cli/screenplay/tasks/VerifyChecksum.ts +1 -1
- package/src/cli/stage/NotificationReporter.ts +4 -3
- package/src/cli/stage/ProgressReporter.ts +4 -3
- package/src/cli/stage/RunCommandActors.ts +3 -2
- package/src/cli/stage/UpdateCommandActors.ts +4 -3
- package/src/index.ts +1 -1
- package/src/stage/crew/serenity-bdd-reporter/SerenityBDDJsonSchema.ts +1 -1
- package/src/stage/crew/serenity-bdd-reporter/SerenityBDDReporter.ts +4 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/EventQueueProcessor.ts +4 -4
- package/src/stage/crew/serenity-bdd-reporter/processors/EventQueueProcessors.ts +4 -3
- package/src/stage/crew/serenity-bdd-reporter/processors/LinkedTestStep.ts +2 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/SerenityBDDReportContext.ts +3 -3
- package/src/stage/crew/serenity-bdd-reporter/processors/mappers/errorReportFrom.ts +1 -1
- package/src/stage/crew/serenity-bdd-reporter/processors/mappers/outcomeReportFrom.ts +4 -3
- package/src/stage/crew/serenity-bdd-reporter/processors/scene-sequence/ScenarioParametersDescriptor.ts +1 -1
- package/src/stage/crew/serenity-bdd-reporter/processors/scene-sequence/SceneSequenceEventQueueProcessor.ts +5 -4
- package/src/stage/crew/serenity-bdd-reporter/processors/scene-sequence/SceneSequenceReportContext.ts +2 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/scene-sequence/transformations/scenarioOutlineOf.ts +2 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/scene-sequence/transformations/scenarioParameterResult.ts +2 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/scene-sequence/transformations/scenarioParametersOf.ts +3 -3
- package/src/stage/crew/serenity-bdd-reporter/processors/scene-sequence/transformations/sceneSequenceOverallResult.ts +2 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/single-scene/SingleSceneEventQueueProcessor.ts +5 -4
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/activityFinished.ts +2 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/activityRelatedArtifact.ts +4 -3
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/activityStarted.ts +3 -3
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/archivedActivityRelatedArtifact.ts +5 -4
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/backgroundOf.ts +2 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/businessRuleOf.ts +2 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/descriptionOf.ts +2 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/executionFinishedAt.ts +1 -1
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/executionFinishedWith.ts +2 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/executionStartedAt.ts +2 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/featureNarrativeOf.ts +2 -2
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/reportIdIncluding.ts +1 -1
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/scenarioDetailsOf.ts +3 -3
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/tagOf.ts +4 -3
- package/src/stage/crew/serenity-bdd-reporter/processors/transformations/testRunnerCalled.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.5.0](https://github.com/serenity-js/serenity-js/compare/v3.4.2...v3.5.0) (2023-07-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **core:** code clean-up: use type-only TypeScript imports where possible ([aa49150](https://github.com/serenity-js/serenity-js/commit/aa49150ca7f367363bb6fcc5e054da8bd820825e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.4.2](https://github.com/serenity-js/serenity-js/compare/v3.4.1...v3.4.2) (2023-06-30)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @serenity-js/serenity-bdd
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/run.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"run.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/run.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA0DV,IAAI,KAAG,QAAQ,IAAI,CAAC;;AAhD9C,kBAmFE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/update.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/update.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;oBAmCV,IAAI,KAAG,QAAQ,IAAI,CAAC;;AAzB9C,kBAkEE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axiosClient.d.ts","sourceRoot":"","sources":["../../../src/cli/io/axiosClient.ts"],"names":[],"mappings":";AACA,
|
|
1
|
+
{"version":3,"file":"axiosClient.d.ts","sourceRoot":"","sources":["../../../src/cli/io/axiosClient.ts"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,aAAa,EAAwC,MAAM,OAAO,CAAC;AAIjF,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAI5C;;GAEG;AACH,wBAAgB,WAAW,CACvB,UAAU,EAAE,GAAG,EACf,SAAS,EAAE,OAAO,EAClB,GAAG,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,EAC9B,cAAc,CAAC,EAAE,WAAW,GAC7B,aAAa,CAmCf;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,GAAG,EAAE,eAAe,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAuBjG;AAkED,KAAK,MAAM,GAAG;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axiosClient.js","sourceRoot":"","sources":["../../../src/cli/io/axiosClient.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAuD;
|
|
1
|
+
{"version":3,"file":"axiosClient.js","sourceRoot":"","sources":["../../../src/cli/io/axiosClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import { Ability } from '@serenity-js/core';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import type { Path } from '@serenity-js/core/lib/io';
|
|
4
|
+
import { FileSystem } from '@serenity-js/core/lib/io';
|
|
5
|
+
import type { ReadStream, Stats, WriteStream } from 'fs';
|
|
5
6
|
/**
|
|
6
7
|
* @package
|
|
7
8
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UseFileSystem.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/abilities/UseFileSystem.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"UseFileSystem.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/abilities/UseFileSystem.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,IAAI,CAAC;AAEzD;;GAEG;AACH,qBAAa,aAAc,SAAQ,OAAO;IAK1B,OAAO,CAAC,QAAQ,CAAC,UAAU;IAJvC,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,aAAa;gBAIP,UAAU,EAAE,UAAU;IAInD,gBAAgB,CAAC,kBAAkB,EAAE,IAAI,GAAG,UAAU;IAItD,mBAAmB,CAAC,kBAAkB,EAAE,IAAI,GAAG,WAAW;IAI1D,eAAe,CAAC,uBAAuB,EAAE,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAI7D,MAAM,CAAC,6BAA6B,EAAE,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAI1D,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAItD,YAAY,CAAC,6BAA6B,EAAE,IAAI,GAAG,OAAO,CAAC,KAAK,CAAC;CAGpE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UseFileSystem.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/abilities/UseFileSystem.ts"],"names":[],"mappings":";;;AAAA,4CAA4C;
|
|
1
|
+
{"version":3,"file":"UseFileSystem.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/abilities/UseFileSystem.ts"],"names":[],"mappings":";;;AAAA,4CAA4C;AAE5C,iDAAsD;AAGtD;;GAEG;AACH,MAAa,aAAc,SAAQ,cAAO;IACtC,MAAM,CAAC,EAAE,CAAC,IAAU;QAChB,OAAO,IAAI,aAAa,CAAC,IAAI,eAAU,CAAC,IAAI,CAAC,CAAC,CAAC;IACnD,CAAC;IAED,YAA6B,UAAsB;QAC/C,KAAK,EAAE,CAAC;QADiB,eAAU,GAAV,UAAU,CAAY;IAEnD,CAAC;IAED,gBAAgB,CAAC,kBAAwB;QACrC,OAAO,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,CAAC;IAChE,CAAC;IAED,mBAAmB,CAAC,kBAAwB;QACxC,OAAO,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,CAAC;IACnE,CAAC;IAED,eAAe,CAAC,uBAA6B;QACzC,OAAO,IAAI,CAAC,UAAU,CAAC,uBAAuB,CAAC,uBAAuB,CAAC,CAAC;IAC5E,CAAC;IAED,MAAM,CAAC,6BAAmC;QACtC,OAAO,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,6BAA6B,CAAC,CAAC;IACjE,CAAC;IAED,MAAM,CAAC,MAAY,EAAE,WAAiB;QAClC,OAAO,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;IACvD,CAAC;IAED,YAAY,CAAC,6BAAmC;QAC5C,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC;IAC/D,CAAC;CACJ;AAhCD,sCAgCC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateDirectory.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/interactions/CreateDirectory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateDirectory.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/interactions/CreateDirectory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAIrD;;GAEG;AACH,eAAO,MAAM,eAAe;sBACN,IAAI,KAAG,WAAW;CAIvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenameFile.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/interactions/RenameFile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"RenameFile.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/interactions/RenameFile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAIrD;;GAEG;AACH,eAAO,MAAM,UAAU;mBACJ,IAAI;0BACG,IAAI;;CAG7B,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Answerable, AnswersQuestions, CollectsArtifacts,
|
|
2
|
-
import {
|
|
1
|
+
import type { Answerable, AnswersQuestions, CollectsArtifacts, UsesAbilities } from '@serenity-js/core';
|
|
2
|
+
import { Interaction } from '@serenity-js/core';
|
|
3
|
+
import type { Path } from '@serenity-js/core/lib/io';
|
|
3
4
|
/**
|
|
4
5
|
* @package
|
|
5
6
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spawn.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/interactions/Spawn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"Spawn.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/interactions/Spawn.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACxG,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAMrD;;GAEG;AACH,qBAAa,KAAM,SAAQ,WAAW;IAM9B,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,IAAI;IANzB,MAAM,CAAC,GAAG,CAAC,gBAAgB,EAAE,UAAU,CAAC,IAAI,CAAC,EAAE,GAAG,IAAI,EAAE,MAAM,EAAE,GAAG,KAAK;gBAKnD,gBAAgB,EAAE,UAAU,CAAC,IAAI,CAAC,EAClC,IAAI,EAAE,MAAM,EAAE;IAKnC;;;;;;;;;;;;OAYG;IACH,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC;CAkBxF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spawn.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/interactions/Spawn.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Spawn.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/interactions/Spawn.ts"],"names":[],"mappings":";;;AACA,4CAAgD;AAEhD,iDAA6C;AAC7C,iDAAsC;AAEtC,uCAAsE;AAEtE;;GAEG;AACH,MAAa,KAAM,SAAQ,kBAAW;IAClC,MAAM,CAAC,GAAG,CAAC,gBAAkC,EAAE,GAAG,IAAc;QAC5D,OAAO,IAAI,KAAK,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC;IAC7C,CAAC;IAED,YACqB,gBAAkC,EAClC,IAAc;QAE/B,KAAK,CAAC,IAAA,MAAC,EAAA,mBAAoB,gBAAiB,SAAU,IAAK,EAAE,CAAC,CAAC;QAH9C,qBAAgB,GAAhB,gBAAgB,CAAkB;QAClC,SAAI,GAAJ,IAAI,CAAU;IAGnC,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,SAAS,CAAC,KAA2D;QACjE,OAAO,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,gBAAgB,CAAC;aACrC,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACtD,KAAK,CAAC,OAAO,CAAC,oBAAY,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,aAAc,gBAAgB,CAAC,KAAM,IAAK,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAE,EAAE,EAAE,CAAC,CAAC,CAAC;YAEpH,MAAM,OAAO,GAAG,IAAA,qBAAK,EAAC,gBAAgB,CAAC,KAAK,EAAE,IAAI,CAAC,IAAI,EAAE,EAAE,KAAK,EAAE,CAAC,OAAO,CAAC,KAAK,EAAE,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;YAErH,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,KAAY,EAAE,EAAE,CACnC,KAAK,CAAC,OAAO,CAAC,iBAAS,CAAC,QAAQ,CAAC,EAAE,WAAW,EAAE,sCAAsC,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,EAAE,CAAC,CAAC,CACzI,CAAC;YAEF,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,QAAgB,EAAE,EAAE,CACtC,QAAQ,KAAK,CAAC;gBACV,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;gBACjB,CAAC,CAAC,MAAM,CAAC,IAAI,sBAAc,CAAC,qCAAsC,QAAS,KAAM,gBAAgB,CAAC,KAAM,IAAK,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAE,EAAE,CAAC,CAAC,CAC5I,CAAC;QACN,CAAC,CAAC,CAAC,CAAC;IACZ,CAAC;CACJ;AA3CD,sBA2CC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { Answerable, AnswersQuestions, CollectsArtifacts,
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { Answerable, AnswersQuestions, CollectsArtifacts, UsesAbilities } from '@serenity-js/core';
|
|
2
|
+
import { Interaction } from '@serenity-js/core';
|
|
3
|
+
import type { Path } from '@serenity-js/core/lib/io';
|
|
4
|
+
import type { AxiosRequestConfig } from 'axios';
|
|
4
5
|
/**
|
|
5
6
|
* @package
|
|
6
7
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamResponse.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/interactions/StreamResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"StreamResponse.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/interactions/StreamResponse.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACxG,OAAO,EAAsB,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACpE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAGrD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAKhD;;GAEG;AACH,qBAAa,cAAe,SAAQ,WAAW;IASvC,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,WAAW;IARhC,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,CAAC,kBAAkB,CAAC;0BAEvB,IAAI;;gBAKT,OAAO,EAAE,UAAU,CAAC,kBAAkB,CAAC,EACvC,WAAW,EAAE,IAAI;IAKtC;;;;;;;;;;;;OAYG;IACH,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC;CA4CxF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamResponse.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/interactions/StreamResponse.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"StreamResponse.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/interactions/StreamResponse.ts"],"names":[],"mappings":";;;AACA,4CAAoE;AAEpE,iDAA6C;AAC7C,4CAA8C;AAG9C,uCAAmE;AACnE,4CAA6C;AAE7C;;GAEG;AACH,MAAa,cAAe,SAAQ,kBAAW;IAE3C,MAAM,CAAC,EAAE,CAAC,OAAuC;QAC7C,OAAO;YACH,EAAE,EAAE,CAAC,WAAiB,EAAE,EAAE,CAAC,IAAI,cAAc,CAAC,OAAO,EAAE,WAAW,CAAC;SACtE,CAAC;IACN,CAAC;IAED,YACqB,OAAuC,EACvC,WAAiB;QAElC,KAAK,CAAC,IAAA,MAAC,EAAA,4BAA6B,OAAQ,OAAQ,WAAW,CAAC,KAAM,EAAE,CAAC,CAAC;QAHzD,YAAO,GAAP,OAAO,CAAgC;QACvC,gBAAW,GAAX,WAAW,CAAM;IAGtC,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,SAAS,CAAC,KAA2D;QACjE,OAAO,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC;aAC5B,IAAI,CAAC,CAAC,MAA0B,EAAE,EAAE,CAAC,gBAAS,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC;YAC9D,GAAG,MAAM;YACT,YAAY,EAAE,QAAQ;SACzB,CAAC;aACD,IAAI,CAAC,QAAQ,CAAC,EAAE;YACb,IAAI,QAAQ,CAAC,MAAM,KAAK,GAAG,EAAE;gBACzB,MAAM,IAAI,yBAAkB,CAAC,cAAe,QAAQ,CAAC,MAAO,IAAK,QAAQ,CAAC,UAAW,6BAA8B,MAAM,CAAC,GAAI,EAAE,CAAC,CAAC;aACrI;YAED,OAAO,QAAQ,CAAC;QACpB,CAAC,CAAC;aACD,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YAE9C,KAAK,CAAC,OAAO,CAAC,oBAAY,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,eAAgB,MAAM,CAAC,GAAI,OAAQ,IAAI,CAAC,WAAW,CAAC,KAAM,EAAE,EAAE,CAAC,CAAC,CAAC;YAEhH,MACI,UAAU,GAAI,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,gBAAgB,CAAC,EAAE,EAAE,CAAC,EACrE,MAAM,GAAQ,yBAAa,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAEhF,IAAI,oBAAoB,GAAI,CAAC,CAAC;YAE9B,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;YAE3B,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE;gBAC7B,MAAM,eAAe,GAAG,KAAK,CAAC,MAAM,CAAC;gBACrC,oBAAoB,IAAI,eAAe,CAAC;gBAExC,KAAK,CAAC,OAAO,CAAC,8BAAsB,CAAC,QAAQ,CAAC;oBAC1C,eAAe;oBACf,oBAAoB;oBACpB,UAAU;iBACb,CAAC,CAAC,CAAC;YACR,CAAC,CAAC,CAAC;YAEH,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE;gBACzB,MAAM,CAAC,GAAG,EAAE,CAAC;gBACb,OAAO,OAAO,EAAE,CAAC;YACrB,CAAC,CAAC,CAAC;YAEH,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;QACtD,CAAC,CAAC,CAAC,CAAC,CAAC;IACb,CAAC;CACJ;AAxED,wCAwEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checksum.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/Checksum.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"Checksum.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/Checksum.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAKrD;;GAEG;AACH,eAAO,MAAM,QAAQ;sBACC,IAAI;4CACkB,MAAM;;CAajD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileExists.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/FileExists.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"FileExists.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/FileExists.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAIrD;;GAEG;AACH,eAAO,MAAM,UAAU;eAER,IAAI;CAWlB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { AnswersQuestions,
|
|
1
|
+
import type { AnswersQuestions, UsesAbilities } from '@serenity-js/core';
|
|
2
|
+
import { Question } from '@serenity-js/core';
|
|
2
3
|
import { Path } from '@serenity-js/core/lib/io';
|
|
3
4
|
/**
|
|
4
5
|
* @package
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JavaExecutable.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/JavaExecutable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"JavaExecutable.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/JavaExecutable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAKhD;;GAEG;AACH,qBAAa,cAAe,SAAQ,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACvD,OAAO,CAAC,OAAO,CAAS;;IAOxB,UAAU,CAAC,KAAK,EAAE,gBAAgB,GAAG,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC;IAMlE;;;;;;OAMG;IACH,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAKlC,QAAQ,IAAI,MAAM;IAIlB,OAAO,CAAC,YAAY;IAMpB,OAAO,CAAC,SAAS;CAGpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JavaExecutable.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/JavaExecutable.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"JavaExecutable.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/JavaExecutable.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AACA,4CAA6C;AAC7C,iDAAgD;AAChD,2CAA6B,CAAG,2CAA2C;AAC3E,+BAAiC;AACjC,MAAM,YAAY,GAAG,IAAA,gBAAS,EAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAE,0DAA0D;AAEtH;;GAEG;AACH,MAAa,cAAe,SAAQ,eAAuB;IAGvD;QACI,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,OAAO,GAAG,iBAAiB,CAAC;IACrC,CAAC;IAED,UAAU,CAAC,KAAuC;QAC9C,OAAO,YAAY,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;aAClC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,EAAE,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC;aAC7E,IAAI,CAAC,SAAI,CAAC,QAAQ,CAAC,CAAC;IAC7B,CAAC;IAED;;;;;;OAMG;IACH,WAAW,CAAC,OAAe;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;IAED,QAAQ;QACJ,OAAO,IAAI,CAAC,OAAO,CAAC;IACxB,CAAC;IAEO,YAAY;QAChB,OAAO,IAAI,CAAC,SAAS,EAAE;YACnB,CAAC,CAAC,UAAU;YACZ,CAAC,CAAC,MAAM,CAAC;IACjB,CAAC;IAEO,SAAS;QACb,OAAO,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IACjD,CAAC;CACJ;AAvCD,wCAuCC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { AnswersQuestions,
|
|
2
|
-
import {
|
|
1
|
+
import type { AnswersQuestions, UsesAbilities } from '@serenity-js/core';
|
|
2
|
+
import { Question } from '@serenity-js/core';
|
|
3
|
+
import type { Argv } from '../../Argv';
|
|
3
4
|
/**
|
|
4
5
|
* @package
|
|
5
6
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SerenityBDDArguments.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/SerenityBDDArguments.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"SerenityBDDArguments.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/SerenityBDDArguments.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,QAAQ,CAAC,MAAM,EAAE,CAAC;IAiB5C,OAAO,CAAC,QAAQ,CAAC,IAAI;IAhBjC,OAAO,CAAC,OAAO,CAAS;IAExB,OAAO,CAAC,MAAM,CAAC,OAAO,CAQpB;IAEF,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,GAAG,oBAAoB;gBAIhB,IAAI,EAAE,IAAI;IAKvC,UAAU,CAAC,KAAK,EAAE,gBAAgB,GAAG,aAAa,GAAG,MAAM,EAAE;IAM7D;;;;;;OAMG;IACH,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAKlC,QAAQ,IAAI,MAAM;CAGrB"}
|
|
@@ -34,6 +34,7 @@ class SerenityBDDArguments extends core_1.Question {
|
|
|
34
34
|
return this.subject;
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
+
exports.SerenityBDDArguments = SerenityBDDArguments;
|
|
37
38
|
SerenityBDDArguments.Allowed = [
|
|
38
39
|
'destination',
|
|
39
40
|
'features',
|
|
@@ -43,5 +44,4 @@ SerenityBDDArguments.Allowed = [
|
|
|
43
44
|
'project',
|
|
44
45
|
'source',
|
|
45
46
|
];
|
|
46
|
-
exports.SerenityBDDArguments = SerenityBDDArguments;
|
|
47
47
|
//# sourceMappingURL=SerenityBDDArguments.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SerenityBDDArguments.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/SerenityBDDArguments.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"SerenityBDDArguments.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/SerenityBDDArguments.ts"],"names":[],"mappings":";;;AACA,4CAA6C;AAI7C;;GAEG;AACH,MAAa,oBAAqB,SAAQ,eAAkB;IAaxD,MAAM,CAAC,IAAI,CAAC,IAAU;QAClB,OAAO,IAAI,oBAAoB,CAAC,IAAI,CAAC,CAAC;IAC1C,CAAC;IAED,YAA6B,IAAU;QACnC,KAAK,EAAE,CAAC;QADiB,SAAI,GAAJ,IAAI,CAAM;QAEnC,IAAI,CAAC,OAAO,GAAG,wBAAwB,CAAC;IAC5C,CAAC;IAED,UAAU,CAAC,KAAuC;QAC9C,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;aACxB,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAE,CAAE,oBAAoB,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;aAClF,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,KAAM,GAAI,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IACxD,CAAC;IAED;;;;;;OAMG;IACH,WAAW,CAAC,OAAe;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;IAED,QAAQ;QACJ,OAAO,IAAI,CAAC,OAAO,CAAC;IACxB,CAAC;;AA1CL,oDA2CC;AAxCkB,4BAAO,GAAI;IACtB,aAAa;IACb,UAAU;IACV,iBAAiB;IACjB,aAAa;IACb,SAAS;IACT,SAAS;IACT,QAAQ;CACX,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SystemProperties.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/SystemProperties.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"SystemProperties.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/SystemProperties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGzD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC;;GAEG;AACH,eAAO,MAAM,gBAAgB;eACd,IAAI,KAAG,gBAAgB,MAAM,EAAE,CAAC;CAI9C,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SystemProperties.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/SystemProperties.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"SystemProperties.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/questions/SystemProperties.ts"],"names":[],"mappings":";;;AACA,4CAA6C;AAI7C;;GAEG;AACU,QAAA,gBAAgB,GAAG;IAC5B,EAAE,EAAE,CAAC,IAAU,EAA6B,EAAE,CAC1C,eAAQ,CAAC,KAAK,CAAW,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAClD,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;SACZ,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,KAAM,GAAI,IAAK,IAAI,CAAC,GAAG,CAAE,EAAE,CAAC,CAAC;CACxD,CAAA"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
-
import { AnswersQuestions, PerformsActivities,
|
|
2
|
+
import type { AnswersQuestions, PerformsActivities, UsesAbilities } from '@serenity-js/core';
|
|
3
|
+
import { Task } from '@serenity-js/core';
|
|
3
4
|
import { Path } from '@serenity-js/core/lib/io';
|
|
4
|
-
import { URL } from 'url';
|
|
5
|
-
import { GAV } from '../../model';
|
|
5
|
+
import type { URL } from 'url';
|
|
6
|
+
import type { GAV } from '../../model';
|
|
6
7
|
/**
|
|
7
8
|
* @package
|
|
8
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DownloadArtifact.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/tasks/DownloadArtifact.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,
|
|
1
|
+
{"version":3,"file":"DownloadArtifact.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/tasks/DownloadArtifact.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7F,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAEhD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AAKvC;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,IAAI;IAUlC,OAAO,CAAC,QAAQ,CAAC,GAAG;IACpB,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IAXzC,MAAM,CAAC,YAAY,CAAC,kBAAkB,EAAE,GAAG;oCAEP,GAAG;uCACA,IAAI;;;gBAMtB,GAAG,EAAE,GAAG,EACR,UAAU,EAAE,GAAG,EACf,oBAAoB,EAAE,IAAI;IAK/C;;;;;;;;;;;;OAYG;IACH,SAAS,CAAC,KAAK,EAAE,kBAAkB,GAAG,aAAa,GAAG,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,GAAG,CAAC;IAmBrG,OAAO,CAAC,WAAW;CAStB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DownloadArtifact.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/tasks/DownloadArtifact.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"DownloadArtifact.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/tasks/DownloadArtifact.ts"],"names":[],"mappings":";;;AACA,4CAAyC;AACzC,iDAAgD;AAChD,4CAA+C;AAI/C,kDAA0E;AAC1E,2DAAwD;AACxD,qDAAkD;AAElD;;GAEG;AACH,MAAa,gBAAiB,SAAQ,WAAI;IACtC,MAAM,CAAC,YAAY,CAAC,kBAAuB;QACvC,OAAO;YACH,aAAa,EAAE,CAAC,UAAe,EAAE,EAAE,CAAC,CAAC;gBACjC,EAAE,EAAE,CAAC,oBAA0B,EAAE,EAAE,CAAC,IAAI,gBAAgB,CAAC,kBAAkB,EAAE,UAAU,EAAE,oBAAoB,CAAC;aACjH,CAAC;SACL,CAAC;IACN,CAAC;IAED,YACqB,GAAQ,EACR,UAAe,EACf,oBAA0B;QAE3C,KAAK,CAAC,oBAAqB,GAAG,CAAC,MAAM,EAAE,CAAC,KAAM,SAAU,UAAU,CAAC,QAAQ,EAAG,EAAE,CAAC,CAAC;QAJjE,QAAG,GAAH,GAAG,CAAK;QACR,eAAU,GAAV,UAAU,CAAK;QACf,yBAAoB,GAApB,oBAAoB,CAAM;IAG/C,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,SAAS,CAAC,KAA4D;QAClE,MACI,YAAY,GAAU,IAAI,SAAI,CAAC,GAAI,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC,KAAM,WAAW,CAAC,EAAK,oDAAoD;QAChI,cAAc,GAAQ,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,YAAY,CAAC,EAAU,oDAAoD;QAChI,kBAAkB,GAAI,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC,CAAC;QAE5E,OAAO,KAAK,CAAC,UAAU,CACnB,qBAAM,CAAC,IAAI,CAAC,oFAAoF,CAAC,EACjG,8BAAe,CAAC,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC,EAC7C,6BAAc;aACT,EAAE,CAAC,iBAAU,CAAC,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC;aACrC,EAAE,CAAC,cAAc,CAAC,EACvB,qBAAM,CAAC,IAAI,CAAC,wBAAwB,CAAC,EACrC,+BAAc,CAAC,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,GAAG,OAAO,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,eAAe,CAAC,MAAM,CAAC,EAC/F,uBAAU,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,EAAE,CAAC,kBAAkB,CAAC,EACtD,qBAAM,CAAC,IAAI,CAAC,cAAe,kBAAkB,CAAC,KAAM,EAAE,CAAC,CAC1D,CAAC;IACN,CAAC;IAEO,WAAW;QACf,OAAO;YACH,IAAI,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,MAAM,EAAE,EAAE,CAAC;YAC9C,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC;YAC9B,IAAI,CAAC,GAAG,CAAC,UAAU;YACnB,IAAI,CAAC,GAAG,CAAC,OAAO;YAChB,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC,KAAK;SAC1B,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAChB,CAAC;CACJ;AA1DD,4CA0DC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Answerable, AnswersQuestions, PerformsActivities,
|
|
2
|
-
import {
|
|
1
|
+
import type { Answerable, AnswersQuestions, PerformsActivities, UsesAbilities } from '@serenity-js/core';
|
|
2
|
+
import { Task } from '@serenity-js/core';
|
|
3
|
+
import type { Path } from '@serenity-js/core/lib/io';
|
|
3
4
|
/**
|
|
4
5
|
* @package
|
|
5
6
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvokeSerenityBDD.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/tasks/InvokeSerenityBDD.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"InvokeSerenityBDD.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/tasks/InvokeSerenityBDD.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACzG,OAAO,EAAmB,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAMrD;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,IAAI;IAcnC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,KAAK;IAf1B,MAAM,CAAC,EAAE,CAAC,cAAc,EAAE,IAAI,GAAG,iBAAiB;IAIlD,aAAa,CAAC,IAAI,EAAE,UAAU,CAAC,MAAM,EAAE,CAAC,GAAG,iBAAiB;IAI5D,cAAc,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,EAAE,CAAC,GAAG,iBAAiB;gBAK9C,cAAc,EAAE,IAAI,EACpB,IAAI,GAAE,UAAU,CAAC,MAAM,EAAE,CAAgD,EACzE,KAAK,GAAE,UAAU,CAAC,MAAM,EAAE,CAAgD;IAK/F;;;;;;;;;;;;OAYG;IACH,SAAS,CAAC,KAAK,EAAE,kBAAkB,GAAG,aAAa,GAAG,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,GAAG,CAAC;CAmBxG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvokeSerenityBDD.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/tasks/InvokeSerenityBDD.ts"],"names":[],"mappings":";;;AAAA,wDAAiD;
|
|
1
|
+
{"version":3,"file":"InvokeSerenityBDD.js","sourceRoot":"","sources":["../../../../src/cli/screenplay/tasks/InvokeSerenityBDD.ts"],"names":[],"mappings":";;;AAAA,wDAAiD;AAEjD,4CAA0D;AAG1D,kDAAwC;AACxC,iEAA8D;AAC9D,4CAA0D;AAE1D;;GAEG;AACH,MAAa,iBAAkB,SAAQ,WAAI;IACvC,MAAM,CAAC,EAAE,CAAC,cAAoB;QAC1B,OAAO,IAAI,iBAAiB,CAAC,cAAc,CAAC,CAAC;IACjD,CAAC;IAED,aAAa,CAAC,IAA0B;QACpC,OAAO,IAAI,iBAAiB,CAAC,IAAI,CAAC,cAAc,EAAE,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;IACxE,CAAC;IAED,cAAc,CAAC,UAAgC;QAC3C,OAAO,IAAI,iBAAiB,CAAC,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;IAC7E,CAAC;IAED,YACqB,cAAoB,EACpB,OAA8B,eAAQ,CAAC,KAAK,CAAC,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,EACzE,QAA8B,eAAQ,CAAC,KAAK,CAAC,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC;QAE3F,KAAK,CAAC,6BAA6B,CAAC,CAAC;QAJpB,mBAAc,GAAd,cAAc,CAAM;QACpB,SAAI,GAAJ,IAAI,CAAqE;QACzE,UAAK,GAAL,KAAK,CAAqE;IAG/F,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,SAAS,CAAC,KAA4D;QAElE,OAAO,OAAO,CAAC,GAAG,CAAC;YACf,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;YACvB,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC;SAC3B,CAAC;YACF,IAAI,CAAC,CAAC,CAAE,IAAI,EAAE,KAAK,CAAE,EAAE,EAAE,CACrB,KAAK,CAAC,UAAU,CACZ,YAAK;aACA,OAAO,CAAC,sBAAU,CAAC,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,IAAA,mBAAM,EAAC,KAAK,CAAC,CAAC;aAC1D,OAAO,CAAC,6BAAa,CAAC,OAAO,CAC1B,6CAA8C,IAAI,CAAC,cAAc,CAAC,KAAM,IAAI;YAC5E,kDAAkD,CACrD,CAAC;QACN,wDAAwD;QACxD,oBAAK,CAAC,GAAG,CAAC,IAAI,0BAAc,EAAE,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CACxF,CACJ,CAAC;IACN,CAAC;CACJ;AArDD,8CAqDC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VerifyChecksum.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/tasks/VerifyChecksum.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"VerifyChecksum.d.ts","sourceRoot":"","sources":["../../../../src/cli/screenplay/tasks/VerifyChecksum.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAKrD;;GAEG;AACH,eAAO,MAAM,cAAc;sBACL,MAAM;kCACM,IAAI;gDACU,MAAM;;;CAOrD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Stage, StageCrewMember } from '@serenity-js/core';
|
|
2
|
-
import { DomainEvent } from '@serenity-js/core/lib/events';
|
|
3
|
-
import { Printer } from '../Printer';
|
|
1
|
+
import type { Stage, StageCrewMember } from '@serenity-js/core';
|
|
2
|
+
import type { DomainEvent } from '@serenity-js/core/lib/events';
|
|
3
|
+
import type { Printer } from '../Printer';
|
|
4
4
|
/**
|
|
5
5
|
* @desc
|
|
6
6
|
* Notifies the user of any {@apilink Notification} or {@apilink Complaint} type artifacts being reported.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationReporter.d.ts","sourceRoot":"","sources":["../../../src/cli/stage/NotificationReporter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"NotificationReporter.d.ts","sourceRoot":"","sources":["../../../src/cli/stage/NotificationReporter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAChE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAIhE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAE1C;;;;;GAKG;AACH,qBAAa,oBAAqB,YAAW,eAAe;IAEpD,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC;gBADN,OAAO,EAAE,OAAO,EAChB,KAAK,CAAC,EAAE,KAAK;IAIlC,UAAU,CAAC,KAAK,EAAE,KAAK,GAAG,eAAe;IAIzC,QAAQ,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;CAUrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationReporter.js","sourceRoot":"","sources":["../../../src/cli/stage/NotificationReporter.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"NotificationReporter.js","sourceRoot":"","sources":["../../../src/cli/stage/NotificationReporter.ts"],"names":[],"mappings":";;;AAEA,yDAAiE;AAEjE,oCAAmD;AAGnD;;;;;GAKG;AACH,MAAa,oBAAoB;IAC7B,YACqB,OAAgB,EAChB,KAAa;QADb,YAAO,GAAP,OAAO,CAAS;QAChB,UAAK,GAAL,KAAK,CAAQ;IAElC,CAAC;IAED,UAAU,CAAC,KAAY;QACnB,OAAO,IAAI,oBAAoB,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IACzD,CAAC;IAED,QAAQ,CAAC,KAAkB;QACvB,IAAI,KAAK,YAAY,0BAAiB,IAAI,KAAK,CAAC,QAAQ,YAAY,oBAAY,EAAE;YAC9E,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,YAAiC,EAAE,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC;SACtG;aAEI,IAAI,KAAK,YAAY,0BAAiB,IAAI,KAAK,CAAC,QAAQ,YAAY,iBAAS,EAAE;YAChF,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAA2D,EAAE,EAAE,CAC/H,GAAI,WAAY,KAAM,KAAM,EAAE,CAAC,CAAC,CAAC;SACxC;IACL,CAAC;CACJ;AArBD,oDAqBC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Stage, StageCrewMember } from '@serenity-js/core';
|
|
2
|
-
import { DomainEvent } from '@serenity-js/core/lib/events';
|
|
1
|
+
import type { Stage, StageCrewMember } from '@serenity-js/core';
|
|
2
|
+
import type { DomainEvent } from '@serenity-js/core/lib/events';
|
|
3
3
|
import ProgressBar from 'progress';
|
|
4
|
-
import { Printer } from '../Printer';
|
|
4
|
+
import type { Printer } from '../Printer';
|
|
5
5
|
/**
|
|
6
6
|
* @desc
|
|
7
7
|
* Notifies the user of the progress of the Serenity BDD CLI jar download.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressReporter.d.ts","sourceRoot":"","sources":["../../../src/cli/stage/ProgressReporter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"ProgressReporter.d.ts","sourceRoot":"","sources":["../../../src/cli/stage/ProgressReporter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAChE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAEhE,OAAO,WAAW,MAAM,UAAU,CAAC;AAGnC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAE1C;;;;;GAKG;AACH,qBAAa,gBAAiB,YAAW,eAAe;IAEhD,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC;IACvB,OAAO,CAAC,WAAW,CAAC;gBAFH,OAAO,EAAE,OAAO,EAChB,KAAK,CAAC,EAAE,KAAK,EACtB,WAAW,CAAC,EAAE,WAAW;IAIrC,UAAU,CAAC,KAAK,EAAE,KAAK,GAAG,eAAe;IAIzC,QAAQ,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;CAiBrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressReporter.js","sourceRoot":"","sources":["../../../src/cli/stage/ProgressReporter.ts"],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"ProgressReporter.js","sourceRoot":"","sources":["../../../src/cli/stage/ProgressReporter.ts"],"names":[],"mappings":";;;;;;AAEA,yDAAiE;AACjE,wDAAmC;AAEnC,oCAAkD;AAGlD;;;;;GAKG;AACH,MAAa,gBAAgB;IACzB,YACqB,OAAgB,EAChB,KAAa,EACtB,WAAyB;QAFhB,YAAO,GAAP,OAAO,CAAS;QAChB,UAAK,GAAL,KAAK,CAAQ;QACtB,gBAAW,GAAX,WAAW,CAAc;IAErC,CAAC;IAED,UAAU,CAAC,KAAY;QACnB,OAAO,IAAI,gBAAgB,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC;IACvE,CAAC;IAED,QAAQ,CAAC,KAAkB;QACvB,IAAI,KAAK,YAAY,0BAAiB,IAAI,KAAK,CAAC,QAAQ,YAAY,8BAAsB,EAAE;YACxF,MAAM,EAAE,eAAe,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAkF,CAAC;YAE9J,IAAI,CAAE,IAAI,CAAC,WAAW,EAAE;gBACpB,IAAI,CAAC,WAAW,GAAG,IAAI,kBAAW,CAAC,0EAA0E,EAAE;oBAC3G,QAAQ,EAAE,GAAG;oBACb,UAAU,EAAE,GAAG;oBACf,KAAK,EAAE,EAAE;oBACT,KAAK,EAAE,UAAU;oBACjB,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG;iBAC3B,CAAC,CAAC;aACN;YAED,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;SAC1C;IACL,CAAC;CACJ;AA7BD,4CA6BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RunCommandActors.d.ts","sourceRoot":"","sources":["../../../src/cli/stage/RunCommandActors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"RunCommandActors.d.ts","sourceRoot":"","sources":["../../../src/cli/stage/RunCommandActors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAC,MAAM,mBAAmB,CAAC;AAEpD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAIrD;;GAEG;AACH,qBAAa,gBAAiB,YAAW,IAAI;IAC7B,OAAO,CAAC,QAAQ,CAAC,GAAG;gBAAH,GAAG,EAAE,IAAI;IAGtC,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK;CAM/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RunCommandActors.js","sourceRoot":"","sources":["../../../src/cli/stage/RunCommandActors.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"RunCommandActors.js","sourceRoot":"","sources":["../../../src/cli/stage/RunCommandActors.ts"],"names":[],"mappings":";;;AACA,4CAA8C;AAG9C,8CAA8C;AAE9C;;GAEG;AACH,MAAa,gBAAgB;IACzB,YAA6B,GAAS;QAAT,QAAG,GAAH,GAAG,CAAM;IACtC,CAAC;IAED,OAAO,CAAC,KAAY;QAChB,OAAO,KAAK,CAAC,MAAM,CACf,0BAAa,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,EAC1B,gBAAS,CAAC,mBAAmB,EAAE,CAClC,CAAC;IACN,CAAC;CACJ;AAVD,4CAUC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Actor, Cast } from '@serenity-js/core';
|
|
2
|
-
import { Path } from '@serenity-js/core/lib/io';
|
|
3
|
-
import { AxiosInstance } from 'axios';
|
|
1
|
+
import type { Actor, Cast } from '@serenity-js/core';
|
|
2
|
+
import type { Path } from '@serenity-js/core/lib/io';
|
|
3
|
+
import type { AxiosInstance } from 'axios';
|
|
4
4
|
/**
|
|
5
5
|
* @package
|
|
6
6
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateCommandActors.d.ts","sourceRoot":"","sources":["../../../src/cli/stage/UpdateCommandActors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"UpdateCommandActors.d.ts","sourceRoot":"","sources":["../../../src/cli/stage/UpdateCommandActors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAC,MAAM,mBAAmB,CAAC;AAEpD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAErD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C;;GAEG;AACH,qBAAa,mBAAoB,YAAW,IAAI;IAExC,OAAO,CAAC,QAAQ,CAAC,GAAG;IACpB,OAAO,CAAC,QAAQ,CAAC,WAAW;gBADX,GAAG,EAAE,IAAI,EACT,WAAW,EAAE,MAAM,aAAa;IAIrD,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK;CAO/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateCommandActors.js","sourceRoot":"","sources":["../../../src/cli/stage/UpdateCommandActors.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"UpdateCommandActors.js","sourceRoot":"","sources":["../../../src/cli/stage/UpdateCommandActors.ts"],"names":[],"mappings":";;;AACA,4CAA8C;AAE9C,4CAA8C;AAG9C,8CAA8C;AAE9C;;GAEG;AACH,MAAa,mBAAmB;IAC5B,YACqB,GAAS,EACT,WAAgC;QADhC,QAAG,GAAH,GAAG,CAAM;QACT,gBAAW,GAAX,WAAW,CAAqB;IAErD,CAAC;IAED,OAAO,CAAC,KAAY;QAChB,OAAO,KAAK,CAAC,MAAM,CACf,gBAAS,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,EACnC,0BAAa,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,EAC1B,gBAAS,CAAC,mBAAmB,EAAE,CAClC,CAAC;IACN,CAAC;CACJ;AAdD,kDAcC"}
|
package/lib/index.d.ts
CHANGED
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAIzD,cAAc,SAAS,CAAC;AAExB,MAAM,CAAC,OAAO,UAAU,MAAM,IAAI,eAAe,CAEhD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SerenityBDDJsonSchema.d.ts","sourceRoot":"","sources":["../../../../src/stage/crew/serenity-bdd-reporter/SerenityBDDJsonSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"SerenityBDDJsonSchema.d.ts","sourceRoot":"","sources":["../../../../src/stage/crew/serenity-bdd-reporter/SerenityBDDJsonSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Stage, StageCrewMember } from '@serenity-js/core';
|
|
2
|
-
import { DomainEvent } from '@serenity-js/core/lib/events';
|
|
1
|
+
import type { Stage, StageCrewMember } from '@serenity-js/core';
|
|
2
|
+
import type { DomainEvent } from '@serenity-js/core/lib/events';
|
|
3
3
|
/**
|
|
4
4
|
* A {@apilink StageCrewMember} that produces [Serenity BDD](http://serenity-bdd.info/)-standard JSON reports
|
|
5
5
|
* to be parsed by [Serenity BDD CLI Reporter](https://github.com/serenity-bdd/serenity-cli)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SerenityBDDReporter.d.ts","sourceRoot":"","sources":["../../../../src/stage/crew/serenity-bdd-reporter/SerenityBDDReporter.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"SerenityBDDReporter.d.ts","sourceRoot":"","sources":["../../../../src/stage/crew/serenity-bdd-reporter/SerenityBDDReporter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEhE,OAAO,KAAK,EAAE,WAAW,EAAC,MAAM,8BAA8B,CAAC;AAM/D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmEG;AACH,qBAAa,mBAAoB,YAAW,eAAe;IAO3C,OAAO,CAAC,KAAK,CAAC;IAN1B,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA2B;IACvD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA8B;IAEzD;;OAEG;gBACiB,KAAK,CAAC,EAAE,KAAK;IAGjC;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,KAAK,GAAG,eAAe;IAKzC;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IA2ClC,OAAO,CAAC,eAAe;CAG1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SerenityBDDReporter.js","sourceRoot":"","sources":["../../../../src/stage/crew/serenity-bdd-reporter/SerenityBDDReporter.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"SerenityBDDReporter.js","sourceRoot":"","sources":["../../../../src/stage/crew/serenity-bdd-reporter/SerenityBDDReporter.ts"],"names":[],"mappings":";;;AACA,4CAAsD;AAEtD,yDAA0J;AAC1J,uDAA+E;AAE/E,6CAAoD;AAEpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmEG;AACH,MAAa,mBAAmB;IAI5B;;OAEG;IACH,YAAoB,KAAa;QAAb,UAAK,GAAL,KAAK,CAAQ;QANhB,gBAAW,GAAG,IAAI,wBAAiB,EAAE,CAAC;QACtC,eAAU,GAAG,IAAI,iCAAoB,EAAE,CAAC;IAMzD,CAAC;IAED;;OAEG;IACH,UAAU,CAAC,KAAY;QACnB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,OAAO,IAAI,CAAC;IAChB,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,KAAkB;QAEvB,IAAI,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE;YAC7B,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;SACnC;aAEI,IAAI,KAAK,YAAY,wBAAe,EAAE;YACvC,MAAM,EAAE,GAAG,qBAAa,CAAC,MAAM,EAAE,CAAC;YAElC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,gCAAuB,CAC3C,IAAI,YAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,EAC/B,IAAI,mBAAW,CAAC,yCAAyC,CAAC,EAC1D,EAAE,EACF,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE,CAC3B,CAAC,CAAC;YAEH,IAAI;gBACA,IAAI,CAAC,UAAU;qBACV,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC;qBACzB,OAAO,CAAC,MAAM,CAAC,EAAE;oBACd,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,0BAAiB,CACrC,MAAM,CAAC,OAAO,EACd,MAAM,CAAC,IAAI,EACX,MAAM,CAAC,QAAQ,EACf,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE,CAC3B,CAAC,CAAC;gBACP,CAAC,CAAC,CAAC;gBAEP,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,gCAAuB,CAC3C,EAAE,EACF,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE,CAC3B,CAAC,CAAC;aACN;YACD,OAAO,KAAK,EAAE;gBACV,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,6BAAoB,CACxC,KAAK,EACL,EAAE,EACF,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE,CAC3B,CAAC,CAAC;aACN;SACJ;IACL,CAAC;IAEO,eAAe,CAAC,KAAkB;QACtC,OAAO,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,KAAK,EAAE,SAAS,CAAC,CAAC;IAClE,CAAC;CACJ;AAnED,kDAmEC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DomainEventQueue } from '@serenity-js/core';
|
|
2
|
-
import { ActivityRelatedArtifactArchived, ActivityRelatedArtifactGenerated, BusinessRuleDetected, FeatureNarrativeDetected, SceneBackgroundDetected, SceneDescriptionDetected, SceneTagged, TestRunnerDetected } from '@serenity-js/core/lib/events';
|
|
3
|
-
import { SerenityBDDReport } from '../SerenityBDDJsonSchema';
|
|
4
|
-
import { SerenityBDDReportContext } from './SerenityBDDReportContext';
|
|
1
|
+
import type { DomainEventQueue } from '@serenity-js/core';
|
|
2
|
+
import type { ActivityRelatedArtifactArchived, ActivityRelatedArtifactGenerated, BusinessRuleDetected, FeatureNarrativeDetected, SceneBackgroundDetected, SceneDescriptionDetected, SceneTagged, TestRunnerDetected } from '@serenity-js/core/lib/events';
|
|
3
|
+
import type { SerenityBDDReport } from '../SerenityBDDJsonSchema';
|
|
4
|
+
import type { SerenityBDDReportContext } from './SerenityBDDReportContext';
|
|
5
5
|
/**
|
|
6
6
|
* @package
|
|
7
7
|
*/
|