Open guettli opened 7 years ago
There aren't any, I'm afraid. The app is barebones but pretty useful. The interface is through the Django admin and management commands. Here's a quick brain dump:
That's most of it. I had a client where I guaranteed 80% code coverage and I was too lazy to create unit tests so I made this. One really nice feature is that "testscenario" uses the Django test client so it runs through really quickly, much more quickly than Selenium would.
I'd love if you gave it a try and gave feedback. Pull requests also welcome.
The title "Django Replay is an Apache2 licensed Django application that records and replays web requests." is exactly what I am looking for.
But now I don't know how to continue.
Please provide some docs.
Thank you.