Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 710 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 710 Bytes

HTW Webtech - Functional tests

This repository contains a collection of functional software tests used for the assignments to students of "Webtentwicklung" course of HTW-Berlin.

Usage

run `rake exercise:dev` # for dev reporting
run `rake exercise:prd` # for prod reporting
run `rake` # to spec this code

TODOS

  • Third spec sould compare Strings, e.g. actual_string = page.find('.css-selector').content expect(actual_string).to eq 'Test' This way its easier to debug when a test fails.

  • Add desc

  • Extract TestReporting from running tests

  • Extract TestReporter into gem?

  • Write a spec against a simple web page

License

http://grekko.mit-license.org/