@zohodesk/testinglibrary 2.9.2 → 3.0.2

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.
Files changed (122) hide show
  1. package/.gitlab-ci.yml +1 -1
  2. package/README.md +27 -1
  3. package/build/core/playwright/fixtures.js +24 -0
  4. package/build/core/playwright/index.js +10 -23
  5. package/build/core/playwright/setup/config-creator.js +3 -3
  6. package/build/core/playwright/setup/config-utils.js +8 -25
  7. package/build/core/playwright/test-runner.js +1 -1
  8. package/build/decorators.d.ts +1 -1
  9. package/build/decorators.js +1 -1
  10. package/build/setup-folder-structure/samples/actors-index.js +2 -0
  11. package/build/setup-folder-structure/samples/auth-setup-sample.js +14 -66
  12. package/build/setup-folder-structure/samples/editions-index.js +3 -0
  13. package/build/setup-folder-structure/samples/free-sample.json +25 -0
  14. package/build/setup-folder-structure/samples/settings.json +7 -0
  15. package/build/setup-folder-structure/setupProject.js +18 -5
  16. package/nobdd/uat/conf/nobdd/uat.config.js +1 -2
  17. package/nobdd/uat.config.js +1 -2
  18. package/package.json +7 -7
  19. package/build/bdd-framework/cli/commands/env.js +0 -42
  20. package/build/bdd-framework/cli/commands/export.js +0 -62
  21. package/build/bdd-framework/cli/commands/test.js +0 -64
  22. package/build/bdd-framework/cli/index.js +0 -11
  23. package/build/bdd-framework/cli/options.js +0 -19
  24. package/build/bdd-framework/cli/worker.js +0 -13
  25. package/build/bdd-framework/config/configDir.js +0 -35
  26. package/build/bdd-framework/config/enrichReporterData.js +0 -23
  27. package/build/bdd-framework/config/env.js +0 -50
  28. package/build/bdd-framework/config/index.js +0 -94
  29. package/build/bdd-framework/config/lang.js +0 -14
  30. package/build/bdd-framework/cucumber/buildStepDefinition.js +0 -43
  31. package/build/bdd-framework/cucumber/createTestStep.js +0 -43
  32. package/build/bdd-framework/cucumber/formatter/EventDataCollector.js +0 -126
  33. package/build/bdd-framework/cucumber/formatter/GherkinDocumentParser.js +0 -72
  34. package/build/bdd-framework/cucumber/formatter/PickleParser.js +0 -25
  35. package/build/bdd-framework/cucumber/formatter/durationHelpers.js +0 -13
  36. package/build/bdd-framework/cucumber/formatter/getColorFns.js +0 -57
  37. package/build/bdd-framework/cucumber/formatter/index.js +0 -16
  38. package/build/bdd-framework/cucumber/formatter/locationHelpers.js +0 -16
  39. package/build/bdd-framework/cucumber/loadConfig.js +0 -17
  40. package/build/bdd-framework/cucumber/loadFeatures.js +0 -70
  41. package/build/bdd-framework/cucumber/loadSnippetBuilder.js +0 -20
  42. package/build/bdd-framework/cucumber/loadSteps.js +0 -47
  43. package/build/bdd-framework/cucumber/resolveFeaturePaths.js +0 -62
  44. package/build/bdd-framework/cucumber/stepArguments.js +0 -21
  45. package/build/bdd-framework/cucumber/types.js +0 -5
  46. package/build/bdd-framework/cucumber/valueChecker.js +0 -23
  47. package/build/bdd-framework/decorators.js +0 -18
  48. package/build/bdd-framework/gen/fixtures.js +0 -48
  49. package/build/bdd-framework/gen/formatter.js +0 -167
  50. package/build/bdd-framework/gen/i18n.js +0 -39
  51. package/build/bdd-framework/gen/index.js +0 -197
  52. package/build/bdd-framework/gen/specialTags.js +0 -70
  53. package/build/bdd-framework/gen/testFile.js +0 -470
  54. package/build/bdd-framework/gen/testMeta.js +0 -60
  55. package/build/bdd-framework/gen/testNode.js +0 -35
  56. package/build/bdd-framework/gen/testPoms.js +0 -133
  57. package/build/bdd-framework/hooks/scenario.js +0 -130
  58. package/build/bdd-framework/hooks/worker.js +0 -89
  59. package/build/bdd-framework/index.js +0 -52
  60. package/build/bdd-framework/playwright/fixtureParameterNames.js +0 -93
  61. package/build/bdd-framework/playwright/getLocationInFile.js +0 -79
  62. package/build/bdd-framework/playwright/loadConfig.js +0 -42
  63. package/build/bdd-framework/playwright/loadUtils.js +0 -33
  64. package/build/bdd-framework/playwright/testTypeImpl.js +0 -79
  65. package/build/bdd-framework/playwright/transform.js +0 -88
  66. package/build/bdd-framework/playwright/types.js +0 -12
  67. package/build/bdd-framework/playwright/utils.js +0 -56
  68. package/build/bdd-framework/reporter/cucumber/base.js +0 -52
  69. package/build/bdd-framework/reporter/cucumber/custom.js +0 -73
  70. package/build/bdd-framework/reporter/cucumber/helper.js +0 -12
  71. package/build/bdd-framework/reporter/cucumber/html.js +0 -40
  72. package/build/bdd-framework/reporter/cucumber/index.js +0 -74
  73. package/build/bdd-framework/reporter/cucumber/json.js +0 -312
  74. package/build/bdd-framework/reporter/cucumber/junit.js +0 -205
  75. package/build/bdd-framework/reporter/cucumber/message.js +0 -20
  76. package/build/bdd-framework/reporter/cucumber/messagesBuilder/AttachmentMapper.js +0 -82
  77. package/build/bdd-framework/reporter/cucumber/messagesBuilder/Builder.js +0 -197
  78. package/build/bdd-framework/reporter/cucumber/messagesBuilder/GherkinDocument.js +0 -43
  79. package/build/bdd-framework/reporter/cucumber/messagesBuilder/GherkinDocumentClone.js +0 -52
  80. package/build/bdd-framework/reporter/cucumber/messagesBuilder/GherkinDocuments.js +0 -105
  81. package/build/bdd-framework/reporter/cucumber/messagesBuilder/Hook.js +0 -70
  82. package/build/bdd-framework/reporter/cucumber/messagesBuilder/Meta.js +0 -45
  83. package/build/bdd-framework/reporter/cucumber/messagesBuilder/Pickles.js +0 -27
  84. package/build/bdd-framework/reporter/cucumber/messagesBuilder/Projects.js +0 -38
  85. package/build/bdd-framework/reporter/cucumber/messagesBuilder/TestCase.js +0 -128
  86. package/build/bdd-framework/reporter/cucumber/messagesBuilder/TestCaseRun.js +0 -154
  87. package/build/bdd-framework/reporter/cucumber/messagesBuilder/TestCaseRunHooks.js +0 -123
  88. package/build/bdd-framework/reporter/cucumber/messagesBuilder/TestStepAttachments.js +0 -67
  89. package/build/bdd-framework/reporter/cucumber/messagesBuilder/TestStepRun.js +0 -114
  90. package/build/bdd-framework/reporter/cucumber/messagesBuilder/index.js +0 -30
  91. package/build/bdd-framework/reporter/cucumber/messagesBuilder/pwStepUtils.js +0 -70
  92. package/build/bdd-framework/reporter/cucumber/messagesBuilder/timing.js +0 -35
  93. package/build/bdd-framework/reporter/cucumber/messagesBuilder/types.js +0 -5
  94. package/build/bdd-framework/run/StepInvoker.js +0 -69
  95. package/build/bdd-framework/run/bddData/index.js +0 -59
  96. package/build/bdd-framework/run/bddData/types.js +0 -5
  97. package/build/bdd-framework/run/bddFixtures.js +0 -192
  98. package/build/bdd-framework/run/bddWorld.js +0 -79
  99. package/build/bdd-framework/run/bddWorldInternal.js +0 -11
  100. package/build/bdd-framework/snippets/index.js +0 -132
  101. package/build/bdd-framework/snippets/snippetSyntax.js +0 -43
  102. package/build/bdd-framework/snippets/snippetSyntaxDecorators.js +0 -26
  103. package/build/bdd-framework/snippets/snippetSyntaxTs.js +0 -18
  104. package/build/bdd-framework/stepDefinitions/createBdd.js +0 -66
  105. package/build/bdd-framework/stepDefinitions/decorators/class.js +0 -68
  106. package/build/bdd-framework/stepDefinitions/decorators/steps.js +0 -99
  107. package/build/bdd-framework/stepDefinitions/defineStep.js +0 -62
  108. package/build/bdd-framework/stepDefinitions/stepConfig.js +0 -24
  109. package/build/bdd-framework/steps/createBdd.js +0 -78
  110. package/build/bdd-framework/steps/decorators/class.js +0 -68
  111. package/build/bdd-framework/steps/decorators/steps.js +0 -98
  112. package/build/bdd-framework/steps/defineStep.js +0 -62
  113. package/build/bdd-framework/steps/stepConfig.js +0 -24
  114. package/build/bdd-framework/utils/AutofillMap.js +0 -20
  115. package/build/bdd-framework/utils/exit.js +0 -62
  116. package/build/bdd-framework/utils/index.js +0 -93
  117. package/build/bdd-framework/utils/jsStringWrap.js +0 -44
  118. package/build/bdd-framework/utils/logger.js +0 -30
  119. package/build/bdd-framework/utils/stripAnsiEscapes.js +0 -20
  120. package/build/setup-folder-structure/samples/authUsers-sample.json +0 -9
  121. package/build/setup-folder-structure/samples/env-config-sample.json +0 -21
  122. package/npm-shrinkwrap.json +0 -6475
@@ -1,79 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.BddWorld = void 0;
7
- exports.getWorldConstructor = getWorldConstructor;
8
- var _cucumber = require("@cucumber/cucumber");
9
- var _bddWorldInternal = require("./bddWorldInternal");
10
- class BddWorld extends _cucumber.World {
11
- options;
12
- // special namespace to hold internal bdd related methods, must be public.
13
- $internal;
14
- constructor(options) {
15
- super(options);
16
- this.options = options;
17
- this.$internal = new _bddWorldInternal.BddWorldInternal();
18
- }
19
- /**
20
- * Use custom fixture in cucumber-style steps.
21
- *
22
- * Note: TS does not support partial generic inference,
23
- * that's why we can't use this.useFixture<typeof test>('xxx');
24
- * The solution is to pass TestType as a generic to BddWorld
25
- * and call useFixture without explicit generic params.
26
- * Finally, it looks even better as there is no need to pass `typeof test`
27
- * in every `this.useFixture` call.
28
- *
29
- * The downside - it's impossible to pass fixtures type directly to `this.useFixture`
30
- * like it's done in @Fixture decorator.
31
- *
32
- * See: https://stackoverflow.com/questions/45509621/specify-only-first-type-argument
33
- * See: https://github.com/Microsoft/TypeScript/pull/26349
34
- */
35
- useFixture(fixtureName) {
36
- return this.$internal.currentStepFixtures[fixtureName];
37
- }
38
- get page() {
39
- return this.options.$bddWorldFixtures.page;
40
- }
41
- get context() {
42
- return this.options.$bddWorldFixtures.context;
43
- }
44
- get browser() {
45
- return this.options.$bddWorldFixtures.browser;
46
- }
47
- get browserName() {
48
- return this.options.$bddWorldFixtures.browserName;
49
- }
50
- get request() {
51
- return this.options.$bddWorldFixtures.request;
52
- }
53
- get testInfo() {
54
- return this.options.testInfo;
55
- }
56
- get tags() {
57
- return this.options.$tags;
58
- }
59
- get test() {
60
- return this.options.$test;
61
- }
62
- async init() {
63
- // async setup before each test
64
- }
65
- async destroy() {
66
- // async teardown after each test
67
- }
68
- }
69
- exports.BddWorld = BddWorld;
70
- function getWorldConstructor(supportCodeLibrary) {
71
- // setWorldConstructor was not called
72
- if (supportCodeLibrary.World === _cucumber.World) {
73
- return BddWorld;
74
- }
75
- if (!Object.prototype.isPrototypeOf.call(BddWorld, supportCodeLibrary.World)) {
76
- throw new Error(`CustomWorld should inherit from playwright-bdd World`);
77
- }
78
- return supportCodeLibrary.World;
79
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.BddWorldInternal = void 0;
7
- class BddWorldInternal {
8
- currentStepFixtures = {};
9
- bddDataManager;
10
- }
11
- exports.BddWorldInternal = BddWorldInternal;
@@ -1,132 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.Snippets = void 0;
7
- var _url = require("url");
8
- var _loadSnippetBuilder = require("../cucumber/loadSnippetBuilder");
9
- var _logger = require("../utils/logger");
10
- var _stepConfig = require("../steps/stepConfig");
11
- /**
12
- * Generate and show snippets for undefined steps
13
- */
14
-
15
- class Snippets {
16
- files;
17
- runConfiguration;
18
- supportCodeLibrary;
19
- snippetBuilder;
20
- bddBuiltInSyntax = false;
21
- constructor(files, runConfiguration, supportCodeLibrary) {
22
- this.files = files;
23
- this.runConfiguration = runConfiguration;
24
- this.supportCodeLibrary = supportCodeLibrary;
25
- }
26
- async print() {
27
- this.snippetBuilder = await this.createSnippetBuilder();
28
- const snippets = this.getSnippets();
29
- this.printHeader();
30
- this.printSnippets(snippets);
31
- this.printFooter(snippets);
32
- // exit();
33
- }
34
- async createSnippetBuilder() {
35
- const snippetInterface = this.runConfiguration.formats.options.snippetInterface;
36
- const snippetSyntax = this.getSnippetSyntax();
37
- return (0, _loadSnippetBuilder.loadSnippetBuilder)(this.supportCodeLibrary, snippetInterface, snippetSyntax);
38
- }
39
- getSnippetSyntax() {
40
- const snippetSyntax = this.runConfiguration.formats.options.snippetSyntax;
41
- if (!snippetSyntax && this.isPlaywrightStyle()) {
42
- this.bddBuiltInSyntax = true;
43
- const filePath = this.isDecorators() ? require.resolve('./snippetSyntaxDecorators.js') : this.isTypeScript() ? require.resolve('./snippetSyntaxTs.js') : require.resolve('./snippetSyntax.js');
44
- return (0, _url.pathToFileURL)(filePath).toString();
45
- } else {
46
- return snippetSyntax;
47
- }
48
- }
49
- getSnippets() {
50
- const snippetsSet = new Set();
51
- const snippets = [];
52
- this.files.forEach(file => {
53
- file.undefinedSteps.forEach(undefinedStep => {
54
- const {
55
- snippet,
56
- snippetWithLocation
57
- } = this.getSnippet(file, snippets.length + 1, undefinedStep);
58
- if (!snippetsSet.has(snippet)) {
59
- snippetsSet.add(snippet);
60
- snippets.push(snippetWithLocation);
61
- }
62
- });
63
- });
64
- return snippets;
65
- }
66
- getSnippet(file, index, undefinedStep) {
67
- const snippet = this.snippetBuilder.build({
68
- keywordType: undefinedStep.keywordType,
69
- pickleStep: undefinedStep.pickleStep
70
- });
71
- const {
72
- line,
73
- column
74
- } = undefinedStep.step.location;
75
- const snippetWithLocation = [`// ${index}. Missing step definition for "${file.featureUri}:${line}:${column}"`, snippet].join('\n');
76
- return {
77
- snippet,
78
- snippetWithLocation
79
- };
80
- }
81
- isTypeScript() {
82
- const {
83
- requirePaths,
84
- importPaths
85
- } = this.supportCodeLibrary.originalCoordinates;
86
- return requirePaths.some(p => p.endsWith('.ts')) || importPaths.some(p => p.endsWith('.ts'));
87
- }
88
- isPlaywrightStyle() {
89
- const {
90
- stepDefinitions
91
- } = this.supportCodeLibrary;
92
- return stepDefinitions.length > 0 ? stepDefinitions.some(step => (0, _stepConfig.isPlaywrightStyle)((0, _stepConfig.getStepConfig)(step))) : true;
93
- }
94
- isDecorators() {
95
- const {
96
- stepDefinitions
97
- } = this.supportCodeLibrary;
98
- const decoratorSteps = stepDefinitions.filter(step => (0, _stepConfig.isDecorator)((0, _stepConfig.getStepConfig)(step)));
99
- return decoratorSteps.length > stepDefinitions.length / 2;
100
- }
101
- printHeader() {
102
- const lines = [`Missing steps found. Use snippets below:`];
103
- if (this.bddBuiltInSyntax) {
104
- if (this.isDecorators()) {
105
- lines.push(`import { Fixture, Given, When, Then } from 'playwright-bdd/decorators';\n`);
106
- } else {
107
- lines.push(`import { createBdd } from '@zohodesk/testinglibrary';`, `const { Given, When, Then } = createBdd();\n`);
108
- }
109
- } else {
110
- lines.push(`import { Given, When, Then } from '@cucumber/cucumber';\n`);
111
- }
112
- _logger.logger.error(lines.join('\n\n'));
113
- }
114
- printSnippets(snippets) {
115
- _logger.logger.error(snippets.concat(['']).join('\n\n'));
116
- }
117
- printFooter(snippets) {
118
- _logger.logger.error(`Missing step definitions (${snippets.length}).`, `Use snippets above to create them.`);
119
- this.printWarningOnZeroScannedFiles();
120
- }
121
- printWarningOnZeroScannedFiles() {
122
- const {
123
- requirePaths,
124
- importPaths
125
- } = this.supportCodeLibrary.originalCoordinates;
126
- const scannedFilesCount = requirePaths.length + importPaths.length;
127
- if (scannedFilesCount === 0 && !this.isDecorators()) {
128
- _logger.logger.error(`Note that 0 step definition files found, check the config.`);
129
- }
130
- }
131
- }
132
- exports.Snippets = Snippets;
@@ -1,43 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- // todo: custom cucumber parameters
8
- // See: https://github.com/cucumber/cucumber-expressions#custom-parameter-types
9
- class _default {
10
- isTypescript = false;
11
- build({
12
- generatedExpressions,
13
- functionName,
14
- stepParameterNames
15
- }) {
16
- // Always take only first generatedExpression
17
- // Other expressions are for int/float combinations
18
- const generatedExpression = generatedExpressions[0];
19
- const expressionParameters = generatedExpression.parameterNames.map((name, i) => {
20
- const argName = `arg${i === 0 ? '' : i}`;
21
- const type = name.startsWith('string') ? 'string' : 'number';
22
- return this.isTypescript ? `${argName}: ${type}` : argName;
23
- });
24
- const stepParameters = stepParameterNames.map(argName => {
25
- const type = argName === 'dataTable' ? 'DataTable' : 'string';
26
- return this.isTypescript ? `${argName}: ${type}` : argName;
27
- });
28
- const allParameterNames = ['{}', ...expressionParameters, ...stepParameters];
29
- const functionSignature = `${functionName}('${this.escapeSpecialCharacters(generatedExpression)}', async (${allParameterNames.join(', ')}) => {`;
30
- return [functionSignature,
31
- // prettier-ignore
32
- ` // ...`, '});'].join('\n');
33
- }
34
- escapeSpecialCharacters(generatedExpression) {
35
- let source = generatedExpression.source;
36
- // double up any backslashes because we're in a javascript string
37
- source = source.replace(/\\/g, '\\\\');
38
- // escape any single quotes because that's our quote delimiter
39
- source = source.replace(/'/g, "\\'");
40
- return source;
41
- }
42
- }
43
- exports.default = _default;
@@ -1,26 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- class _default {
8
- build({
9
- generatedExpressions,
10
- functionName
11
- }) {
12
- // Always take only first generatedExpression
13
- // Other expressions are for int/float combinations
14
- const generatedExpression = generatedExpressions[0];
15
- return `@${functionName}('${this.escapeSpecialCharacters(generatedExpression)}')`;
16
- }
17
- escapeSpecialCharacters(generatedExpression) {
18
- let source = generatedExpression.source;
19
- // double up any backslashes because we're in a javascript string
20
- source = source.replace(/\\/g, '\\\\');
21
- // escape any single quotes because that's our quote delimiter
22
- source = source.replace(/'/g, "\\'");
23
- return source;
24
- }
25
- }
26
- exports.default = _default;
@@ -1,18 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = void 0;
8
- var _snippetSyntax = _interopRequireDefault(require("./snippetSyntax"));
9
- /**
10
- * Playwright-style snippet syntax for typescript.
11
- * Important to use separate file as it's simplest way to distinguish between js/ts
12
- * without hooking into cucumber machinery.
13
- */
14
-
15
- class _default extends _snippetSyntax.default {
16
- isTypescript = true;
17
- }
18
- exports.default = _default;
@@ -1,66 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.createBdd = createBdd;
7
- exports.hasCustomTest = void 0;
8
- var _bddFixtures = require("../run/bddFixtures");
9
- var _testTypeImpl = require("../playwright/testTypeImpl");
10
- var _defineStep = require("./defineStep");
11
- var _exit = require("../utils/exit");
12
- var _scenario = require("../hooks/scenario");
13
- var _worker = require("../hooks/worker");
14
- /**
15
- * Stuff related to writing steps in Playwright-style.
16
- */
17
-
18
- // Global flag showing that custom test was passed.
19
- // Used when checking 'importTestFrom' config option.
20
- // todo: https://github.com/vitalets/playwright-bdd/issues/46
21
- let hasCustomTest = exports.hasCustomTest = false;
22
- function createBdd(customTest) {
23
- if (!hasCustomTest) {
24
- exports.hasCustomTest = hasCustomTest = isCustomTest(customTest);
25
- }
26
- const Given = defineStepCtor('Given', hasCustomTest);
27
- const When = defineStepCtor('When', hasCustomTest);
28
- const Then = defineStepCtor('Then', hasCustomTest);
29
- const Step = defineStepCtor('Unknown', hasCustomTest);
30
- const Before = (0, _scenario.scenarioHookFactory)('before');
31
- const After = (0, _scenario.scenarioHookFactory)('after');
32
- const BeforeAll = (0, _worker.workerHookFactory)('beforeAll');
33
- const AfterAll = (0, _worker.workerHookFactory)('afterAll');
34
- return {
35
- Given,
36
- When,
37
- Then,
38
- Step,
39
- Before,
40
- After,
41
- BeforeAll,
42
- AfterAll
43
- };
44
- }
45
- function defineStepCtor(keyword, hasCustomTest) {
46
- return (pattern, fn) => {
47
- (0, _defineStep.defineStep)({
48
- keyword,
49
- pattern,
50
- fn,
51
- hasCustomTest
52
- });
53
- };
54
- }
55
- function isCustomTest(customTest) {
56
- if (!customTest || customTest === _bddFixtures.test) {
57
- return false;
58
- }
59
- assertTestHasBddFixtures(customTest);
60
- return true;
61
- }
62
- function assertTestHasBddFixtures(customTest) {
63
- if (!(0, _testTypeImpl.isTestContainsSubtest)(customTest, _bddFixtures.test)) {
64
- (0, _exit.exit)(`createBdd() should use 'test' extended from "playwright-bdd"`);
65
- }
66
- }
@@ -1,68 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.Fixture = Fixture;
7
- exports.getPomNodeByFixtureName = getPomNodeByFixtureName;
8
- var _steps = require("./steps");
9
- var _exit = require("../../utils/exit");
10
- /**
11
- * Class level @Fixture decorator.
12
- */
13
-
14
- /**
15
- * Graph of POM class inheritance.
16
- * Allows to guess correct fixture by step text.
17
- */
18
- const pomGraph = new Map();
19
- /**
20
- * @Fixture decorator.
21
- */
22
- function Fixture(fixtureName) {
23
- // context parameter is required for decorator by TS even though it's not used
24
- return Ctor => {
25
- createPomNode(Ctor, fixtureName);
26
- };
27
- }
28
- function createPomNode(Ctor, fixtureName) {
29
- const pomNode = {
30
- fixtureName,
31
- className: Ctor.name,
32
- children: new Set()
33
- };
34
- ensureUniqueFixtureName(pomNode);
35
- pomGraph.set(Ctor, pomNode);
36
- (0, _steps.linkStepsWithPomNode)(Ctor, pomNode);
37
- linkParentWithPomNode(Ctor, pomNode);
38
- return pomNode;
39
- }
40
- function ensureUniqueFixtureName({
41
- fixtureName,
42
- className
43
- }) {
44
- if (!fixtureName) {
45
- return;
46
- }
47
- const existingPom = getPomNodeByFixtureName(fixtureName);
48
- if (existingPom) {
49
- (0, _exit.exit)(`Duplicate fixture name "${fixtureName}"`, `defined for classes: ${existingPom.className}, ${className}`);
50
- }
51
- }
52
- function linkParentWithPomNode(Ctor, pomNode) {
53
- const parentCtor = Object.getPrototypeOf(Ctor);
54
- if (!parentCtor) {
55
- return;
56
- }
57
- // if parentCtor is not in pomGraph, add it.
58
- // Case: parent class is not marked with @Fixture, but has decorator steps (base class)
59
- const parentPomNode = pomGraph.get(parentCtor) || createPomNode(parentCtor, '');
60
- parentPomNode.children.add(pomNode);
61
- }
62
- function getPomNodeByFixtureName(fixtureName) {
63
- for (const pomNode of pomGraph.values()) {
64
- if (pomNode.fixtureName === fixtureName) {
65
- return pomNode;
66
- }
67
- }
68
- }
@@ -1,99 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.appendDecoratorSteps = appendDecoratorSteps;
7
- exports.createStepDecorator = createStepDecorator;
8
- exports.linkStepsWithPomNode = linkStepsWithPomNode;
9
- var _bddFixtures = require("../../run/bddFixtures");
10
- var _buildStepDefinition = require("../../cucumber/buildStepDefinition");
11
- var _defineStep = require("../defineStep");
12
- /**
13
- * Define steps via decorators.
14
- */
15
-
16
- // initially we sotre step data inside method,
17
- // and then extract it in @Fixture decorator call
18
- const decoratedStepSymbol = Symbol('decoratedStep');
19
- // global list of all decorator steps
20
- const decoratedSteps = new Set();
21
- /**
22
- * Creates @Given, @When, @Then decorators.
23
- */
24
- function createStepDecorator(keyword) {
25
- return pattern => {
26
- // context parameter is required for decorator by TS even though it's not used
27
- // eslint-disable-next-line no-unused-vars
28
- return (method, _context) => {
29
- saveStepConfigToMethod(method, {
30
- keyword,
31
- pattern,
32
- fn: method,
33
- hasCustomTest: true
34
- });
35
- };
36
- };
37
- }
38
- function linkStepsWithPomNode(Ctor, pomNode) {
39
- if (!(Ctor !== null && Ctor !== void 0 && Ctor.prototype)) {
40
- return;
41
- }
42
- const propertyDescriptors = Object.getOwnPropertyDescriptors(Ctor.prototype);
43
- return Object.values(propertyDescriptors).forEach(descriptor => {
44
- const stepConfig = getStepConfigFromMethod(descriptor);
45
- if (!stepConfig) {
46
- return;
47
- }
48
- stepConfig.pomNode = pomNode;
49
- decoratedSteps.add(stepConfig);
50
- });
51
- }
52
- /**
53
- * Append decorator steps to Cucumber's supportCodeLibrary.
54
- */
55
- function appendDecoratorSteps(supportCodeLibrary) {
56
- decoratedSteps.forEach(stepConfig => {
57
- const {
58
- keyword,
59
- pattern,
60
- fn
61
- } = stepConfig;
62
- stepConfig.fn = (fixturesArg, ...args) => {
63
- const fixture = getFirstNonAutoInjectFixture(fixturesArg, stepConfig);
64
- return fn.call(fixture, ...args);
65
- };
66
- const code = (0, _defineStep.buildCucumberStepCode)(stepConfig);
67
- const stepDefinition = (0, _buildStepDefinition.buildStepDefinition)({
68
- keyword,
69
- pattern,
70
- code,
71
- line: 0,
72
- // not used in playwright-bdd
73
- options: {},
74
- // not used in playwright-bdd
75
- uri: '' // not used in playwright-bdd
76
- }, supportCodeLibrary);
77
- supportCodeLibrary.stepDefinitions.push(stepDefinition);
78
- });
79
- decoratedSteps.clear();
80
- // todo: fill supportCodeLibrary.originalCoordinates as it is used in snippets?
81
- }
82
- function getFirstNonAutoInjectFixture(fixturesArg, stepConfig) {
83
- // there should be exatcly one suitable fixture in fixturesArg
84
- const fixtureNames = Object.keys(fixturesArg).filter(fixtureName => !(0, _bddFixtures.isBddAutoInjectFixture)(fixtureName));
85
- if (fixtureNames.length === 0) {
86
- throw new Error(`No suitable fixtures found for decorator step "${stepConfig.pattern}"`);
87
- }
88
- if (fixtureNames.length > 1) {
89
- throw new Error(`Several suitable fixtures found for decorator step "${stepConfig.pattern}"`);
90
- }
91
- return fixturesArg[fixtureNames[0]];
92
- }
93
- function saveStepConfigToMethod(method, stepConfig) {
94
- method[decoratedStepSymbol] = stepConfig;
95
- }
96
- function getStepConfigFromMethod(descriptor) {
97
- // filter out getters / setters
98
- return typeof descriptor.value === 'function' ? descriptor.value[decoratedStepSymbol] : undefined;
99
- }
@@ -1,62 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.buildCucumberStepCode = buildCucumberStepCode;
7
- exports.defineStep = defineStep;
8
- exports.getStepCode = getStepCode;
9
- var _cucumber = require("@cucumber/cucumber");
10
- var _exit = require("../utils/exit");
11
- /**
12
- * Defines step by config.
13
- * Calls cucumber's Given(), When(), Then() under the hood.
14
- */
15
- function defineStep(stepConfig) {
16
- const {
17
- keyword,
18
- pattern
19
- } = stepConfig;
20
- const cucumberDefineStepFn = getCucumberDefineStepFn(keyword);
21
- const code = buildCucumberStepCode(stepConfig);
22
- try {
23
- cucumberDefineStepFn(pattern, code);
24
- } catch (e) {
25
- // todo: detect that this is import from test file
26
- // and skip/delay registering cucumber steps until cucumber is loaded
27
- const isMissingCucumber = /Cucumber that isn't running/i.test(e.message);
28
- if (isMissingCucumber) {
29
- (0, _exit.exit)(`Option "importTestFrom" should point to a separate file without step definitions`, `(e.g. without calls of Given, When, Then)`);
30
- } else {
31
- throw e;
32
- }
33
- }
34
- }
35
- function buildCucumberStepCode(stepConfig) {
36
- const code = function (...args) {
37
- // build the first argument (fixtures) for step fn
38
- const fixturesArg = Object.assign({}, this.$internal.currentStepFixtures, {
39
- $testInfo: this.testInfo,
40
- $test: this.test,
41
- $tags: this.tags
42
- });
43
- return stepConfig.fn.call(this, fixturesArg, ...args);
44
- };
45
- code.stepConfig = stepConfig;
46
- return code;
47
- }
48
- function getStepCode(stepDefinition) {
49
- return stepDefinition.code;
50
- }
51
- function getCucumberDefineStepFn(keyword) {
52
- switch (keyword) {
53
- case 'Given':
54
- return _cucumber.Given;
55
- case 'When':
56
- return _cucumber.When;
57
- case 'Then':
58
- return _cucumber.Then;
59
- default:
60
- return _cucumber.defineStep;
61
- }
62
- }
@@ -1,24 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.getStepConfig = getStepConfig;
7
- exports.isDecorator = isDecorator;
8
- exports.isPlaywrightStyle = isPlaywrightStyle;
9
- /**
10
- * Playwright-bdd's step config.
11
- */
12
- function getStepConfig(step) {
13
- return step.code.stepConfig;
14
- }
15
- function isDecorator(stepConfig) {
16
- return Boolean(stepConfig === null || stepConfig === void 0 ? void 0 : stepConfig.pomNode);
17
- }
18
- /**
19
- * Cucumber-style steps don't have stepConfig
20
- * b/c they created directly via cucumber's Given, When, Then.
21
- */
22
- function isPlaywrightStyle(stepConfig) {
23
- return Boolean(stepConfig);
24
- }