Create integration tests for the count app.
Details
The app should build off of the app from a previous activities that used state to count button presses by adding the following:
a file that instuments the app.
a file that runs tests for the count text including:
the count initially being 0.
the count being 1 after a single tap
the count being 2 after two taps.