Andrea Bizzotto
Andrea Bizzotto
Running this code on iOS 13.1 always leads to `cancelledByUser`, but the Facebook sign-in page is never presented: ```dart final facebookLogin = FacebookLogin(); final result = await facebookLogin.logInWithReadPermissions( ['public_profile'], );...
Currently, AcceptanceMark does not provide a way of describing what each test does. It would be useful to add a `description` column to describe what the test will do. Example:...
This is a valid markdown table: | input1 | input2 | | output | | --- | --- | --- | --- | | 1 | 2 | | 3...
## Purpose: Make it easier to get `amtool` executable (ideally no manual compilation needed)
## Purpose: Write a command line tool to generate XCTests from a set of `.md` files encoding business rules. See [amtool Specification file](https://github.com/bizz84/AcceptanceMark/blob/master/amtool-spec.md) for details. ### TODO - [x] Add...
## Purpose: Keep AcceptanceMark Test target up to date as input files are modified. By running `amtool`, all the required test files are written into an output folder. Unless `amtool`...
## Purpose: See test success/failures via a file report that can be stored as an artifact in CI. As the AcceptanceMark test suite runs, we want to generate a test...
This was reported by a student of my course. Reproduction steps 1. run the App on iOs simulator or real iOS device. 2. click on sign in with google button....