django-casper icon indicating copy to clipboard operation
django-casper copied to clipboard

CasperJS integration for Django tests

Results 7 django-casper issues
Sort by recently updated
recently updated
newest added

I just installed `django-casper` version 0.0.4 via `pip3`. When I went to the package directory I found that the jslib subdirectory is missing.

This patch adds functionality to make working with django-casper simpler for developers.

http://casperjs.readthedocs.org/en/latest/modules/clientutils.html Access to this module would make life a lot easier for me. The reason I looked into django-casper was to test code that uses a form's submit button to...

Hi, Docs say that "First, add casper to your INSTALLED_APPS". This looks unnecessary.

Hi, I'm trying to check if my modal is visible or not (using bootstrap 2). All I got is a black window with django-casper. I have no problem using directly...

Hi there, great work first of all; I had been looking for an integration with phantom for some time. Well done. I've been using this app for some time; but...