feat(tooling): add walkthrough-generator for HTML video walkthroughs - #2018
feat(tooling): add walkthrough-generator for HTML video walkthroughs#2018himangkalal wants to merge 1 commit into
307 new issues (0 max.) of at least severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 307
Complexity increasing per file
==============================
- tools/walkthrough-generator/capture/_inspect-course.mjs 12
- tools/walkthrough-generator/capture/_inspect-course2.mjs 10
- tools/walkthrough-generator/capture/_inspect-role.mjs 10
- tools/walkthrough-generator/capture/_inspect-role2.mjs 29
- tools/walkthrough-generator/capture/api-seed.mjs 29
- tools/walkthrough-generator/capture/authored-v2.mjs 9
- tools/walkthrough-generator/capture/authored.mjs 3
- tools/walkthrough-generator/capture/auto-spec.mjs 7
- tools/walkthrough-generator/capture/build-all.mjs 2
- tools/walkthrough-generator/capture/build-video.mjs 8
- tools/walkthrough-generator/capture/bulk-capture-auto.mjs 38
- tools/walkthrough-generator/capture/capture-auto-flow.mjs 137
- tools/walkthrough-generator/capture/capture-flow.mjs 60
- tools/walkthrough-generator/capture/capture.mjs 58
- tools/walkthrough-generator/capture/engine.mjs 38
- tools/walkthrough-generator/capture/env.mjs 15
- tools/walkthrough-generator/capture/gen-manifest.mjs 4
- tools/walkthrough-generator/capture/grind.mjs 14
- tools/walkthrough-generator/capture/inspect-create-course.mjs 26
- tools/walkthrough-generator/capture/inspect-dialog.mjs 26
- tools/walkthrough-generator/capture/inspect-learner.mjs 14
- tools/walkthrough-generator/capture/inspect-login.mjs 18
- tools/walkthrough-generator/capture/overlay-cursor.mjs 1
- tools/walkthrough-generator/capture/render-check.mjs 8
- tools/walkthrough-generator/capture/route-map.mjs 12
- tools/walkthrough-generator/capture/run-batch.mjs 52
- tools/walkthrough-generator/capture/seed-batch-api.mjs 36
- tools/walkthrough-generator/capture/seed-batch.mjs 20
- tools/walkthrough-generator/capture/seed-course.mjs 15
- tools/walkthrough-generator/capture/seed-session.mjs 14
- tools/walkthrough-generator/capture/smoke-login.mjs 22
- tools/walkthrough-generator/csv.mjs 12
- tools/walkthrough-generator/generate.mjs 6
See the complete overview on Codacy
Annotations
Check notice on line 37 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L37
Lists should be surrounded by blank lines
Check notice on line 53 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L53
Expected: 1; Actual: 0; Below
Check notice on line 101 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L101
Expected: 1; Actual: 0; Below
Check notice on line 117 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L117
Expected: 1; Actual: 0; Below
Check notice on line 151 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L151
Expected: 1; Actual: 0; Below
Check notice on line 180 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L180
Lists should be surrounded by blank lines
Check notice on line 186 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L186
Expected: 1; Actual: 0; Below
Check notice on line 187 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L187
Lists should be surrounded by blank lines
Check notice on line 277 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L277
Expected: 1; Actual: 0; Below
Check notice on line 312 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L312
Lists should be surrounded by blank lines
Check notice on line 320 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L320
Lists should be surrounded by blank lines
Check notice on line 329 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L329
Expected: 1; Actual: 0; Below
Check notice on line 336 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L336
Expected: 1; Actual: 0; Below
Check notice on line 337 in tools/walkthrough-generator/CONTEXT.md
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/CONTEXT.md#L337
Lists should be surrounded by blank lines
Check warning on line 17 in tools/walkthrough-generator/capture/_inspect-course2.mjs
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/capture/_inspect-course2.mjs#L17
Unexpected empty arrow function.
Check warning on line 20 in tools/walkthrough-generator/capture/_inspect-role.mjs
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/capture/_inspect-role.mjs#L20
Unexpected empty arrow function.
Check warning on line 21 in tools/walkthrough-generator/capture/_inspect-role2.mjs
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/capture/_inspect-role2.mjs#L21
Unexpected empty arrow function.
Check warning on line 38 in tools/walkthrough-generator/capture/_inspect-role2.mjs
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/capture/_inspect-role2.mjs#L38
'adminOpt' is assigned a value but never used.
Check warning on line 48 in tools/walkthrough-generator/capture/api-seed.mjs
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/capture/api-seed.mjs#L48
Unexpected empty arrow function.
Check warning on line 145 in tools/walkthrough-generator/capture/authored-v2.mjs
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/capture/authored-v2.mjs#L145
Non-HTML variable 'caption' is used to store raw HTML
Check warning on line 149 in tools/walkthrough-generator/capture/authored-v2.mjs
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/capture/authored-v2.mjs#L149
Non-HTML variable 'caption' is used to store raw HTML
Check warning on line 164 in tools/walkthrough-generator/capture/authored-v2.mjs
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/capture/authored-v2.mjs#L164
Non-HTML variable 'caption' is used to store raw HTML
Check warning on line 219 in tools/walkthrough-generator/capture/authored-v2.mjs
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/capture/authored-v2.mjs#L219
Non-HTML variable 'caption' is used to store raw HTML
Check warning on line 221 in tools/walkthrough-generator/capture/authored-v2.mjs
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/capture/authored-v2.mjs#L221
Non-HTML variable 'caption' is used to store raw HTML
Check warning on line 257 in tools/walkthrough-generator/capture/authored-v2.mjs
codacy-production / Codacy Static Code Analysis
tools/walkthrough-generator/capture/authored-v2.mjs#L257
Non-HTML variable 'caption' is used to store raw HTML