Commit 88165ed
authored
test: add nuts (#34)
* feat: add nutcase
* fix: add logging for json parsing errors
* chore: rename Nutcase to NutButter
* test: finish up sourcepath, metadata, and manifest deploy tests
* test: still working on deploy nuts
* test: getting nutty
* test: NutButter -> Nutshell
* test: finish deploy tests
* test: split nuts
* test: wip
* test: improve flakiness
* test(wip): retrieve nuts
* test(wip): retrieve packagenames test
* test(wip): add packagenames test
* test: consolidate retrieve seeds
* chore: code review
* test: add convert seed
* test: wip
* test: improve test matrix
* test: add another test for deploy.metadata
* test(wip): stop relying on json
* test(wip): stop relying on push json
* test(wip): stop relying on convert json
* test(wip): stop relying on retrieve json
* test(wip): use SourceMembers for deploy assertions
* test(wip): stop relying on pull json
* test(wip): clean up
* test(wip): more clean up
* test: get dreamhouse-sfdx to pass
* chore: code review
* chore: use new mpd repo
* test: add mpd tests
* test: remove pointless tests
* chore: fix spelling
* chore: bump testkit
* test: fix deploy.testlevel
* test: add --ignoreerrors flag to quick deploy test1 parent 2de3f21 commit 88165ed
File tree
35 files changed
+2928
-438
lines changed- src/commands/force/source
- test
- commands/source
- nuts
- metadata/force-app/main/default
- classes
- objects/Painting__c
- fields
- quickActions
- staticresources
- files
- seeds
35 files changed
+2928
-438
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| 31 | + | |
27 | 32 | | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | | - | |
| 46 | + | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
| 50 | + | |
43 | 51 | | |
44 | 52 | | |
45 | 53 | | |
| |||
71 | 79 | | |
72 | 80 | | |
73 | 81 | | |
74 | | - | |
75 | 82 | | |
76 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
77 | 87 | | |
78 | 88 | | |
79 | 89 | | |
| |||
90 | 100 | | |
91 | 101 | | |
92 | 102 | | |
93 | | - | |
| 103 | + | |
94 | 104 | | |
95 | 105 | | |
96 | 106 | | |
97 | 107 | | |
98 | 108 | | |
99 | 109 | | |
100 | 110 | | |
101 | | - | |
| 111 | + | |
102 | 112 | | |
103 | 113 | | |
104 | 114 | | |
105 | 115 | | |
106 | 116 | | |
107 | | - | |
| 117 | + | |
| 118 | + | |
108 | 119 | | |
109 | 120 | | |
110 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments