mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-10-04 17:21:33 +02:00
Fix typo
The link to the Cypress testing framework was incorrectly spelled "Cyress"
This commit is contained in:
committed by
GitHub
parent
4c677d7833
commit
42eef96e3a
@@ -64,7 +64,7 @@ users of the application.
|
|||||||
#### Functional Testing Tools
|
#### Functional Testing Tools
|
||||||
|
|
||||||
* [Codeception](https://codeception.com/) is a full-stack testing framework that includes acceptance testing tools
|
* [Codeception](https://codeception.com/) is a full-stack testing framework that includes acceptance testing tools
|
||||||
* [Cyress](https://www.cypress.io/)
|
* [Cypress](https://www.cypress.io/)
|
||||||
* [Mink](https://mink.behat.org/)
|
* [Mink](https://mink.behat.org/)
|
||||||
* [Selenium](https://www.selenium.dev/)
|
* [Selenium](https://www.selenium.dev/)
|
||||||
* [Storyplayer](https://github.com/MeltwaterArchive/storyplayer) is a full-stack testing framework that includes support for creating and destroying test environments on demand
|
* [Storyplayer](https://github.com/MeltwaterArchive/storyplayer) is a full-stack testing framework that includes support for creating and destroying test environments on demand
|
||||||
|
Reference in New Issue
Block a user