Skip to content
#

integration-testing

Here are 1,009 public repositories matching this topic...

scanapi
LubosD
LubosD commented Dec 10, 2021

Hello,

I'm trying to integrate Inbucket into my e2e tests.

The dynamically instantiated VM where Inbucket would run doesn't get a domain name for its public IP address (argh), so my idea was to try out whether I could have my test e-mails sent to somebody@IP_ADDRESS rather than bother with no-ip and such.

I don't want to have the tested application send e-mails directly to Inbucket, but

gnomock
zdunecki
zdunecki commented Jul 6, 2021

Hey,

I see awesome MySQL preset but at case in my company there are still missing some features. We need three things:

  • Run in root mode.
  • Don't choose database at start because we have multiple db's in single MySQL instance.
  • Mount Docker volumes. We use internal cache for seeds and it's saved in Docker volume.

Here's a quick sneak peek what I'm talking about in code:
https://g

skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.

  • Updated Dec 11, 2021
  • Kotlin
bar-ailo
bar-ailo commented Apr 25, 2021

Hey guys, this isn't actually an issue with IntegreSQL - i'm trying to demo IntegreSQL to replace our test DB provider in a Java project, to start out i'm using the docker-compose template and trying to interact with it using Postman.
Trying to send POST 127.0.0.1:5000/templates with -
{"hash": "some_string"} in the body is receiving a 404 not found response.
I'm not sure what I could be do

Improve this page

Add a description, image, and links to the integration-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the integration-testing topic, visit your repo's landing page and select "manage topics."

Learn more