add test suite to monaco-graphql
See original GitHub issueour beloved monaco-graphql
could have a really nice test suite!
monaco-yaml
’s suite provides a fantastic example
we can just start with something similar to the hover/completion/diagnostics suites. we don’t need to worry about multiple documents or completion with multiple schemas any time soon
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Package monaco-graphql
GraphQL language plugin for the Monaco Editor. You can use it to build vscode/codespaces-like web or desktop IDEs using whatever frontend javascript ...
Read more >The Apollo Studio Explorer - Apollo GraphQL Docs
The Explorer's operation editor is built on Monaco. It provides common features of query-building tools, including: Panels for specifying headers, variables, ...
Read more >monaco-graphql | Yarn - Package Manager
GraphQL language plugin for the Monaco Editor. You can use it to build vscode/codespaces-like web or desktop IDEs using whatever frontend javascript ...
Read more >monaco-graphql - npm
Start using monaco-graphql in your project by running `npm i ... TypeScript icon, indicating that this package has built-in type ...
Read more >Automatic testing for GraphQL APIs - CircleCI
This will quickly scaffold a basic package.json file. To set up our GraphQL server, we will need the following packages: express: to create...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@iamdarshshah sadly, it seems like they took their test suite away since I created this ticket a few months ago!
because of that, and changes to the architecture of the monaco-graphql plugin itself, I’m going to be introducing a suite soon, and I’ll be sure to give you a good starting point to test very specific features
@iamdarshshah that would be great, I have assigned in the past, but no one has taken it up yet.
i don’t have many more details than whats in the description, and I’m on vacation, but just setting up the harness and a test file or two for language features, schema loading, etc would be a great start!