@dev-blinq/cucumber_client 1.0.1193-dev → 1.0.1194-dev
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.
|
@@ -232,7 +232,7 @@ export const getImplementedSteps = async (projectDir) => {
|
|
|
232
232
|
delete scenario.scenarioText;
|
|
233
233
|
delete scenario.featureText;
|
|
234
234
|
delete scenario.scenarioDocument;
|
|
235
|
-
|
|
235
|
+
delete scenario.examples;
|
|
236
236
|
delete scenario.steps;
|
|
237
237
|
for (const tag of scenario.tags) {
|
|
238
238
|
delete tag.location;
|