twigjs / twig.js

JS implementation of the Twig Templating Language
BSD 2-Clause "Simplified" License
1.88k stars 274 forks source link

Add a Headless Browser Test #401

Open SusanthCom opened 7 years ago

SusanthCom commented 7 years ago

Could not find browser support information.

It will be nice to add the list of supported browser in the home page of this project itself. May be at bottom of page.

What's the lowest internet explorer support ?

This project is interesting :+1:
good alternative to https://github.com/paularmstrong/swig

Thanks to all team members

olets commented 7 years ago

Hopefully someone who's used twig.js in browsers will show up, but in the meantime have you tried the tests in /test?

SusanthCom commented 7 years ago

@olets Thanks. Let me dig into /test

olets commented 7 years ago

Sounds good! There are some very rough notes on browser usage here https://github.com/twigjs/twig.js/wiki#browser-usage

And if you get excited about twig.js and its test…… I know there are at least a couple tests waiting for someone to write them! ;)

RobLoach commented 5 years ago

Reworking this issue to add a test that boots up a headless browser to ensure browser-compatibility.