Skip to content
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

e2e test update ios simulators versions #1925

Merged
merged 3 commits into from
Feb 18, 2020

Conversation

SergioEstevao
Copy link
Contributor

This PR just updates the simulators being used for e2e tests and refactor the code a bit to make clear what simulators are used in CI and the one used locally.

To test:

  • Run the iOS e2e tests locally: yarn test:e2e:ios:local
  • Check if all is ok.

PR submission checklist:

  • I have considered adding unit tests where possible.
  • I have considered if this change warrants user-facing release notes and have added them to RELEASE-NOTES.txt if necessary.

@SergioEstevao SergioEstevao added the Testing Anything related to automated tests label Feb 18, 2020
@SergioEstevao SergioEstevao added this to the 1.23 milestone Feb 18, 2020
Copy link
Contributor

@dratwas dratwas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like these changes! Good job. Tested locally and everything works perfectly :) I left one small comment, but it's not a blocker.

browserName: '',
platformName: 'iOS',
platformVersion: '13.0',
deviceName: 'iPhone 11 Simulator',
platformVersion: '13.3',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that the platformVersion and deviceName could be removed from here since the ios is not exported. They are declared in iosLocal and iosServer.

@SergioEstevao SergioEstevao merged commit a7d31ef into develop Feb 18, 2020
@SergioEstevao SergioEstevao deleted the fix/e2e-update-ios-simulators-versions branch February 18, 2020 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing Anything related to automated tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants