Skip to content

Commit

Permalink
Add UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niedzielski committed Feb 5, 2024
1 parent e2372d0 commit 60f0ce9
Show file tree
Hide file tree
Showing 11 changed files with 4,054 additions and 101 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
uses: actions/setup-node@v4
- name: Install Dependencies
run: npm ci --no-fund
- name: Unit Test
run: npm run test:unit
- name: Test Format
run: npm run test:format
- name: Type-check UI
run: npm run test:types:ui
- name: Unit Test
run: npm run test:unit
- name: Build
run: npm run build
- name: Type-check UI
run: npm run test:types:ui
- name: Test UI
run: npm run test:ui
2 changes: 2 additions & 0 deletions docs/to-do.text
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Bugs
unsaved favicon doesn't align perfectly to saved because SVG is used. Just use old png.
Fix CI builds and generate a next release.
I want a way to delete or add cards by clicking, including deleting groups and sub-lines.
Publish single file build script and publish script util. Update publish for NPM. Publish should prompt for changelog too. I don't want to have to have docs for the process. I have a nice example of exec() in oidoid.com. maybe call build html-pack or something like that. needs a good dev experience.
Scale up the UI.

Design
Fix large pixelated favicons.
Expand Down
Loading

0 comments on commit 60f0ce9

Please sign in to comment.