You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not added any hooks and the allure report shows a lot of reporting in before hooks and after hooks.
Is there any way that I show it in report only the implement which I have added?
Also the steps shows incorrect order number
Example: #1 #3 #2 #4
For example , I do not want these in the the reporting
kashiMathura
changed the title
Question: Cucumber Report shows a lot of before hooks and after hooks
Question: How to hide before hooks and after hooks in reporting and show only the intended implementation
May 14, 2024
kashiMathura
changed the title
Question: How to hide before hooks and after hooks in reporting and show only the intended implementation
Question: Allure report shows unnecessary hooks and random order number in the report
May 15, 2024
I have not added any hooks and the allure report shows a lot of reporting in before hooks and after hooks.
Is there any way that I show it in report only the implement which I have added?
Also the steps shows incorrect order number
Example:
#1
#3
#2
#4
For example , I do not want these in the the reporting
sBefore Hooks
50msfixture: $cucumber
1msfixture: $workerHookFixtures
0msfixture: $beforeAll
1msfixture: $afterAll
0msfixture: $testMetaMap— src/features/login.feature.spec.js:31
0msfixture: $testMeta
1msfixture: $applySpecialTags
0msfixture: $scenarioHookFixtures
0msfixture: $tags
1msfixture: $test— src/features/login.feature.spec.js:31
1msfixture: $step
0msfixture: $bddWorldFixtures
1msfixture: $lang
0msfixture: $uri— src/features/demo.feature.spec.js:31
0msfixture: $bddWorld
1msfixture: $after
0msfixture: $before
0msfixture: Given
746msfixture: browser
30msfixture: context
418msfixture: page
1msfixture: When
1msfixture: Then
0msfixture: And
After Hooks
1msfixture: And
0msfixture: Then
0msfixture: When
0msfixture: page
0msfixture: context
0msfixture: Given
0msfixture: $before
1msfixture: $after
0msfixture: $bddWorld
0msfixture: $uri— src/features/demo.feature.spec.js:31
0msfixture: $lang
0msfixture: $bddWorldFixtures
0msfixture: $step
0msfixture: $test— src/features/demo.feature.spec.js:31
1msfixture: $tags
0msfixture: $scenarioHookFixtures
0msfixture: $applySpecialTags
0msfixture: $testMeta
0msfixture: $testMetaMap— src/features/demo.feature.spec.js:31
The text was updated successfully, but these errors were encountered: