Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ UI testing anything related to biometrics is really tough on iOS because there's

Until now.

This project serves as a demo project for a [blog post](https://edit.theappbusiness.com/so-you-want-to-automate-ios-biometrics-81bd015f5d38) I wrote about how we approached finding a solution, and eventually ended up with what you can find in this repo.
This project serves as a demo project for a [blog post](https://medium.com/kinandcartacreated/so-you-want-to-automate-ios-biometrics-81bd015f5d38) I wrote about how we approached finding a solution, and eventually ended up with what you can find in this repo.

## The demo

Expand All @@ -33,6 +33,6 @@ Another thing to be aware of us the differences in the UI between Touch ID and F

## Further reading

If you want to read how we structure our automation tests to be significantly easier to read and maintain, check out [this series of posts](https://edit.theappbusiness.com/swifty-gherkins-part-1-28abba7dfd8).
If you want to read how we structure our automation tests to be significantly easier to read and maintain, check out [this series of posts](https://medium.com/kinandcartacreated/swifty-gherkins-part-1-28abba7dfd8).

Enjoy!