How do you do a cucumber test?

How do you do a cucumber test?

Introduction to Using Cucumber to Write Acceptance Tests

  1. Create a test for acceptance.
  2. Watch it fail so you can figure out what to do next.
  3. Create a unit test for the next step.
  4. Watch it fail so you can figure out how to implement it. Please refer to this blog.