Before we get into all the different options scan provides us, let's run the simplest of paths by entering the following in the Terminal:
fastlane scan
The console will prompt you for which scheme to select, so select 2. Fennec. After successfully running the tests, the console will return:
... [11:15:08]: > Test Suite SharedTests.xctest started [11:15:08]: > ArrayExtensionTests [11:15:08]: > testUnion (0.003 seconds) [11:15:08]: > testUnique (0.001 seconds) [11:15:08]: > AsyncReducerTests [11:15:08]: > testAccumulation ...