We’ve made building powerful mock APIs even better by adding date and time formatting! Now you can easily confirm data recency with just a few template tweaks. Check out these handy examples:
{{now 'utc'}}
2024-10-13T16:29:58Z
{{now 'x'}}
1730177984595
You can also generate relative times with extra parameters:
{{now '{hours:3}' 'utc'}}
{{now '{months:-11, days:-1}' 'iso'}}
Learn more about these updates here.
Read the whole post
We are excited to introduce SOAP request handling in Beeceptor! This new feature automatically parses SOAP XML envelopes and converts them into a simplified JSON format. You can now easily refer to parameters in the SOAP request's header and body, and use them in a mock template.
Example:
{{body 'Envelope.Body.GetCityWeatherByZIP.ZIP'}}
For more details, refer to the documentation and examples.
We are excited to introduce arithmetic operators in Beeceptor's response templates, enabling dynamic and flexible mock responses to meet your real APIs. These operations allow you to do calculations using numbers picked from requests or static values.
For more details, visit operator documentation.
Introducing the HTTP Proxy Rule (Callout) feature! Now you can easily simulate asynchronous APIs and transform payloads before making HTTP callouts to specified endpoints. Perfect for creating dynamic, realistic mock server scenarios.
For more details, visit the documentation page, or try it right away.
SDETs will be excited about our latest feature! Beeceptor now offers a free tool for the SDET community to automate TOTP/2FA-based login screens using Selenium, Cucumber, Playwright, or any framework of your choice. Simply make a GET call to retrieve the OTP for the screen you are automating. Watch the video below and explore this new tool here.