Skip to content

fix: missing css variables in chrome dev-tool #8488

fix: missing css variables in chrome dev-tool

fix: missing css variables in chrome dev-tool #8488

GitHub Actions / UT Tests report-ubuntu-latest succeeded Jul 16, 2024 in 0s

25 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
apps/chrome-devtools/dist-test/ut-report.xml 1✅ 8s
apps/vscode-extension/dist-test/ut-report.xml 1✅ 3s
packages/@o3r/storybook/dist-test/ut-report.xml 23✅ 22s

✅ apps/chrome-devtools/dist-test/ut-report.xml

1 tests were completed in 8s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
undefined 1✅ 6s

✅ undefined

 should be removed as soon as we have one test in this package
  ✅ should be removed as soon as we have one test in this package

✅ apps/vscode-extension/dist-test/ut-report.xml

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
undefined 1✅ 2s

✅ undefined

 should be removed as soon as we have one test in this package
  ✅ should be removed as soon as we have one test in this package

✅ packages/@o3r/storybook/dist-test/ut-report.xml

23 tests were completed in 22s with 23 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Configuration Metadata setup 5✅ 16s
generateThemeCss 2✅ 1s
generateThemeCss 2✅ 4s
Localization Metadata setup 4✅ 15s
Styling Metadata setup 10✅ 17s

✅ Configuration Metadata setup

Configuration Metadata setup should register the metadata
  ✅ Configuration Metadata setup should register the metadata
Configuration Metadata setup should retrieve the metadata
  ✅ Configuration Metadata setup should retrieve the metadata
Configuration helper extractConfiguration should extract description from metadata
  ✅ Configuration helper extractConfiguration should extract description from metadata
Configuration helper retrieveConfigFromProps should extract only config properties
  ✅ Configuration helper retrieveConfigFromProps should extract only config properties
Configuration helper retrieveConfigFromProps should return empty object if no config property found
  ✅ Configuration helper retrieveConfigFromProps should return empty object if no config property found

✅ generateThemeCss

generateThemeCss should generate a css file
  ✅ generateThemeCss should generate a css file
generateThemeCss should generate a css file from diff
  ✅ generateThemeCss should generate a css file from diff

✅ generateThemeCss

generateThemeCss should generate a css file
  ✅ generateThemeCss should generate a css file
generateThemeCss should generate a css file from diff
  ✅ generateThemeCss should generate a css file from diff

✅ Localization Metadata setup

Localization Metadata setup should register the metadata
  ✅ Localization Metadata setup should register the metadata
Localization Metadata setup should retrieve the metadata
  ✅ Localization Metadata setup should retrieve the metadata
Localization helper extractLocalization should extract description from metadata
  ✅ Localization helper extractLocalization should extract description from metadata
Localization helper getLocalizations should extract key/value from metadata
  ✅ Localization helper getLocalizations should extract key/value from metadata

✅ Styling Metadata setup

Styling Metadata setup should register the metadata
  ✅ Styling Metadata setup should register the metadata
Styling Metadata setup should retrieve the metadata
  ✅ Styling Metadata setup should retrieve the metadata
Styling Helpers setCssVariable should create a new style element
  ✅ Styling Helpers setCssVariable should create a new style element
Styling Helpers setCssVariable should edit an existing variable
  ✅ Styling Helpers setCssVariable should edit an existing variable
Styling Helpers getTypeAndValue should return a color editor for color
  ✅ Styling Helpers getTypeAndValue should return a color editor for color
Styling Helpers getTypeAndValue should return a text editor for color
  ✅ Styling Helpers getTypeAndValue should return a text editor for color
Styling Helpers extractStyling should extract component variable
  ✅ Styling Helpers extractStyling should extract component variable
Styling Helpers extractStyling should not extract incorrect variable
  ✅ Styling Helpers extractStyling should not extract incorrect variable
Styling Helpers extractStyling should return the final value of the referenced variable
  ✅ Styling Helpers extractStyling should return the final value of the referenced variable
Styling Helpers getThemeVariables should extract theme variable only
  ✅ Styling Helpers getThemeVariables should extract theme variable only