• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1schedule: TIMESTAMPED
2scenarios [{
3    at: "00:00:10"
4    journey: "android.platform.test.longevity.samples.SimpleSuite$PassingTest"
5    after_test: STAY_IN_APP
6}, {
7    at: "00:00:20"
8    journey: "android.platform.test.longevity.samples.SimpleSuite$FailingTest"
9}, {
10    at: "00:00:30"
11    journey: "android.platform.test.longevity.samples.SimpleSuite$PassingTest"
12    after_test: EXIT
13}, {
14    at: "00:00:50"
15    journey: "android.platform.test.longevity.samples.SimpleSuite$PassingTest"
16    after_test: STAY_IN_APP
17}, {
18    at: "00:01:00"
19    journey: "android.platform.test.longevity.samples.SimpleSuite$FailingTest"
20    after_test: STAY_IN_APP
21}]
22