Xon
dbb3aaf6fa
Adjust caching checks
2024-08-17 21:21:42 +08:00
Xon
136411eb67
Adjust caching checks
2024-08-17 21:18:46 +08:00
Xon
4297f0a638
Adjust caching checks
2024-08-17 21:16:44 +08:00
Xon
4380e442e4
Fix extracting playright version
2024-08-17 21:10:02 +08:00
Xon
545d880e2c
Fix wrong key for caching playwright data & reduce e2e test log spam
2024-08-17 21:07:32 +08:00
Xon
93c39e9646
Disable large set of tests, and increase workers since workers ahve 2 cores
2024-08-17 19:08:07 +08:00
Xon
6b8af9b86b
Update playwright test name
2024-08-17 19:01:45 +08:00
Xon
efbd4ef641
Rename github workflow to match repo config
2024-08-16 12:03:38 +08:00
Xon
d938649ce7
Adjust work-flows to support testing all supported browsers. Increase timeout since firefox will often run close to that time limit.
2024-08-16 09:44:54 +08:00
Xon
d1de64e8a0
Playwright for e2e tests
2024-08-16 08:59:35 +08:00
Xon
244691576c
Disable bundlesize from attempting to upload for now
2024-08-08 13:08:25 +08:00
Xon
d51ee0e984
Attempt to fix puppeteer
2024-08-07 20:58:30 +08:00
Xon
36acb70644
Update browser test actions to supported variants
2024-08-07 20:56:13 +08:00
Xon
49b5d7fd7e
Remove references to npx & update cypress workflow a little
2024-08-07 20:44:42 +08:00
Xon
7f3f9f676f
Ensure unit tests have a fresh-build
2024-08-07 20:19:02 +08:00
Xon
1e837c473f
Remove bundle size check and remove the --ignore-scripts as it breaks things
2024-08-07 20:11:52 +08:00
Xon
ec5ee238b7
Report the bundle size
2024-08-07 20:07:35 +08:00
Xon
8bf2563a0c
Fix unit tests not installing dependancies for vitest properly
2024-08-07 20:07:14 +08:00
Xon
c1f3e33fb5
Update node/actions to for unit-tests
2024-08-07 19:55:58 +08:00
Xon
ca4a64f168
package is now an es module, but scripts are still in cjs, rename for now
2024-08-07 19:34:53 +08:00
Xon
243b958767
Switch from webpack to rollup, and setup build process to make umd/cjs/es builds. Remove d.ts.map files. rollup manages to save ~1kb off the gzip'ed bunddle size
2024-08-07 16:21:17 +08:00
Xon
1ba405ba1a
Pin to older version of pixelmatch for browser test compatibility
2024-08-06 11:31:17 +08:00
Xon
bbde06a163
Try to fix bundlesize
2024-08-06 10:43:26 +08:00
Matt Triff
ba27dbb533
Convert npx to npm exec
2022-11-29 10:46:06 -05:00
Matt Triff
bbdacdfe3b
Update all CI workflows to use latest LTS (v18)
2022-11-28 14:18:14 -05:00
Matt Triff
92eabcbd4a
Update all CI workflows to use latest LTS (v18)
2022-11-28 12:08:05 -05:00
Matt Triff
c21b998eaa
Lint on style PRs
2022-01-13 20:16:49 -05:00
Matt Triff
770342b7e8
Split GitHub pages action, allow manual dispatch
2022-01-11 20:24:15 -05:00
Matt Triff
0903934848
Update GitHub Actions
2021-12-30 20:16:52 -05:00
Matt Triff
c26596e9ec
Simplify linting GitHub Action
2021-12-19 18:09:41 -05:00
Matt Triff
9835eb756a
Implement stylelint
2021-12-19 17:43:03 -05:00
Matt Triff
977221650a
Update snapshots, add Chrome to browser test, remove linting JS, bump dependencies - replace deprecated eslint-loader
2021-12-18 22:07:37 -05:00
Matt Triff
e64eface11
Update all workflows to use Node 12+ for node-sass and other module compatibility, switch IE to Edge for browser testing (IE web driver no longer pre-installed on runner)
2021-12-17 16:59:43 -05:00
Matt Triff
de6c46cdd0
Disable committing built files in GitHub Actions, conflicts with protected branch
2021-12-17 16:40:06 -05:00
Matt Triff
a1ec9d0de6
eslint 8.x requires Node 12.22.0^
2021-12-17 16:39:16 -05:00
Matt Triff
46deb9abe5
Switch to new brew cask syntax, IE driver no longer available - switch to hardcoded path
2021-12-15 20:59:31 -05:00
Matt Triff
6b6fb17bca
Update adding to path to new syntax
2021-12-15 20:37:52 -05:00
Josh Johnson
825efc6fd0
Update release drafter to latest ( #800 )
2019-12-23 18:33:31 +00:00
Josh Johnson
68313da412
Convert to typescript ( #795 )
...
* Typescript config setup
* Add type annotations to components
* Further type additions
* And more...
* Add types to actions
* Add types to templates
* Further type checks
* Further type additons
* Install fuse latest
* Housekeeping
* Remove old type definitions
* Fix remaning type issues
* Fix some failing tests
* Remove types workflow
* Fix failing unit tests
* Resolve back space event regression
* Convert cypress files to .ts
* Fix eslint issues
* Remove cachebusting urls
* Resolve delete button bug
* Resolve regression bugs
* Fix lint script
* Fix lint workflow
* Pass args instead of object to keyboard handlers
* Flatten misc reducer
* Resolve keyboad action test failures
* Use Pick instead of Partial
* Use interfaces in action tests
* Update firefox image
* Incorporate #791
* Incorporate #788
2019-12-23 18:22:54 +00:00
Josh Johnson
62e849d1b4
Resolve 774 ( #777 )
...
* Include customProperties in removeItem
* Add tests
* Housekeeping
* Update mac vm label
* Add .nvmrc
2019-11-24 17:32:02 +00:00
Josh Johnson
e7b4afd472
Fix releases ( #761 )
...
* Testing
* Re add "needs" flags
* Further testing
* Add skip husky install flag
* Revert "on" flag
2019-11-15 19:34:20 +00:00
Josh Johnson
760f39dbf3
Remove "needs" from deployment.yaml
2019-11-14 23:03:03 +00:00
Josh Johnson
573c840de4
Fix deployment.yml
2019-11-14 23:00:06 +00:00
Josh Johnson
e67b8a3e4c
Commit and push built files to master ( #756 )
...
* Commit and push built files to master
* Testing...
* Add name
* Add fallback
* Revert back to master branch
2019-11-14 09:47:20 +00:00
Konstantin Vyatkin
68322d9528
Upgrade Cypress to 3.6 and use cache in Github Actions ( #748 )
...
* try to cache cypress cache
* try to fix
* try cache hit
* Upgrade Cypress to 3.6
* remove uneeded prefix
2019-11-08 13:24:57 +00:00
Konstantin Vyatkin
7dcc155b8f
remove safari test, update snapshots for new macOS, use dependency caching ( #745 )
...
* remove safari test
* add node modules caching
* update macos snapshots
* try to fix caching
* try like this
* cache .npm
* adjust cache keys
2019-11-08 07:48:29 +00:00
Konstantin Vyatkin
81c44ba8f2
Enable test on Safari ( #737 )
...
* Enable test on Safari
* fix platform name
* update base Safari snapshot
2019-11-04 13:17:45 +00:00
Josh Johnson
452c8fa666
Fix release drafter
2019-11-02 14:03:27 +00:00
Josh Johnson
a0fe05f926
Fix #727 ( #731 )
...
* Housekeeping
* Resolve placeholder bug + hide from choice list
* Restructure test folder
* Update cypress test to assert one placeholder
* Fix breaking e2e test
* Remove ability to pass placeholder via config for select boxes
* Add further e2e tests covering placeholders
* Add unit tests for _generatePlaceholderValue
* Display placeholder choice for select one
* Add further e2e test to assert on placeholder ordering
* Add labels to exclude from draft releases
* Add failure case to e2e test workflow
* Resolve broken e2e test
* Update puppeteer snapshot baseline
2019-11-02 13:49:33 +00:00
Konstantin Vyatkin
dddba5b35b
[TEST] Automatic screenshots comparing and error checking in IE11, Firefox and Chrome ( #715 )
...
* taking screenshots
* let's try
* save artifacts
* better exceptiosn
* try to install geskodriver
* fix edge name
* add check for safari
* check os
* try this
* again
* fix syntax
* try this
* try firefox on windows
* and again
* handle error
* and again
* try older macos
* add firefox screenshot
* switch back env
* switch back env
* add IE screenshot
* try sudo for safari
* try not install nuget
* try more
* more
* try this
* install firefox
* add chrome
* increase threshold
* add firefox-darwin
* push
* fixing
* let's go
* increase threeshold
* again
* try safari tp
* tap cask versions
* fix conditions
* try like this
* last run
* increase threshold
* reenable macos firefox
* last try for safari
* rename screenshots to snapshots
* check console
* console workarounds
* fix safari misspleings
* logging is not supported by everyone
* maximize and set rect
* errors only for Chrome
* remove safari for now
* try to decrease threshold
* cleanup
* increase threeshold
* sleep more and increase threeshold
* add pupeeter
* handle errors
* build
* add prettier end of line
* add gitattributes
* add png to binary
* more attributest
* limit run
* run on chages to snapshots
* hey!
* make artifacts named as snapshots
* just for fun: we don't need express here
* update pupeeter snapshot
* no audit
* don't wait for quit?
* try more IE capabilities
* add wait timeout
* use server.js
2019-11-02 11:18:19 +00:00