Feature: Coupler

In order to do research based on linked data
I want to have an easy step-by-step process
to link databases together

Scenario: creating a project

  1. When I go to the front page
  2. And I click the "create a project" link
  3. And I fill in the form
  4. And I click the "Submit" button
  5. Then it should show me a confirmation page
  6. And ask me to add a resource

Scenario: adding a resource

  1. Given that I have created a project called "My Project"
  2. When I go to the project page
  3. And I click the "Add resource" link
  4. And I fill in the form
  5. And I click the "Submit" button
  6. Then it should show me a confirmation page
  7. And ask me to add transformations

Scenario: transforming a resource

  1. Given that I have created a project called "My Project"
  2. And that I have added a resource called "Patients"
  3. When I go to the resource page
  4. And I click the "Transform" link next to the "first_name" field
  5. And I select the "downcase" option
  6. And I click the "Submit" button
0m0.424s