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
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Since aliases uses the primary key of the entity we could remove a bunch of step definitions and force the usage of aliases instead.
Meaning steps that previously looked like:
I add a new car to shop with id 1Should now be written as:
I add a new car to shop with alias sAdvantages:
ApiContextwith like 30-40%