nothingworksinc / ticketbeast

Back to the lesson videos:
https://course.testdrivenlaravel.com/lessons
552 stars 11 forks source link

Logged in for Stripe Connect testing? #88

Closed bmartus closed 6 years ago

bmartus commented 6 years ago

For the Stripe Connect tests, am I missing something or do you need to already be logged into a Stripe account before you run the tests for this to work properly?

Would it be better to have Dusk log into the Stripe account? Or are these slower Dusk tests run so infrequent to really matter?

adamwathan commented 6 years ago

Stripe lets you create an anonymous account in test mode during the OAuth flow without being logged in so it should all just work as long as you are using test credentials and not production credentials.