elastic / synthetics-demo

Demo app for elastic/synthetics
https://elastic.github.io/synthetics-demo/
MIT License
2 stars 11 forks source link

Add mfa-checkout monitor #25

Closed lucasfcosta closed 2 years ago

lucasfcosta commented 2 years ago

Summary

This adds an example for folks to be able to run tests that use the e-commerce example's new MFA features.

I did have to add a project.json file for this one to work with push (although it will be overriden when users pass CLI options).

Ideas on how to better deal with having to have a project.json are welcome.

I also had to do some other minor version changes for it to work appropriately for push.

andrewvc commented 2 years ago

Apologies for the noise @lucasfcosta , but with https://github.com/elastic/synthetics-demo/pull/24 merged this will need to be rebased. It may be easier to open a fresh PR.

I removed all the ecommerce examples because our hosting is not stable enough for the target site, once we solve that I think we can bring it back.

lucasfcosta commented 2 years ago

Hey @andrewvc, just thought I'd confirm this before opening a new PR:

Given you removed the e-commerce examples would you actually like me to open a new PR re-adding these or should we not add them because of what you mentioned about the e-commerce app not being stable enough?

Sorry, was a bit confused with what you intended here.