Created
February 1, 2019 13:47
-
-
Save vzaidman/0cc8ba0c4f33a7c901a833f127332264 to your computer and use it in GitHub Desktop.
functional-tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Go to page "https://localhost:3303" | |
Type "test-user" in the field "#username" | |
Type "test-pass" in the field "#password" | |
Click on "#login" | |
Expect Page Url to be https://localhost:3303/dashboard | |
Expect "#name" to be "test-name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is amazing, which can be implemented by Cucumber and Cypress. :D