Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattheworiordan/full-stack-testing
This repository was used in the journey I took to find the best solution for building Rails sites with full stack integration i.e. unit and integration testing with both back end and front end code. Frameworks that I used include Ruby, Rails 3, RSpec 2.5, Cucumber, Capybara
https://github.com/mattheworiordan/full-stack-testing
Last synced: 3 months ago
JSON representation
This repository was used in the journey I took to find the best solution for building Rails sites with full stack integration i.e. unit and integration testing with both back end and front end code. Frameworks that I used include Ruby, Rails 3, RSpec 2.5, Cucumber, Capybara
- Host: GitHub
- URL: https://github.com/mattheworiordan/full-stack-testing
- Owner: mattheworiordan
- Created: 2011-04-04T22:59:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-26T16:24:26.000Z (over 13 years ago)
- Last Synced: 2024-04-13T07:29:44.652Z (9 months ago)
- Language: JavaScript
- Homepage: http://full-stack-testing.heroku.com
- Size: 396 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
== Overview
One of the problems I’ve had for a while now is figuring out what stack to use for my testing, both for my back end code (unit & integration) as well as my front end code (unit & integration). So I set about on a journey in April 2011 to find the best full stack integration components for a Rails project and document it for others to use.
This source code library is composed of a simple Calculator application which has both back end and front end functionality and code. The calculator has full stack integration and unit testing for both the back end and front end.
You can read about the journey and result at http://blog.mattheworiordan.com/post/4701529828/full-stack-integration-testing-with-rails-3-cucumber
Get in touch at http://mattheworiordan.com