Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Remove API steps that doesn't use aliases #7

@noggan

Description

@noggan

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 1
Should now be written as:
I add a new car to shop with alias s

Advantages:

  • Would reduce the code size of the ApiContext with like 30-40%
  • Standardize the way we write scenarios
  • Simplify the framework (for beginners)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions