We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cc570 commit 8767b88Copy full SHA for 8767b88
.circleci/config.yml
@@ -193,7 +193,7 @@ jobs:
193
name: Run E2E Tests
194
no_output_timeout: 30m
195
working_directory: example
196
- command: patrol test -t integration_test/
+ command: patrol test -t integration_test/ --verbose
197
format_flutter:
198
executor:
199
name: android/android-machine
example/android/app/src/androidTest/java/com/instabug/flutter/example/MainActivityTest.java
@@ -2,8 +2,6 @@
2
3
import androidx.test.platform.app.InstrumentationRegistry;
4
5
-import com.example.InstabugSample.MainActivity;
6
-
7
import org.junit.Test;
8
import org.junit.runner.RunWith;
9
import org.junit.runners.Parameterized;
0 commit comments