-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generation: combining and string matchers for android #496
Conversation
d499a76
to
f3e83b5
Compare
This PR is not ready yet, somehow the matchers don't get passed on, working on that :) |
Currently failing due to
Still working on this, but I have no idea 🤔 |
0e8d75d
to
f1f872a
Compare
I got a clue why this PR is still not working, but I am not fully through it. Currently comparing before and after states a lot to see where I might be wrong, this is unfortunately a bit time consuming 🤔 |
8669d9f
to
91b3282
Compare
@rotemmiz This works now ✅
|
91b3282
to
6783520
Compare
Besides that also strings are now send unwrapped, as in the unchanged code before
6783520
to
f17cb67
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@rotemmiz could you review this? |
# Conflicts: # detox/test/package.json
This PR aims to move the combining matchers (and, or, not, etc) to the generated code.
On my machine the tests pass, would love for anyone to verify.