Fresh Beginning
  • Home
  • Speaking
  • Reading
  • Github
  • Alma Mater
  • Contact
Subscribe
Tagged

WWDC2021

A collection of 3 posts

Use Test Repetitions Mode in Xcode to Diagnose and Fix Flaky Tests
Unit Tests

Use Test Repetitions Mode in Xcode to Diagnose and Fix Flaky Tests

If you've written unit tests in the past, there is a fairly good chance that you came across the flaky tests. Flaky tests are the ones whose success or failure is unreliable. They might pass today and may fail for some time before reverting back to pass status. They add

  • Jayesh Kawli
Jayesh Kawli Jan 31, 2022 • 7 min read
Xcode 13 Introduces a New Way for Handling Expected Unit Test Failures
unit test

Xcode 13 Introduces a New Way for Handling Expected Unit Test Failures

In my previous blog post, I wrote about using a couple of ways to either suppress or skip expected test failures. In Xcode 12.5, Apple introduced a new API XCTExpectFailure to provide a better way to handle expected (And hopefully temporary and fixable in near-future) test failures. In todays'

  • Jayesh Kawli
Jayesh Kawli Jan 31, 2022 • 7 min read
Advanced Breakpoint Improvements in Xcode 13 (WWDC 2021)
Breakpoint

Advanced Breakpoint Improvements in Xcode 13 (WWDC 2021)

At WWDC21, Apple announced various new breakpoint improvements into Xcode 13. In this post, I will go over them and demonstrate how they can benefit your workflow. Previously, setting up breakpoints triggered them where they were not supposed to get triggered or it took a lot of work to work

  • Jayesh Kawli
Jayesh Kawli Jan 27, 2022 • 9 min read
Fresh Beginning © 2022
Powered by Ghost