p-hennessy / Seat

Source Code For Our Capstone Group
0 stars 0 forks source link

Functional Tests #112

Open Sammons opened 9 years ago

Sammons commented 9 years ago

Casperjs and phantomjs provide us with a means to automate clicking through everything to verify that it works. If anyone has time, I would seriously appreciate it if we could have a robust set of functional tests written before we present next week.

it will certainly help avoid surprises. They are also pretty easy to write.

http://docs.casperjs.org/en/latest/modules/tester.html

for dubious tests: http://stackoverflow.com/questions/19946960/what-is-a-dubious-test-in-casperjs

p-hennessy commented 9 years ago

The base url needs to be http://test.patcave.info/ in order for Jenkins to be able to run it