atom-ava icon indicating copy to clipboard operation
atom-ava copied to clipboard

Snippets for AVA and run tests directly in the editor

Results 9 atom-ava issues
Sort by recently updated
recently updated
newest added

`NODE_ENV` is set to `test` by this plugin, but it's not possible to add our own environnement variables. This could be helpful on some `ALLOW_CONFIG_MUTATIONS=true` cases with the [config npm...

I have big plans for this, the [Sublime plugin](https://github.com/sindresorhus/sublime-ava), and the [VS Code plugin](https://github.com/samverschueren/vscode-ava). Snippets are only a start. ## An awesome idea, from https://github.com/sindresorhus/ava/issues/183, is to run and see...

help wanted
question

When I hit CTRL+ALT+A, then 0 Tests will passed. With one test file open and SHIFT+CTRL+ALT+A works fine. Found out, that happens since my project is symlink folder... when i...

With https://github.com/sindresorhus/atom-ava/pull/8, you have to go into the test file you want to run. Would be nice if you could run all tests in a project from anywhere in the...

enhancement

It looks a bit over-engineered and Atom already ships with an API for this: https://atom.io/docs/api/v1.7.3/BufferedNodeProcess

Would be a nice feature. Maybe out of scope, but would be cool to show the status (open/closed) of the issue too. ## Blocked until https://github.com/sindresorhus/eslint-plugin-ava/issues/110 is resolved.

enhancement
help wanted

I included what I thought would be useful, but could use some feedback on it. https://github.com/sindresorhus/atom-ava/blob/master/snippets/ava.json Anything missing or something that could be improved? (Assertion snippets are planned https://github.com/sindresorhus/atom-ava/issues/1). ##...

question

An awesome idea, from sindresorhus/ava#183, is to run and see the result of a test run directly in the editor. And ability to quickly run the test your cursor is...

enhancement
help wanted

Would be nice to have test and assert completions. E.g. typing `t.` inside a test would show all assertion methods. Docs: https://github.com/atom/autocomplete-plus/wiki/Provider-API Inspiration: https://github.com/atom/autocomplete-plus/wiki/Autocomplete-Providers and https://github.com/jadb/atom-codeception-snippets/blob/master/scoped-properties/codeception-snippets.cson

enhancement
help wanted