dora-metrics / pelorus

Automate the measurement of organizational behavior
https://pelorus.readthedocs.io/
Apache License 2.0
245 stars 83 forks source link

Mockoon tests to cover different exporters #284

Open KevinMGranger opened 3 years ago

KevinMGranger commented 3 years ago

This is a tracking issue regarding our use of mocked APIs when testing.

The idea was initially proposed in #270.

Further Work

@fmenesesg is looking into kicking off the mock server as part integration tests run via GitHub Actions.

See #296.

mpryc commented 1 year ago

The documentation on how to record session using mockoon should be in place before proceeding with this work.

mateusoliveira43 commented 1 year ago

I suggest we do not use Mockoon anymore.

I have been writing integration test in my past tasks, and I believe they are working well. What I have worked on:

Limitations:

What you think?