opitzconsulting / uitest.js

uitest.js is able to load a webpage into a frame, instrument that page and the javascript in that page (e.g. add additional scripts at the end of the document, ...) and execute actions on that page.
MIT License
67 stars 8 forks source link

create tempalte for issues using plnkr.co #15

Closed tbosch closed 11 years ago

tbosch commented 11 years ago

Smth like this: http://plnkr.co/edit/rGCvTXINKVv4B4lqM6gv BUT: right now, we assume that we are able to access the top level frame. However, plnkr.co uses different subdomains for editing and running...

A simple check like: "If I can't access the top level frame, use the current one" should be enough...

Tobias