Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration Testing #132

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Integration Testing #132

wants to merge 9 commits into from

Conversation

jorijn
Copy link
Owner

@jorijn jorijn commented Dec 12, 2021

All classes have been individually tested until now, but there's a much broader approach with this new method. Instead, suppose we, for example, try viewing the balance; We see if the entire chain structure works from setting up the application to fetching the balance information and back until presenting them to the user.

This also changes the way how the container is being built because we need to share the same container between two parties:

  1. the bin/bitcoin-dca entry script
  2. the behat framework

Example usage:

Screenshot 2021-12-12 at 12 54 42

@sonarcloud
Copy link

sonarcloud bot commented Dec 17, 2021

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant