functional-testing
Here are 152 public repositories matching this topic...
-
Updated
Jun 30, 2020 - Python
This area of the readme needs some rework, W3C spec is now conformant on most browsers and we should be recommending people use selenium - Just point them to the drivers and use proper browsers. https://github.com/cucumber/godog#testing-browser-interactions
I know a few people said they wanted to help maintain, this would be a good first issue.
-
Updated
May 10, 2020 - Clojure
-
Updated
Jun 30, 2020 - TypeScript
-
Updated
Jun 4, 2020 - C++
-
Updated
Jun 2, 2020 - Go
-
Updated
May 19, 2019 - JavaScript
Hello,
It should be nice to have the list of different endpoints available and the different parameters so we could call Cerberus API's easily. (https://swagger.io/)
-
Updated
Jan 27, 2020 - Java
-
Updated
Jun 18, 2020 - C#
many methods are missing, any eta on the implementation?
I was interested in addnode for example
thanks
-
Updated
Jun 30, 2020 - Java
In order to extend tomato functionality, it would be nice to have a concrete example of how to write a custom resource.
-
Updated
Jul 17, 2018 - JavaScript
-
Updated
Feb 7, 2016 - Java
Currently, EAT using Actor(http://docs.paralleluniverse.co/quasar).
But it doesn't provide external communication. So it has limitation to extends.
To have load test, we can run it with multi-JVM.
But. expand to centralized-management(which can command to agents and monitor it) function, Actor model of EAT should have new Actor model(which can communicate with external nodes).
Currently I'
-
Updated
Jun 29, 2020 - JavaScript
When you run the example test from the Readme you expect one test to run. But instead there are two tests running. Same test runs twice.
Let me know if I need to provide more info!
-
Updated
May 11, 2020 - TypeScript
-
Updated
Jun 25, 2020 - Java
-
Updated
Apr 21, 2020 - TypeScript
-
Updated
May 10, 2020 - C#
-
Updated
Mar 8, 2018 - Python
-
Updated
Jun 30, 2020 - Java
Currently, the passing tests simply show up in a simple list. A flag (e.g. --verbose) should be provided so that each expected item within the passing test can be inspected. Examples where this is useful:
- test passes under multiple conditions that are discernible from the assertions
- report information can be further used (part of the response, the result of test fixtures, etc)
-
Updated
Apr 26, 2020 - PHP
-
Updated
Jul 2, 2016 - Java
-
Updated
Jul 25, 2017 - Python
Improve this page
Add a description, image, and links to the functional-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the functional-testing topic, visit your repo's landing page and select "manage topics."
We need to write an article similar to https://github.com/hdorgeval/testcafe-snippets/blob/master/say-goodbye-to-flakyness.md. There should be a list of best practices that help writing stable and reusable tests.