Commit 3a768ff
committed
Add comprehensive integration tests for all FC3 subcommands and fix alias return value issue
- Added integration tests for all subcommands including deploy, scaling, info, provision, alias, version, concurrency, invoke, layer,
remove, and model
- Fixed alias command return value issue where createAlias was not returning the result body
- Corrected typo in model command help from "reomve" to "remove"
- Updated E2E test configuration to include ossMountConfig: auto
- Removed unused schema.json mock file1 parent 0ea677b commit 3a768ff
5 files changed
Lines changed: 414 additions & 16 deletions
File tree
- __tests__
- __mocks__
- e2e/nodejs
- it
- src
- commands-help
- resources/fc
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
46 | | - | |
| 51 | + | |
| 52 | + | |
0 commit comments