dmurvihill / firebase-mock

Firebase mock library for writing unit tests
55 stars 21 forks source link

Cypress Integration Example? #64

Open Buuntu opened 4 years ago

Buuntu commented 4 years ago

Is there an example of how to integrate this into cypress? I would like to mock the creation of a user with firebase.auth().createUserWithEmailAndPassword() and haven't been able to find an example.

Maybe I should just use Sinon stubs for that but it's not clear what the expected output is from that call?