Félix Zapata

Results 70 comments of Félix Zapata

@gkalpak I will update the PR with only one single commit.

@gkalpak is there a problem inside Travis with the driver for Chrome?

I would have to think how to do that. The similar systems I know works more or less in the same way. You need to open a browser, put the...

hi, do you mean to transform the report in json format to HTML?

hi, currently the plugin is not prepare to format the output as HTML. I mean, you can modify the `saveOutputIn` option and set an HTML file instead of a JSON...

I was looking for the option on the [axe-core](https://github.com/dequelabs/axe-core) repository but I didn't find it. Where is the option?

hi @okeul , my first attempt with the plugin was to use it with streams. But, as I replied to the previous issue, with the pipe system you can't check...

I'm trying to use it with promises, but not with streams. Something like this: ``` gulp.task('axe', function(done) { var options = { saveOutputIn: 'allHtml.json', urls: ['http://www.foobar-url-1/', 'http://www.foobar-url-2/'] }; return axe(options).then(done);...

hi @ryuran , can you send your files to the `urls` attribute inside the plugin?

ok @ryuran. I will think if is possible to use the streams without lost the possibility to pass a url to the task. You are not the first one who...