publiclab / image-sequencer

A pure JavaScript sequential image processing system, inspired by storyboards
https://sequencer.publiclab.org
GNU General Public License v3.0
110 stars 208 forks source link

Display Travis output in PRs with dangerbot #780

Open jywarren opened 5 years ago

jywarren commented 5 years ago

I think we could set this up to output the new module benchmark output, maybe even the dataurl output of a sample image as passed through each module?

https://danger.systems/js/

We could hide longer output in a <details> element which would be collapsed but expandable:

<details>
<summary>Outputs</summary>
...outputs...
<p>Module name</p>
<img src="...dataurl..."/>
</details>

This would be pretty cool!

vibhorgupta-gh commented 5 years ago

Working on it

jywarren commented 5 years ago

This'll be really cool! We might have to output the benchmarks into a file, too, to make this work, though.