Anthony Kosednar

Results 12 comments of Anthony Kosednar

Wouldn't that just add more unneeded parts to the system (the environments)? Something that works via phantomjs should work via curl or another way as it simulates how a user...

True! Makes sense I guess you don't want to limit the person who might eventually use this dataset

We should try accessing the svg elements as they load to determine the status.

@moizsyed and I have been discussing ideas on this: > akosednar: How I'm thinking of the functionality is add a selector to the table body and then using javascript do...

A json endpoint is the better solution

I have a script for this that I'll put up once I clean it up a bit

Here's where I am at on this right now: https://gist.github.com/akosednar/11073387 Everything works minus following the pagnination of Github Issues. For some reason the `per_page: 100, auto_pagination: true` attributes (line 63)...

I am also debating forcing a form test for each a form test has not been done recently for each which wouldn't be hard to do (unless the form has...

All updated and all works now! Check out the gist above for the code. It could use some refactoring but it's functional now. Let me know how/if you want it...

I right now take the last test and use it's status to deem if it's failing or not. I want to rewrite the status checker and use the same code...