Skip to content

Instantly share code, notes, and snippets.

@vzaidman
Created February 1, 2019 13:47
Show Gist options
  • Save vzaidman/0cc8ba0c4f33a7c901a833f127332264 to your computer and use it in GitHub Desktop.
Save vzaidman/0cc8ba0c4f33a7c901a833f127332264 to your computer and use it in GitHub Desktop.
functional-tests
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"
@JimmyLv
Copy link

JimmyLv commented Sep 8, 2019

This is amazing, which can be implemented by Cucumber and Cypress. :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment