Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Feature/functional tests #89

Merged
merged 18 commits into from
May 18, 2020
Merged

Feature/functional tests #89

merged 18 commits into from
May 18, 2020

Conversation

dmbarra
Copy link
Contributor

@dmbarra dmbarra commented May 14, 2020

- What I did
Created a suite of functional tests to validate core functionalities for SINGLE mode.
Changed pipeline workflow to run tests after build.
Added test commands at CONTRIBUTING.md
I renamed the old test job and runner to unit_test and add the functional_test job and runner.

- How I did it
For the functional_test I created the base commands inside the file: runner.go. I created the test runner runner_integration_test.go and two files to contain the test entries. Also, add JSON with scenarios, following a model I designed to facilitate the specification

To add the functional tests at pipeline I created a new task at makefile and I created a new job and add that after the build. I DIDN'T created dependencies to deploy or delivery for this new job.

- How to verify it
Make functional-test
Make unit-test
Follow the pipeline build

@viniciusramosdefaria viniciusramosdefaria merged commit 85cc3a5 into ZupIT:master May 18, 2020
@dmbarra dmbarra deleted the feature/functional_tests branch May 20, 2020 18:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔨 improvement Improvement in features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants