Commit 779ed6f
committed
feat: complete CI/CD pipeline automation framework
- Fix Jest test syntax errors and add proper test structure
- Refine ESLint configuration with proper file-specific globals
- Convert webpack.config.js to ES modules for compatibility
- All core automation components now functional
- Tests, linting, type checking, and building all working
- Ready for end-to-end CI/CD pipeline testing1 parent f68882f commit 779ed6f
File tree
8,681 files changed
+545757
-332984
lines changed- .github/workflows
- dist
- node_modules
- .bin
- @crxjs/vite-plugin
- dist
- node_modules
- convert-source-map
- es-module-lexer
- dist
- types
- fs-extra
- lib
- copy
- empty
- ensure
- fs
- json
- mkdirs
- move
- output-file
- path-exists
- remove
- util
- universalify
- @eslint
- eslintrc
- conf
- dist
- lib
- config-array
- types
- js
- src
- configs
- types
- @humanwhocodes
- config-array
- node_modules
- brace-expansion
- minimatch
- object-schema
- src
- @img
- sharp-libvips-linuxmusl-x64
- lib
- glib-2.0/include
- sharp-linuxmusl-x64
- lib
- @isaacs
- balanced-match
- dist
- commonjs
- esm
- brace-expansion
- dist
- commonjs
- esm
- cliui
- build
- lib
- node_modules
- ansi-regex
- ansi-styles
- emoji-regex
- es2015
- string-width
- strip-ansi
- wrap-ansi
- @pkgjs/parseargs
- examples
- internal
- @puppeteer/browsers
- lib
- cjs
- browser-data
- esm
- browser-data
- node_modules
- .bin
- debug
- src
- ms
- semver
- bin
- classes
- functions
- internal
- ranges
- src
- browser-data
- @rollup/pluginutils
- dist
- cjs
- es
- types
- @typescript-eslint
- eslint-plugin
- dist
- configs
- eslintrc
- flat
- rules
- enum-utils
- naming-convention-utils
- prefer-optional-chain-utils
- util
- class-scope-analyzer
- docs/rules
- node_modules
- ignore
- semver
- parser
- dist
- project-service
- dist
- scope-manager
- dist
- definition
- lib
- referencer
- scope
- variable
- tsconfig-utils
- dist
- type-utils
- dist
- typeOrValueSpecifiers
- typescript-estree
- dist
- create-program
- jsx
- parseSettings
- ts-estree
- types
- dist
- generated
- utils
- dist
- ast-utils
- eslint-utils
- eslint-utils
- ts-eslint
- eslint
- ts-utils
- node_modules
- .bin
- semver
- bin
- classes
- functions
- internal
- ranges
- visitor-keys
- dist
- node_modules/eslint-visitor-keys
- dist
- lib
- @types/semver
- classes
- functions
- internals
- ranges
- @ungap/structured-clone
- .github/workflows
- cjs
- esm
- @webcomponents/custom-elements
- externs
- src
- Patch
- Interface
- addons-linter/node_modules
- @eslint/eslintrc
- conf
- dist
- lib
- config-array
- node_modules
- ajv
- dist
- lib
- compile
- dotjs
- dot
- refs
- scripts
- espree
- dist
- lib
- json-schema-traverse
- spec
- fixtures
- eslint-scope
- dist
- lib
- file-entry-cache
- flat-cache
- src
- globals
- array-union
- asn1
- lib
- ber
- bare-fs
- lib
- prebuilds
- android-arm64
- android-arm
- android-ia32
- android-x64
- darwin-arm64
- darwin-x64
- ios-arm64-simulator
- ios-arm64
- ios-x64-simulator
- linux-arm64
- linux-x64
- win32-arm64
- win32-x64
- bare-os
- lib
- prebuilds
- android-arm64
- android-arm
- android-ia32
- android-x64
- darwin-arm64
- darwin-x64
- ios-arm64-simulator
- ios-arm64
- ios-x64-simulator
- linux-arm64
- linux-x64
- win32-arm64
- win32-x64
- bare-path
- lib
- bare-stream
- bare-url
- lib
- prebuilds
- android-arm64
- android-arm
- android-ia32
- android-x64
- darwin-arm64
- darwin-x64
- ios-arm64-simulator
- ios-arm64
- ios-x64-simulator
- linux-arm64
- linux-x64
- win32-arm64
- win32-x64
- bl
- test
- chromium-bidi
- lib
- cjs/bidiMapper
- domains
- browser
- cdp
- context
- input
- log
- network
- permissions
- script
- session
- storage
- modules
- bluetooth
- browser
- cdp
- context
- input
- log
- network
- permissions
- script
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
8,681 files changed
+545757
-332984
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
150 | 147 | | |
151 | 148 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| 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 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments