-
Updated
Sep 2, 2020 - JavaScript
test-runner
Here are 259 public repositories matching this topic...
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Jul 12, 2020
-
Updated
Sep 2, 2020 - JavaScript
Neovim terminal mode
Hi,
When I run my tests using the neovim strategy, it opens a new terminal but auto focus on the buffer. Then I have to press <C-o> to not close the buffer and go back to my split pane.
Is there a way to have it open but not switch my focus to the newly opened pane automatically?
The default output doesn't have much contrast and is a bit hard to read for me. That's best illustrated with a screenshot:
Hello, and thank for this module.
I am wondering if consideration has been given to adding colour to the stack traces printed out upon failure of a test. For a test runner emphasizing colour, this seems like an obvious omission. I have patched in this functionality using pygments in my fork: psacawa/green@1922bc8 in an ad hoc fashion t
-
Updated
Aug 26, 2020
-
Updated
Sep 3, 2020 - C#
-
Updated
Jul 5, 2020
-
Updated
Dec 22, 2017 - JavaScript
-
Updated
Apr 9, 2017 - JavaScript
-
Updated
Aug 14, 2020 - C#
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
Shell completion
-
Updated
Aug 12, 2020 - Shell
-
Updated
Sep 2, 2020 - Python
-
Updated
Aug 8, 2020 - Java
-
Updated
Aug 16, 2020 - Kotlin
-
Updated
Oct 5, 2018 - Ruby
-
Updated
Jun 10, 2020 - Python
When there are errors in the config, such as an incorrect import, they are intercepted by the regular try catch and only the error message is logged.
Logging of only the error message is useful for our own errors, where the stack trace has no added value. For user errors, the stack trace has added value.
We should create a special error type for errors we throw in the startup of the test run
This looks to be something legacy which hasn't been updated in several releases. I've asked Charlie Poole/Rob Prouse if they can remove it from the choco site, as maintainers. We should also remove the packaging from the repo here.
https://www.chocolatey.org/packages/nunit-console-with-extensions
Consider the below test case, the language is Icelandic.
The test explorer shows this test case as
Notice that \u0081 is being added in between two characters as a
Improve this page
Add a description, image, and links to the test-runner topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the test-runner topic, visit your repo's landing page and select "manage topics."



@foolip Philip,
I presume you are one of the wpt maintainers.
Is the svg flag valid or deprecated?
<meta content="svg" name="flags">I have declared the svg flag in 2 tests
and in 2 reference files so far:
web-platform-tests/wpt#20033
web-platform-tests/wpt#21450
svg is not in the list of valid flags
http://web-platform-tests.or