Jacob Overgaard
|
ecbb5891f1
|
add uui-css through the custom properties file to be able to override properties (the file name could probably be improved)
|
2022-08-10 12:07:36 +02:00 |
|
Jacob Overgaard
|
3fd5899ab0
|
add css to test environment
|
2022-08-10 12:03:01 +02:00 |
|
Jacob Overgaard
|
889385f006
|
add import of custom properties and move uui-css a step out so autoformat does not change the order of imports
|
2022-08-10 11:53:15 +02:00 |
|
Jacob Overgaard
|
306e6b358a
|
add custom properties file with override of uui-color-positive to pass a11y tests
|
2022-08-10 11:52:54 +02:00 |
|
Jacob Overgaard
|
7732cd5679
|
remove color-contrast from ignored rules
|
2022-08-10 11:52:35 +02:00 |
|
Jacob Overgaard
|
64d2816e09
|
Merge pull request #92 from umbraco/bugfix/web-test-runner-registration
Bugfix/web test runner registration
|
2022-08-10 11:09:31 +02:00 |
|
dependabot[bot]
|
3185225011
|
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-09 18:54:21 +00:00 |
|
Jacob Overgaard
|
18a73aefbc
|
make sure web-test-runner does not waste time with a html report since its now handled in a github action
|
2022-08-09 17:30:07 +02:00 |
|
Jacob Overgaard
|
788d2c1e5c
|
[skip ci] uncomment report
|
2022-08-09 17:25:41 +02:00 |
|
Jacob Overgaard
|
03802f0e15
|
rearrange jobs
|
2022-08-09 17:19:30 +02:00 |
|
Jacob Overgaard
|
1b43d899d3
|
remove minimum coverage
|
2022-08-09 17:15:37 +02:00 |
|
Jacob Overgaard
|
0455a8f457
|
set working dir to root
|
2022-08-09 17:15:10 +02:00 |
|
Jacob Overgaard
|
ed001d9685
|
update action with working dir
|
2022-08-09 17:14:44 +02:00 |
|
Jacob Overgaard
|
16532754e6
|
remove working-directory
|
2022-08-09 17:06:29 +02:00 |
|
Jacob Overgaard
|
e59a578cf0
|
Merge branch 'main' of https://github.com/umbraco/Umbraco.CMS.Backoffice into bugfix/web-test-runner-registration
|
2022-08-09 16:55:31 +02:00 |
|
Jacob Overgaard
|
5215a06fa6
|
Merge pull request #91 from umbraco/dependabot/npm_and_yarn/web/test-runner-0.14.0
Bump @web/test-runner from 0.13.31 to 0.14.0
|
2022-08-09 16:55:19 +02:00 |
|
dependabot[bot]
|
de4a85f2c5
|
Bump @web/test-runner from 0.13.31 to 0.14.0
Bumps [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) from 0.13.31 to 0.14.0.
- [Release notes](https://github.com/modernweb-dev/web/releases)
- [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md)
- [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.14.0/packages/test-runner)
---
updated-dependencies:
- dependency-name: "@web/test-runner"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-09 14:54:57 +00:00 |
|
Jacob Overgaard
|
4570a969a7
|
Merge branch 'main' of https://github.com/umbraco/Umbraco.CMS.Backoffice into bugfix/web-test-runner-registration
|
2022-08-09 16:54:15 +02:00 |
|
Jacob Overgaard
|
2c74227d11
|
add coverage report upload to github
|
2022-08-09 16:53:13 +02:00 |
|
Jacob Overgaard
|
84493beee3
|
add lcov and text-summary as coverage reporters
|
2022-08-09 16:53:05 +02:00 |
|
Jacob Overgaard
|
1562aefabc
|
add helper const for chai a11y rules
|
2022-08-09 16:24:22 +02:00 |
|
Jacob Overgaard
|
0576014bfb
|
ignore the 'color-contrast' rule for now
|
2022-08-09 16:19:05 +02:00 |
|
Jacob Overgaard
|
ae91e12d78
|
add specific ids for labels
|
2022-08-09 16:18:53 +02:00 |
|
Jacob Overgaard
|
c8831b599a
|
add tests for login element
|
2022-08-09 16:18:40 +02:00 |
|
Jacob Overgaard
|
fc7f539db5
|
add test for umb-context-provider
|
2022-08-09 15:57:44 +02:00 |
|
Jacob Overgaard
|
91e3a76afb
|
define correct name of upgraderview test
|
2022-08-09 15:57:36 +02:00 |
|
Jacob Overgaard
|
0a16d9921e
|
add test for upgrader-view
|
2022-08-09 15:47:05 +02:00 |
|
Jacob Overgaard
|
1b953c4430
|
add correct await usage for chai accessible()
|
2022-08-09 15:42:05 +02:00 |
|
Jacob Overgaard
|
23d8283743
|
import from '.'
|
2022-08-09 15:39:07 +02:00 |
|
Jacob Overgaard
|
dcb5722464
|
add import for @umbraco-ui/uui and router-slot to test runner config to correctly register implicit uui components
|
2022-08-09 15:38:53 +02:00 |
|
Jesper Møller Jensen
|
9eb4eb38db
|
package lock fix
|
2022-08-09 14:49:49 +02:00 |
|
Jesper Møller Jensen
|
714b683391
|
update to storybook 6.5.10
|
2022-08-09 14:41:45 +02:00 |
|
Jacob Overgaard
|
c471d51928
|
add link to storybook
|
2022-08-09 13:37:28 +02:00 |
|
Jacob Overgaard
|
05c5a63eb4
|
add custom command to build storybook
|
2022-08-09 13:30:26 +02:00 |
|
Jacob Overgaard
|
d140e238c2
|
ci: add Azure Static Web Apps workflow file
on-behalf-of: @Azure opensource@microsoft.com
|
2022-08-09 13:28:23 +02:00 |
|
Jacob Overgaard
|
684ca3c816
|
ignore storybook static files
|
2022-08-09 13:23:27 +02:00 |
|
Jacob Overgaard
|
ec20a5c3be
|
Merge pull request #87 from umbraco/bugfix/labels-for-accessibility
adding labels for accessibility
|
2022-08-09 13:13:47 +02:00 |
|
Lone Iversen
|
6a098cf4af
|
adding labels for accessibility
|
2022-08-09 12:29:21 +02:00 |
|
Jesper Møller Jensen
|
b537db7f6b
|
add storyStoreV7
|
2022-08-09 11:41:10 +02:00 |
|
Jesper Møller Jensen
|
ed87fe02fc
|
remove addon-docs from package json
|
2022-08-09 11:40:59 +02:00 |
|
Jesper Møller Jensen
|
9a4bc1e41f
|
removed @storybook/addon-docs
|
2022-08-08 16:04:31 +02:00 |
|
Mads Rasmussen
|
f4f970170e
|
Merge branch 'feature/notifications' of https://github.com/umbraco/Umbraco.CMS.Backoffice into feature/notifications
|
2022-08-08 15:52:57 +02:00 |
|
Mads Rasmussen
|
4cd4e9284f
|
Merge branch 'main' into feature/notifications
|
2022-08-08 15:44:39 +02:00 |
|
Jesper Møller Jensen
|
2abcd64808
|
removed redundant @storybook/addon-docs package
|
2022-08-08 15:24:02 +02:00 |
|
Jesper Møller Jensen
|
dec15ea90f
|
only prettier formatting
|
2022-08-08 15:20:04 +02:00 |
|
Jacob Overgaard
|
3a4664a816
|
Create codeql.yml
|
2022-08-04 11:25:54 +02:00 |
|
Jacob Overgaard
|
6cd687dc4e
|
test build on main branch
|
2022-08-04 11:23:52 +02:00 |
|
Jacob Overgaard
|
46ec8de5db
|
add storybook eslint plugin to extensions
|
2022-08-04 11:21:47 +02:00 |
|
Mads Rasmussen
|
42bbd167b7
|
add tests for notification default layout
|
2022-08-04 10:27:21 +02:00 |
|
Mads Rasmussen
|
d34f801827
|
fix formatting
|
2022-08-04 10:03:14 +02:00 |
|