PlayWithMagic / PlayWithMagic.org

PlayWithMagic.org is a web application that catalogs magic tricks and helps magicians build shows.
http://playwithmagic.github.io/PlayWithMagic.org/
Apache License 2.0
2 stars 1 forks source link

Generate Tests #100

Open pkarjala opened 9 years ago

pkarjala commented 9 years ago

Need to test all page loads, form submissions, and DB retrieval.

marknelsonengineer commented 9 years ago

The perfect ID number. Serendipitous.

pkarjala commented 9 years ago

Need to generate full CRUD tests for Magicians.

marknelsonengineer commented 9 years ago

Let's do a page-load test on the Project home page and GitHub home pages in M3

marknelsonengineer commented 9 years ago

Implemented full-up CRUD tests for Sets, Routines, Magicians and Materials. The design pattern for the tests is not the standard Fluentlenium design pattern. Someday, if we have time, I'd like to:

The real challenge is that we really need a Page (that is classes in tests.pages) for every page. Then, we need to get pages to create/return other pages as we click from page to page. Right now, I simply hold all state in the browser class.