Skip to content

Instantly share code, notes, and snippets.

@pepicrft
Created June 22, 2016 08:29
Show Gist options
  • Select an option

  • Save pepicrft/7bfe2c9bc71298cb2bb02989111b6afd to your computer and use it in GitHub Desktop.

Select an option

Save pepicrft/7bfe2c9bc71298cb2bb02989111b6afd to your computer and use it in GitHub Desktop.
import Szimpla
///// RECORDING THE SNAPSHOT WITH THE REQUESTS ///////
Szimpla.instance.start() // Starts recording
// Do all your UI tests steps
Szimpla.instance.record(name: "user_share_tracking") // Saves the recorded requests
///// MATCHING THE SNAPSHOT WITH THE REQUESTS ///////
// Navigate to the point where you would like to start testing.
Szimpla.instance.start() // Starts recording
// Do all your UI tests steps
Szimpla.instance.validate(name: "user_share_tracking") // Saves the recorded requests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment