-
Updated
Nov 27, 2020 - JavaScript
e2e-testing
Here are 226 public repositories matching this topic...
-
Updated
Nov 18, 2020 - TypeScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Aug 21, 2020 - C#
Add gPRC API
Implement a gPRC version of the API (on a different port) for podinfo and generate the client in podcli.
-
Updated
Oct 11, 2020
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Oct 27, 2020
-
Updated
Dec 22, 2017 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Nov 23, 2020 - TypeScript
-
Updated
Sep 23, 2020 - TypeScript
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Nov 17, 2020 - JavaScript
ansible step
there should be a step to run an ansible playbook.
Probably with cloning it from git before (or use git, as another step)
-
Updated
Jul 19, 2020 - TypeScript
-
Updated
Nov 28, 2020 - TypeScript
-
Updated
Dec 26, 2018 - JavaScript
-
Updated
Feb 22, 2019
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Nov 23, 2020 - JavaScript
Element has class
Is your feature request related to a problem? Please describe.
I couldn't find in existing functions like to check if the element has class
Describe the solution you'd like
It would be good if something to check for the class present in an element like waitForClassToBePresentInElement
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Apr 10, 2018 - TypeScript
Short overview
Reduce code duplication for log output
Detailed description
In our code base we're often using a construct similar to the following snippet:
logDebug(message: string, ...data: any[]) {
ifPresent(this.logger, log => log.debug(message, ...data));
}
In order to reduce code duplication, these snippets should be refactored in a re-usable way an made ava
-
Updated
Sep 15, 2020 - TypeScript
-
Updated
Nov 28, 2018 - TypeScript
-
Updated
Nov 27, 2020 - TypeScript
-
Updated
Nov 24, 2020 - JavaScript
Improve this page
Add a description, image, and links to the e2e-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the e2e-testing topic, visit your repo's landing page and select "manage topics."
My project have routing based on hosts. But web driver make request to http://127.0.0.1:9080.
How can i change host?