forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OV JS] Add e2e test of openvino-node package as electron app depende…
…ncy (openvinotoolkit#25522) ### Details: - Implement initial e2e testing ### Tickets: - 146346 --------- Co-authored-by: Alicja Miloszewska <[email protected]>
- Loading branch information
1 parent
f8c7ccc
commit 9a7045d
Showing
19 changed files
with
638 additions
and
62 deletions.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,6 @@ | |
"lint": "eslint ." | ||
}, | ||
"engines": { | ||
"node": ">=20.5.1" | ||
"node": ">=21.0.0" | ||
} | ||
} |
Oops, something went wrong.