-
Updated
Oct 19, 2020 - JavaScript
test-automation
Here are 1,434 public repositories matching this topic...
-
Updated
Oct 19, 2020 - Java
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 19, 2020 - Java
-
Updated
Oct 16, 2020
-
Updated
Sep 28, 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
Oct 16, 2020 - Go
-
Updated
Oct 19, 2020 - Java
-
Updated
Feb 9, 2019 - TypeScript
Configurable Timeout
Can we have configurable timeout to fail request fast?
Support BDD test
-
Updated
Oct 17, 2020 - TypeScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Mar 1, 2019 - Python
-
Updated
Oct 19, 2020 - C
-
Updated
Sep 27, 2020 - Python
-
Updated
Jul 28, 2020 - PHP
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
Oct 16, 2020 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Oct 19, 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,
Very regularly we see that the MySQL container fails to start under the default 2mn timeout (120s). We've even increased that to 4mn and still fails (I've now increased it to 15mn to see what happens).
Anyway the point is that TC tries issue a SQL query to verify it's started during the defined timeout and if it doesn't succeed it just says that the DB is started, with: