issues Search Results · repo:rtfeldman/node-test-runner language:JavaScript
Filter by
255 results
(59 ms)255 results
inrtfeldman/node-test-runner (press backspace or delete to remove)It supports down through node12, is faster (allegedly), has a nicer API (subjectively), and is what elm-review uses
nowadays. Oh, and b/c npm/npm-pick-manifest#33 didn t land until npm 10.8.2 (node 22.5.0), ...
lishaduck
- 3
- Opened 21 days ago
- #646
I really like to use Test.only when doing test-driven development, and I relatively often end up with nested Test.only
(one on a describe and another one on a test inside it.
When this happens, the Test.only ...
jfmengels
- 1
- Opened on Jan 12
- #638
I d really like to deduplicate the test folders when they re exact matches; I have a project where I want to add the
tests folder as an app src dir.
https://github.com/rtfeldman/node-test-runner/blob/3c18757ad8c4cd7a6b33459588fba14aa41b6b1d/lib/Project.js#L44 ...
drathier
- 3
- Opened on Jul 24, 2024
- #637
It looks like the repo could use some cleanup :) The solution is the same as
https://github.com/jfmengels/node-elm-review/issues/118#issuecomment-2174238016 The root cause is that JSON.parse
returns better ...
lishaduck
- 4
- Opened on Jul 8, 2024
- #633
I experienced some really strange BUG with upgrading node-test-runner from 0.19.1-revision2 to more recent version of
lib. When i launch my test suite, some test are not launched, if i make fail those ...
ubourdon
- 7
- Opened on Aug 7, 2023
- #631
This is somewhat similar to #169.
Long running tests could do with an ETA estimate of how long they are going to take. This is particularly the case when
running with large --fuzz values, as the test ...
gampleman
- Opened on Jul 19, 2023
- #630
elm-test supports a watch mode through elm-test --watch, which is extremely useful.
In projects where tests are slow and when I m doing some refactoring (moving position of arguments, renaming, etc.), ...
jfmengels
- Opened on Jul 18, 2023
- #628
There s this idea of printing out progress to the user if a signal is sent to the running process (eg. with Ctrl+T on
macOS or with kill -USR1 $PID on Linux)
For long-running elm-test instances, it might ...
Janiczek
- 1
- Opened on Nov 2, 2022
- #620
In a new project, started with npm init and elm init
When upgrading to version 0.19.1-revision8 from 0.19.1-revision7 I get error
$ npx elm-test
RuntimeError: unreachable
package.json
{
name : ...
girishso
- 14
- Opened on Oct 13, 2022
- #619
The new test output of elm-program-test breaks the junit output of elm-test.
Error
└─ elm-test --report junit
/nix/store/yyi707rsplzcqw9917swgkk70ckl69jy-elm-test-0.19.1-revision7/lib/node_modules/elm-test/node_modules/xmlbuilder/lib/XMLStringifier.js:210 ...
bug
stoeffel
- 2
- Opened on Sep 15, 2022
- #615

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.