Skip to content

Commit

Permalink
readme: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed May 8, 2024
1 parent 49fadc8 commit c2ad605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Such approach brings all the benefits of Playwright runner:
## Extras
Some features were developed in `playwright-bdd` on top of Playwright and BDD approaches:

* [define steps as decorators](https://vitalets.github.io/playwright-bdd/#/writing-steps/decorators) in the existing Page Object Models
* [use special tags](https://vitalets.github.io/playwright-bdd/#/writing-features/special-tags) to easily modify test expected state, timeout and retries
* call step from [other steps](https://vitalets.github.io/playwright-bdd/#/writing-steps/playwright-style?id=call-step-from-step) to reduce codebase
* [steps as decorators](https://vitalets.github.io/playwright-bdd/#/writing-steps/decorators)
* [special tags](https://vitalets.github.io/playwright-bdd/#/writing-features/special-tags)
* [call step from step](https://vitalets.github.io/playwright-bdd/#/writing-steps/playwright-style?id=call-step-from-step)

## Documentation
Check out [documentation website](https://vitalets.github.io/playwright-bdd/#/).
Expand Down

0 comments on commit c2ad605

Please sign in to comment.