Skip to content

Instantly share code, notes, and snippets.

View otherjohn's full-sized avatar

John Hamman otherjohn

  • Williamsburg, Va
View GitHub Profile
Feature: List Users
Background:
Given I send and accept JSON
Scenario: Successfully list users when logged in user is admin
Given the following users exist
|id|email |first_name |last_name |password |authentication_token|role |
|10|[email protected] |First |User |test1234 |auth_token_123 |user |
|11|[email protected] |Second |User |test1234 |auth_token_223 |user |