Behat tag

2 results for behat tag. View blog tags

Testing Stripe Payments

posted by 6 years ago and updated 5 years ago

While testing a checkout process in one of our applications we were trying to test the stripe payment.

Our application is based on Laravel. In our integrating testing we use Behat and Selenium2 for javascript.

Our form used the elements in Stripe, which inject an iframe into our website.

To test our application with Behat we had to jump in

... read more on Testing Stripe Payments

Test before you push upstream with Git hooks

posted by 6 years ago and updated 5 years ago

Please read our previous blog post A tale of Sourcetree and Git hooks. This article presupposes to have knowledge on Git Hooks.

At Under the Coco Tree we strive for automation. It is one of our core values. How can we automate redundant tasks in order to free our tim

... read more on Test before you push upstream with Git hooks