Skip to content

Commit

Permalink
Merge pull request #8 from aygalinc/feature/android_studio_example_up…
Browse files Browse the repository at this point in the history
…date

Feature/android studio example update
  • Loading branch information
mpkorstanje authored Jul 27, 2018
2 parents 4e59a4e + a69af5d commit 10a0894
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
32 changes: 27 additions & 5 deletions android-studio/Cukeulator/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
# Built application files
/*/build/
build/

# Crashlytics configuations
com_crashlytics_export_strings.xml

# Local configuration file (sdk path, etc)
local.properties

# Gradle generated files
.gradle/

# Signing files
.signing/

# User-specific configurations
.idea/
*.iml

# OS-specific files
.DS_Store
/build
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ public class CucumberRunner extends MonitoringInstrumentation {

@Override
public void onCreate(final Bundle bundle) {
// bundle.putString("features", "features");
// bundle.putString("plugin", getPluginConfigurationString());
bundle.putString("plugin", getPluginConfigurationString()); // we programmatically create the plugin configuration
super.onCreate(bundle);
instrumentationCore.create(bundle);
start();
Expand Down

0 comments on commit 10a0894

Please sign in to comment.