Skip to content

ScoutRFP/todo-app-railsconf

 
 

Repository files navigation

ScoutRFP QA intern test task

Summary

It's a very simple todo app. You will need to write a feature(also called integration) test for this application. Below Setup and The task sections is Resources section. Resources section provides you with helpful links to setup development environment, understand the tools and best practices. Before beginning the task, please, read this short document completely.

Setup

  • Register on GH if you don't have an account yet
  • Fork the repository: https://github.com/ScoutRFP/todo-app-railsconf
  • Clone the forked repository to your computer
  • Install the project dependencies
  • Make sure tests are passing, run these commands in a terminal:
  • bundle exec rake test:all
  • bundle exec cucumber

The task

Your task is to create cucumber feature test that:

  • Tests user registration
  • Tests user loging in
  • Tests task creation
  • Tests task editing
  • Tests list of tasks

I leave it to you to decide in how many feature tests and scenarios to split it up.

Resources

How to get bonus points

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 80.3%
  • HTML 16.8%
  • CSS 1.4%
  • JavaScript 1.2%
  • Gherkin 0.3%