-
Updated
Aug 1, 2021 - JavaScript
test-automation
Here are 1,759 public repositories matching this topic...
-
Updated
Jul 30, 2021 - Java
-
Updated
Jul 30, 2021 - JavaScript
-
Updated
Jul 26, 2021 - HTML
-
Updated
Jul 29, 2021 - Java
-
Updated
Aug 1, 2021 - Java
-
Updated
Jul 30, 2021
-
Updated
Nov 3, 2020 - Java
fd = new FormData
fd.set('a', new Blob)
fd.get('a') === fd.get('a') // false in chromium - true in FF & Safari (don't have IE on Mac)
Looks like there is no test to cover this senario: https://github.com/web-platform-tests/wpt/blob/e45a9f9e65d039c76817ee2a6a1ef02c9311a1cb/xhr/formdata/set-blob.any.js
-
Updated
Jul 30, 2021 - Go
-
Updated
Feb 9, 2019 - TypeScript
-
Updated
Jul 31, 2021 - TypeScript
-
Updated
Mar 14, 2020 - TypeScript
-
Updated
Jul 20, 2021 - JavaScript
-
Updated
Jul 30, 2021 - C
-
Updated
Mar 1, 2019 - Python
-
Updated
Jul 29, 2021 - Python
From what I understand, Travis will stop soon and builds are slow anyway. I'll do my best to work on this myself, but anyone is welcome to open a PR.
If at all possible, I think it would be good if the project's docker file is used for the CI too.
-
Updated
Jul 24, 2021 - Python
-
Updated
Jan 28, 2021 - Java
-
Updated
Jun 13, 2021 - Jupyter Notebook
-
Updated
Jul 31, 2021 - Java
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Jul 27, 2021 - Python
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."
When using the RabbitMQContainer with the latest version of rabbitmq-management docker image, the docker container is not started.
The error is caused by the RABBITMQ_DEFAULT_PASS environment variable that has been deprecated and is not supported anymore (see this commit).