Hey all. So I want to try and create two tests in testcafe with different functions.
First, I want to run a test that will scan for QR codes. For example, I want it to be able to run a few steps first, before being told to scan for a QR code.
Next, I want to do a test that simulates a shake function. For example, I want t run a few steps first, before the test environment simulates the shaking of a mobile to continue the test.
Thanks