- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Loop 2999 restructure #69
Open
ginnyyadav
wants to merge
34
commits into
dev
Choose a base branch
from
loop-2999-restructure
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,475
−13,949
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
42ac34d
lock down dependencies
ginnyyadav a2c68c6
remove and rename error tests
ginnyyadav c70a258
renamed the error tests and moved to a different structure
ginnyyadav 184b850
tidying up eslint
ginnyyadav b0a8d06
tidying up dependencies and added detox recorder
ginnyyadav 41ed55f
get rid of tests folder so tests live in e2e folder
ginnyyadav 3bbe398
change test script to match new folder names
ginnyyadav 65b9b32
Update README.md
ginnyyadav 1393b38
rename e2e tests
ginnyyadav 21f1f66
rename source folder to utilities
ginnyyadav 76b20a2
smoke test turned into accessibility test
ginnyyadav 0d262d6
new screens
ginnyyadav 2d358ed
new screen export file
ginnyyadav 826c9dc
fix formatting and typos
ginnyyadav 5df2cc4
turning off some rules we don't need
ginnyyadav 012a735
translate error 1 test to new format
ginnyyadav 63c42ad
add some new matchers and actions
ginnyyadav f886d7a
add ability to match by ids
ginnyyadav 89356e0
add onboarding skip remove unescessary setup
ginnyyadav b290d8f
add onboarding
ginnyyadav 5fac8cf
new prepare test functions
ginnyyadav f6917b0
add labels and reorganize enUS file
ginnyyadav a6d93c3
add pump sim screen
ginnyyadav 4e8bcd9
Merge branch 'dev' into loop-2999-restructure
ginnyyadav f918da3
granting a bit more freedom from eslint
ginnyyadav 36cb514
account for faceid vs touchid
ginnyyadav 4946ce1
add clarity on why we need a custom version of applesimutils
ginnyyadav a5f6654
put matchers in alphabetical order so they're easier to read
ginnyyadav 4f9adf1
update and add screens
ginnyyadav 8a3a7af
remove unnecessary eslint rule
ginnyyadav 1b6ca41
add pump errors test
ginnyyadav 3f29f1c
add deliver bolus as functional test
ginnyyadav c28e18e
alphabetize and order screens
ginnyyadav de81a13
add wait for element not visible action
ginnyyadav File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add onboarding
commit b290d8f5300ff2c770bd66b93f776e6f2585086f
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing most of these changes are moving to a new file. As such, I'm just skimming.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep. that you are right about