Ghirro / graphql-network

Chrome Devtool that provides a "network"-style tab for GraphQL requests to allow developers to debug more easily.
321 stars 33 forks source link

Looking for Collaborators #25

Open pjaol opened 4 years ago

pjaol commented 4 years ago

This project is awesome and dark theme #24 is the only problem I'm running into but I'm seeing open pull requests and the last update in chrome store was August 20, 2018

Is this still an active project? Is there anything we can do to help this along maybe build up a community around it?

ntziolis commented 4 years ago

Sry for the silence, this was a bit on the back burner for me.

I'd love for this extension to both get updated more frequently, also totally open for extending the functionality significantly (or complete rewrite). To make this happen I would need help reviewing pull requests as building / packing / testing in chrome always takes some time.

Currently there are no tests for this projects if somebody would create some we could setup a proper CI to simplify PR review as well as pick up some speed.

Anybody interested?

pjaol commented 4 years ago

Started taking a look, there doesn't appear to be many resources for automated testing for browser extensions. None that make a CI pipeline viable. Mainly because the web drivers only function on a viewable top.window not the chrome frame.

It might be ok to have tests just as the function level I'll start playing

ScottBurfieldMills commented 4 years ago

I have a few potential ideas I could try and submit a PR for, what do you think of syntax highlighting for the Raw Query tab? It should be do-able with https://github.com/dpeek/highlightjs-graphql

pjaol commented 4 years ago

That looks pretty awesome !