<div dir="ltr">On 17 November 2014 06:42, Thomas Goirand <<a href="mailto:zigo@debian.org">zigo@debian.org</a>> wrote:<br>><br>> On 11/15/2014 06:27 AM, Gabriel Hurley wrote:<br>> > So, I propose that a group gets together and defines criteria:<br>> > we need to accept that the Horizon team (and those knowledgeable<br>> > about web-app development) know best what tools they need, and<br>> > they need to produce such a list as a starting point. We then<br>> > need packagers and maintainers to examine that list and evaluate<br>> > it for problems (non-free software, irresolvable dependencies,<br>> > etc.). They're looking strictly for things which are un-packageable,<br>> > not commenting on the necessity of said software. And we need people<br>> > (thanks, Monty) willing to build new tools to find a way to turn<br>> > that list into something the package maintainers can consume<br>> > without burdening either side.<br>> ><br>> > Make sense?<br>> ><br>> >      - Gabriel<br>><br>> I'd be happy to be in this group.<br><br>As would I, hence I started the conversation in the first place :)<br><br><br><div>> Selenium<br>> ========<br>> As I wrote previously, the biggest issue currently for me, is selenium.<br>> It is very frustrating that I can't run these unit tests when building<br>> package, and potentially loose the opportunity to discover problems. I<br>> really would like this to be solved. There's 2 ways of solving it:<br>><br>> 1/ Someone works so that the .xpi can be built together with the rest of<br>> selenium, and therefore, selenium can leave the non-free repository of<br>> Debian and go in main (and also be uploaded in other distros).<br>><br>> 2/ We move away from Selenium and decide to use something else like<br>> PhantomJS.<br><br>I think you're confusing a couple of things here. Selenium is a system for Javascript running tests in a browser environment. To do that, it needs a browser. PhantomJS provides a headless browser to do that. The tests end up being faster, less intrusive on a desktop and much simpler to run on servers (no virtual X11 shenanigans).<br><br>I advocate for using PhantomJS, but also for using a reduced Selenium suite where possible - with an emphasis on unit testing of the angular code directly. Selenium is just so flaky, especially with an interface that's even slightly dynamic.<br><br><br><div>> What we care is to find a system that will satisfy both worlds:<br>> distributions & upstream fast moving development. It is looking like NPM<br>> has the best feature and that it would be a winner against Bower and Grunt.<br><br>Again, just to be clear: npm and bower are *both* packaging systems and have completely separate domains of use. npm is used to package command-line tools and libraries written in the node.js programming language whereas bower is used to package browser application components. It's not npm-or-bower.</div><div><br></div><div>bower is most likely going to be replaced by xstatic in our environment, assuming we have some simple mechanism for creating xstatic packages from bower components.</div><div><br></div><div>The distributions are going to have to package up the npm-packaged tools that we need, though that set of packages is looking smaller and smaller, and will probably just include the testing tools (karma, protractor, jasmin, phantomjs). Some of those are already packaged \o/</div><div><br><div><br></div><div>     Richard</div></div><div><br></div></div></div>