Testing

Sauce Analytics
Around the time of iOS 14 (Sept 2020), Apple and other companies started to crack down hard on user privacy and data use.
Read More…
Tests Done Right With CircleCi
Tests Are Lame but they don’t have to be Ever since i started working with CircleCi at Sauce it bothered me that we don’t use what it has to offer to the fullest and this is especially so with tests circleCi has this really neat way of showing test results as shown below despite how nice doing this looks it also has another really useful feature it allows you to do splitting and parallelism on jobs this means jobs but specifically, a test can be split across say 4 machines and split up by the time it took to run the tests.
Read More…
Create a local unsigned apk
REQUIRED VERSION > 0.58 If you’re in the early stages of developing a react native app or just want a quick and easy way to share an apk with your QA or a client who has an android phone, you can easily generate a debug apk file which is unsigned.
Read More…
Speeding Up Cypress
By caching and restoring cookies, localStorage, and sessionStorage data using the cy.session() command my Cypress tests now run considerably faster.
Read More…