You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ Bootstrap and package your project with Angular 10 and Electron 8 (Typescript +
15
15
16
16
Currently runs with:
17
17
18
-
- Angular v10.0.7
19
-
- Electron v9.1.2
18
+
- Angular v10.0.9
19
+
- Electron v9.2.0
20
20
- Electron Builder v22.8.0
21
21
22
22
With this sample, you can :
@@ -84,6 +84,17 @@ YES! You can do it! Just by importing your library in npm dependencies section (
84
84
Maybe you want to execute the application in the browser with hot reload ? Just run `npm run ng:serve:web`.
85
85
**Note that you can't use Electron or NodeJS native libraries in this case.** Please check `providers/electron.service.ts` to watch how conditional import of electron/Native libraries is done.
86
86
87
+
# E2E Testing
88
+
89
+
E2E Test scripts can be found in `e2e` folder.
90
+
91
+
|Command|Description|
92
+
|--|--|
93
+
|`npm run e2e`| Execute end to end tests |
94
+
95
+
Note: To make it work behind a proxy, you can add this proxy exeption in your terminal
0 commit comments