tester icon indicating copy to clipboard operation
tester copied to clipboard

Test runner for the Atom Editor.

Results 10 tester issues
Sort by recently updated
recently updated
newest added

Hey all, trying to get sense of if project is still maintained? Personally can't get it working with latest Atom 1.26.1, may be it is just me but can see...

Tester seems to break when the project folder is a symbolic link. (`~/Code/some/project` → `~/.atom/projects/some:project`) I'm assuming it's just the pattern that's wrong though.

bug

I have multiple Project Folders open in Atom. The first few do not have any tests. The last Project Folder in the Tree View does. When that last folder is...

Apparently the state of the "Soft Wrap" checkbox is not saved and restored after a restart. This may have been forgotten when implementing the state save and restore, or just...

Hi there I've found a bug with the reporting of tests in the 'tester results' tab. If a test spec has multiple test functions with identical test string names, then...

Sometimes a test is failing or you're writing a new test and it can be handy to run just that test in isolation, i.e. because running the entire test suite...

Would be neat if this package would integrate with the linter package (https://github.com/steelbrain/linter) and use the gutters and linter features there. (Just helps to preserve IDE realestate and not have...

My test fails, I hit "Toggle Full Size Inline Errors" a few times, but I can't manage to get any inline errors to display. Are they supported in the Jest...

more-information-needed

Hello The results view currently already shows the error message of the test when it failed. Would it be possible to allow expanding this column to show the remainder of...

enhancement

The Location column in itself doesn't feel all that useful and is taking up a lot of space. I do agree that some kind of location information as to where...

enhancement