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 Automation #835

Merged
merged 20 commits into from Mar 20, 2022
Merged

E2E Automation #835

merged 20 commits into from Mar 20, 2022

Conversation

pavjacko
Copy link
Member

Description

  • Add support for e2e automation

Breaking Changes

  • PRs should not introduce breaking changes to existing functionality
  • if breaking change cannot be avoided it has to be introduced in 2 phases (release cycles of 0.x.0)
    • 0.x.0 Add new functionality + add DEPRECATED warning to existing fuctionality
    • 0.[x+1].0 Remove deprecated functionality

I have tested my changes on:

ReNative project directly:

  • ios simulator
  • ios device
  • android simulator
  • android device
  • web browser
  • tvos simulator
  • tvos device
  • androidtv simulator
  • androidtv device
  • androidwear simulator
  • androidwear device
  • tizen simulator
  • tizen device
  • tizenmobile simulator
  • tizenwatch device
  • webos simulator
  • webos device
  • macos
  • windows
  • chromecast device

New project:

  • ios simulator
  • ios device
  • android simulator
  • android device
  • web browser
  • tvos simulator
  • tvos device
  • androidtv simulator
  • androidtv device
  • androidwear simulator
  • androidwear device
  • tizen simulator
  • tizen device
  • tizenmobile simulator
  • tizenwatch device
  • webos simulator
  • webos device
  • macos
  • windows
  • chromecast device

Existing Project created with previous version of renative:

  • ios simulator
  • ios device
  • android simulator
  • android device
  • web browser
  • tvos simulator
  • tvos device
  • androidtv simulator
  • androidtv device
  • androidwear simulator
  • androidwear device
  • tizen simulator
  • tizen device
  • tizenmobile simulator
  • tizenwatch device
  • webos simulator
  • webos device
  • macos
  • windows
  • chromecast device

@codecov-commenter
Copy link

Codecov Report

Merging #835 (d5f4923) into canary (8c107d7) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           canary     #835      +/-   ##
==========================================
- Coverage   26.18%   26.17%   -0.01%     
==========================================
  Files          29       29              
  Lines        3349     3350       +1     
  Branches      815      815              
==========================================
  Hits          877      877              
- Misses       1779     1780       +1     
  Partials      693      693              
Flag Coverage Δ
rnvunittests 26.17% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/rnv/src/core/pluginManager/index.js 4.61% <0.00%> (-0.02%) ⬇️
packages/rnv/src/core/projectManager/index.js 6.00% <0.00%> (ø)
packages/rnv/src/core/systemManager/exec.js 47.39% <ø> (ø)
packages/rnv/src/core/systemManager/npmUtils.js 6.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6101e8a...d5f4923. Read the comment docs.

@pavjacko pavjacko merged commit 6e62c1b into canary Mar 20, 2022
@pauliusguzas pauliusguzas deleted the feat/hello-world-e2e branch April 11, 2023 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants