nomadinjax / esapi4cf

If anyone is interested in taking over this project please let me know! I no longer have the time to commit to it as my role has changed much since I took this over. This project deserves someone who can devote the necessary time to it! OWASP Enterprise Security API (ESAPI) for ColdFusion/CFML Project
http://damonmiller.github.io/esapi4cf/
BSD 3-Clause "New" or "Revised" License
37 stars 10 forks source link

Create some basic automation tests using CFSelenium #56

Open nomadinjax opened 10 years ago

nomadinjax commented 10 years ago

Having automation testing against the sample app is brand new. For the first phase in this, simply get CFSelenium tests working and at minimum test a valid login and ability to persist the login to a subsequent request. This is enough to validate the CF10 authentication is working as expected (see #39). Of course ensure these tests pass against CF8, CF9, CF10, and Railo 4+.

Future phases will better organize the tests and break them out by functional area in a POM fashion.

nomadinjax commented 10 years ago

automation tests around login/logout are working in railo and cf9. cf10 is giving grief...as usual!