scania-digital-design-system / tegel

Tegel Design System
https://tegel.scania.com
MIT License
15 stars 12 forks source link

feat(tagnametransform): trying out simple setup for versioning of Tegel #677

Open timrombergjakobsson opened 2 weeks ago

timrombergjakobsson commented 2 weeks ago

Describe pull-request

Describe what the pull-request is about

Issue Linking:

Choose one of the following options

How to test

Provide detailed steps for testing, including any necessary setup.

  1. Go to...
  2. Check in...
  3. Run ...

Checklist before submission

Suggested test steps

Screenshots

Include before/after screenshots for UI changes.

Additional context

Add any other context or feedback requests about the pull-request here.

aws-amplify-eu-north-1[bot] commented 2 weeks ago

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-677.d3fazya28914g3.amplifyapp.com

sonarcloud[bot] commented 1 day ago

Quality Gate Passed Quality Gate passed

Issues
5 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

github-actions[bot] commented 1 day ago

Playwright test results

failed  37 failed
passed  306 passed

Details

stats  343 tests across 101 suites
duration  1 minute, 16 seconds
commit  c495e6a

Failed tests src/components/chip/test/checkbox/chip.e2e.ts › tds-chip-checkbox › renders checkbox chips correctly src/components/chip/test/checkbox/chip.e2e.ts › tds-chip-checkbox › expect chips to be of the role checkbox src/components/chip/test/checkbox/chip.e2e.ts › tds-chip-checkbox › Chip 1 is clickable src/components/chip/test/checkbox/chip.e2e.ts › tds-chip-checkbox › Chip 2 is clickable src/components/chip/test/checkbox/chip.e2e.ts › tds-chip-checkbox › Chip 3 is clickable src/components/chip/test/checkbox/chip.e2e.ts › tds-chip-checkbox › 1st chip is checked src/components/chip/test/checkbox/chip.e2e.ts › tds-chip-checkbox › Clicking "Label 2" chip changes checked state appropriately src/components/chip/test/checkbox/chip.e2e.ts › tds-chip-checkbox › Clicking "Label 2" and "Label 3" chips changes checked state appropriately src/components/chip/test/checkbox/chip.e2e.ts › tds-chip-checkbox › Clicking "Label 1", "Label 2" and "Label 3" chips changes checked state appropriately src/components/chip/test/default/chip.e2e.ts › tds-chip-default › expect chip to be of the role button src/components/chip/test/default/chip.e2e.ts › tds-chip-default › Chip is clickable src/components/chip/test/disabled/chip.e2e.ts › tds-chip-checkbox › renders checkbox chips correctly src/components/chip/test/disabled/chip.e2e.ts › tds-chip-checkbox › Chip 1 is disabled and not clickable src/components/chip/test/disabled/chip.e2e.ts › tds-chip-checkbox › Chip 2 is clickable src/components/chip/test/disabled/chip.e2e.ts › tds-chip-checkbox › Chip 3 is clickable src/components/chip/test/disabled/chip.e2e.ts › tds-chip-radio › renders radio chips correctly src/components/chip/test/disabled/chip.e2e.ts › tds-chip-radio › Radio Chip 1 is disabled and not clickable src/components/chip/test/disabled/chip.e2e.ts › tds-chip-button › renders button chips correctly src/components/chip/test/disabled/chip.e2e.ts › tds-chip-button › Button Chip 1 is disabled and not clickable src/components/chip/test/icon/chip.e2e.ts › tds-chip-default › renders default chip correctly src/components/chip/test/icon/chip.e2e.ts › tds-chip-default › expect chip to be of the role button src/components/chip/test/icon/chip.e2e.ts › tds-chip-default › Check so that the chip contains an icon src/components/chip/test/radio/chip.e2e.ts › tds-chip-radio › renders radio chips correctly src/components/chip/test/radio/chip.e2e.ts › tds-chip-radio › expect chips to be of the role radio src/components/chip/test/radio/chip.e2e.ts › tds-chip-radio › Chip 1 is clickable src/components/chip/test/radio/chip.e2e.ts › tds-chip-radio › Chip 2 is clickable src/components/chip/test/radio/chip.e2e.ts › tds-chip-radio › Chip 3 is clickable src/components/chip/test/radio/chip.e2e.ts › tds-chip-radio › 2nd chip is checked src/components/chip/test/radio/chip.e2e.ts › tds-chip-radio › Clicking "Label 1" chip changes checked state appropriately src/components/chip/test/radio/chip.e2e.ts › tds-chip-radio › Clicking "Label 3" chip changes checked state appropriately src/components/text-field/test/default/text-field.e2e.ts › TdsTextField - default state › renders default text-field correctly src/components/text-field/test/default/text-field.e2e.ts › TdsTextField - default state › should handle hover, click, and input on text field src/components/text-field/test/disabled/text-field.e2e.ts › TdsTextField - default state › should not allow input src/components/text-field/test/password-error/text-field.e2e.ts › TdsTextField - password type with error state › renders default text-field correctly src/components/text-field/test/password-error/text-field.e2e.ts › TdsTextField - password type with error state › should handle hover, click, and input on text field src/components/text-field/test/read-only-success/text-field.e2e.ts › TdsTextField - read-only success state › renders readonly success state of text-field correctly src/components/text-field/test/read-only-success/text-field.e2e.ts › TdsTextField - read-only success state › should not allow input