|
|
|
|
|
by simpaticoder
816 days ago
|
|
Yes, it's a neat thing. I use a node script[1] that wraps the chrome invocation to do CLI driven acceptance testing with a node script that loads the site acceptance tests[2]. I adopted the simple convention to remove all body elements on successful completion, and checking the output string, but I've also considered other methods like embedding a JSON string and parsing it back out. 1 - https://simpatico.io/acceptance.js 2 - https://simpatico.io/acceptance |
|