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
Summary:
Introducing a feature in Gauge that tracks and displays how many times each step in the concept file is used across the spec files. This feature would be helpful for users who want to track the frequency of test step usage and see how many times each step is used in different spec files.
Proposed Changes:
Usage Tracking: Track how many times each step in the concept file is used across the spec files.
Display in Concept File: Display the usage count for each step directly within the concept file, e.g., usage: 5.
Benefits:
Easier Tracking of Step Usage: View how many times each step in the concept file is used across different spec files.
Tracking Reusable Steps: Identify frequently used steps and create opportunities for potential refactoring.
Better Understanding of Test Suite Coverage and Redundancy: Understand which steps are used more frequently and identify unnecessary repetitions in the test suite.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Summary:
Introducing a feature in Gauge that tracks and displays how many times each step in the concept file is used across the spec files. This feature would be helpful for users who want to track the frequency of test step usage and see how many times each step is used in different spec files.
Proposed Changes:
Usage Tracking: Track how many times each step in the concept file is used across the spec files.
Display in Concept File: Display the usage count for each step directly within the concept file, e.g., usage: 5.
Benefits:
Easier Tracking of Step Usage: View how many times each step in the concept file is used across different spec files.
Tracking Reusable Steps: Identify frequently used steps and create opportunities for potential refactoring.
Better Understanding of Test Suite Coverage and Redundancy: Understand which steps are used more frequently and identify unnecessary repetitions in the test suite.
Beta Was this translation helpful? Give feedback.
All reactions