-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat(tooling): adds nvm #6938
feat(tooling): adds nvm #6938
Conversation
Current Playwright Test Results Summary✅ 136 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 08/19/2023 08:16:08pm UTC)
|
|
2 Test Cases Affected |
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Allows embeds to be deleted if page unlocked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 150 runsfailed over last 7 days |
45.33% (68)68 / 150 runsflaked over last 7 days |
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 148 runsfailed over last 7 days |
44.59% (66)66 / 148 runsflaked over last 7 days |
📄 functional/plugins/plot/logPlot.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Log plot tests Log Plot ticks are functionally correct in regular and log mode and after refresh
Retry 1 • Initial Attempt |
1.97% (3)3 / 152 runsfailed over last 7 days |
37.50% (57)57 / 152 runsflaked over last 7 days |
📄 functional/plugins/plot/tagging.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Plot Tagging Tags work with Overlay Plots
Retry 1 • Initial Attempt |
10.67% (16)16 / 150 runsfailed over last 7 days |
28.67% (43)43 / 150 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6938 +/- ##
==========================================
- Coverage 48.31% 45.28% -3.04%
==========================================
Files 643 643
Lines 25719 25719
Branches 2512 2512
==========================================
- Hits 12427 11646 -781
- Misses 12812 13574 +762
- Partials 480 499 +19
*This pull request uses carry forward flags. Click here to find out more. see 127 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@unlikelyzero ptal |
@evenstensberg please update our readme with the use of I think maybe here: Line 50 in a495e86
|
@unlikelyzero I also added nvm in installation step, ptal |
README.md
Outdated
@@ -18,11 +18,12 @@ Building and running Open MCT in your local dev environment is very easy. Be sur | |||
|
|||
`git clone https://github.com/nasa/openmct.git` | |||
|
|||
2. Install development dependencies. Note: Check the package.json engine for our tested and supported node versions. | |||
2. Install the correct node version using [nvm](https://github.com/nvm-sh/nvm) (`nvm install`) |
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 would mention that this is optional
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.
Can you update this as an optional and it'll be good to go
#6888
Closing #6956
Describe your changes:
Adds nvmrc to use same node and npm version throughout the project.
All Submissions:
Author Checklist
Reviewer Checklist