bdd-crossplatform-apps icon indicating copy to clipboard operation
bdd-crossplatform-apps copied to clipboard

An ustwo guide about one way to BDD cross platform applications.

Results 11 bdd-crossplatform-apps issues
Sort by recently updated
recently updated
newest added

Passing on Android, having some problems running on iOS atm but will investigate + update

For some reason at least the Android app is incorrectly requesting commit data to this end point: `/repos/{org}/{repo}/git/commits/{commit}` Whereas the [docs](https://developer.github.com/v3/repos/commits/#get-a-single-commit) state this is correct instead (note there's no `git`...

bug

@emmaguy @mshipton it's a pain to compile the app from scratch all the time!

enhancement

Basically read the yml configuration files at the root of the project and then use: ``` bash emulator -avd XXXX ``` And ``` bash xcrun simctl XXXX ```

enhancement

Just realised, don't know why we've gone this far without it!

`I should see the commit message and date of each commit` Is only checking for the first 6 commits instead of all of them.

bug

I've already started this work on the ruby_style_standards branch but need someone to help pick this up. Based on https://github.com/bbatsov/ruby-style-guide

bug
help wanted

So that the files are grouped by type, e.g. repo_default repo_empty repo_private etc

enhancement

Looks like `--full-reset` might be the right thing to do, but might considerably slow down execution. More info: http://appium.io/slate/en/master/?ruby#server-flags

question

_Given_ I want to stop the interactive session _And_ I press CTRL+C _Then_ the interactive session should stop

bug