Title
s

sahin

10/06/2017, 9:08 AM
Hello may I know how do you write integration test with chromeless ? What design pattern do you use.
p

Phil

10/06/2017, 3:07 PM
I came to ask the same question, but it appears you need to use a runner library—something like Jest or AVA + NYC. The chromeless API itself has examples of how to use chromeless and integration tests, but using a runner library like AVA and NYC will give you code coverage reports like Istanbul does.