Skip to content

Conversation

AlexGalichenko
Copy link
Contributor

…ages

added support of named hooks

@AlexGalichenko AlexGalichenko added the enhancement New feature or request label Jun 27, 2023
@AlexGalichenko AlexGalichenko self-assigned this Jun 27, 2023
@AlexGalichenko AlexGalichenko linked an issue Jun 28, 2023 that may be closed by this pull request
@AlexGalichenko AlexGalichenko marked this pull request as draft June 29, 2023 06:36
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@AlexGalichenko AlexGalichenko marked this pull request as ready for review July 3, 2023 09:51
for (const step of steps) {
const pickle = testCase.pickle.steps.find(pickle => step.pickleStepId === pickle.id);
step.name = pickle ? pickle.text : this.hookText(steps, step);
const result= testCase.stepResults[step.id];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing whitespace between variable name and assignment sign

@AlexGalichenko AlexGalichenko merged commit 4aa9c41 into main Jul 5, 2023
@AlexGalichenko AlexGalichenko deleted the named_hooks branch July 5, 2023 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace JSON with Cucumber messages
2 participants