Skip to main content

Questions tagged [phantomjs]

PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG. Excerpt from: phantomjs.org

1 vote
0 answers
74 views

How to improve this web app testing process?

My boss had an idea of simplifying tests to English like statements so that non programmers could write tests as well. We chose Lisp as the syntax in which the tests would be written. This testing ...
Abhirath Mahipal's user avatar
0 votes
1 answer
390 views

I'm making a report generator, how should I run it?

So I've started a project to generate reports for our system. These are reports that we deliver to our end customers and they are so specialized that no existing system can generate them. This is not ...
Christian Wattengård's user avatar