-
Updated
Sep 18, 2020 - JavaScript
test-runner
Here are 262 public repositories matching this topic...
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Jul 12, 2020
-
Updated
Sep 19, 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
Sep 17, 2020
-
Updated
Sep 19, 2020 - C#
-
Updated
Sep 13, 2020
-
Updated
Dec 22, 2017 - JavaScript
-
Updated
Apr 9, 2017 - JavaScript
-
Updated
Sep 15, 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
Sep 5, 2020 - Java
-
Updated
Sep 9, 2020 - Kotlin
-
Updated
Oct 5, 2018 - Ruby
-
Updated
Sep 17, 2020 - Python
When logging a dom element, we print the innerHTML:
const element = document.createElement('my-element');
console.log(element); // print element.innerHTMLWhen logging a shadowRoot, we should print the innerHTML as well:
const element = document.createElement('my-element');
console.log(elements.shadowRoot); // does not print element.innerHTMLThis 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."



Relevant spec sections:
https://drafts.csswg.org/selectors-4/#the-dir-pseudo
https://html.spec.whatwg.org/multipage/semantics-other.html#selector-ltr
The interesting cases to test are from the definition of "directionality" in HTML:
https://html.spec.whatwg.org/multipage/dom.html#the-directionality
dir="ltr"matches:dir(ltr)dirattr