-
Updated
Nov 27, 2020 - JavaScript
test-automation
Here are 1,487 public repositories matching this topic...
-
Updated
Nov 25, 2020 - Java
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 29, 2020 - Java
-
Updated
Nov 4, 2020
-
Updated
Nov 3, 2020 - Java
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
- element with
dir="ltr"
matches:dir(ltr)
- root element without
dir
attr
-
Updated
Nov 28, 2020 - Java
-
Updated
Nov 27, 2020 - Go
-
Updated
Feb 9, 2019 - TypeScript
Configurable Timeout
Can we have configurable timeout to fail request fast?
Support BDD test
-
Updated
Nov 29, 2020 - TypeScript
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Mar 1, 2019 - Python
-
Updated
Nov 28, 2020 - C
-
Updated
Nov 13, 2020 - Python
-
Updated
Nov 28, 2020 - PHP
-
Updated
Nov 12, 2020 - C
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
Nov 28, 2020 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Nov 4, 2020 - Python
-
Updated
Apr 9, 2017 - JavaScript
Improve this page
Add a description, image, and links to the test-automation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the test-automation topic, visit your repo's landing page and select "manage topics."
Hi!
I'm proxying Kafka broker with Toxiproxy and I found that
setConnectionCut
all it does is disabling the bandwidth in either directions. This is useful if what you try to simulate a timeout on client side but not if you want to test a closed connection.Turns out that Toxiproxy supports this closing connection by
enable
/disable
the whole proxy (supported also by the Toxiproxy clien