Ashish Jain
86e4642046
fix review comments
2024-07-19 14:09:31 +02:00
Ashish Jain
b3dfb5a21f
merge from develop
2024-07-17 14:46:40 +02:00
Sidharth Vinod
6b7f33e1e5
feat: Add threshold to argos test
2024-07-09 14:01:47 +05:30
Sidharth Vinod
d5a03a9054
Merge branch 'sidv/eslintv9' into 5237-unified-layout-common-renderer-eslint
...
* sidv/eslintv9: (24 commits)
chore: Cleanup tsconfig
chore: Fix lint
Apply suggestions from code review
chore: Remove extra words from cspell
chore: Log granular rebuild times
fix: Message wrap
fix: Message wrap
chore: Use `??` instead of `||`
chore: Organise imports
chore: Remove unused variables
chore: Remove cross-env from eslint
chore: Cleanup rules
chore: Fix eslint issues
chore: Fix eslint issues
chore: Add type checked rules, auto fix
chore: Remove max_old_space_size as v9 does not have perf issues
fix: Eslint jison linting
chore: Resolve eslint errors
chore: Resolve eslint errors
chore: Remove orphaned files
...
2024-06-30 15:58:14 +05:30
Sidharth Vinod
7534462966
chore: Use ??
instead of ||
2024-06-30 11:09:47 +05:30
Sidharth Vinod
6b87fb3418
chore: Add type checked rules, auto fix
2024-06-30 00:58:02 +05:30
Sidharth Vinod
7f2902594c
Merge branch 'develop' into 5237-unified-layout-common-renderer
...
* develop: (59 commits)
docs: Update mermaid.init remove date
docs: Remove incorrect =
chore: Prettier format
chore: Update config.type.ts
chore Add vitest.workspace.js
chore: Stricter TS version
chore: Remove MermaidAPI from docs
doc: Update deprecation message
doc: Update deprecation message
fix: prevent escaping label styles
chore: update browsers list
chore(deps): update all patch dependencies
docs: Added demo diagram of bidirectional arrows for sequence diagrams
fix(deps): update all patch dependencies
chore: Update drupal regex
chore: Update pnpm
chore: Update docs to remove html tag like text
rebuild
chore: Use string templates
chore: Update docs
...
2024-06-28 11:51:54 +05:30
Sidharth Vinod
2f792e33d6
chore: Support local screenshot testing without applitools or argos
2024-06-20 15:11:38 +05:30
Greg Bergé
caa0ff340d
chore(argos): disable matchImageSnapshot
2024-06-20 14:38:37 +05:30
Greg Bergé
91e8bcaba9
chore: setup Argos Visual Testing on E2E
2024-06-20 14:38:06 +05:30
Knut Sveidqvist
ec0e9b8680
5237 Fixes after visual tests
2024-06-13 14:25:31 +02:00
Faris Nabiev
18ea27ac58
chore: add e2e test that shows db cleanup problem
2023-10-13 00:02:46 +03:00
Sidharth Vinod
56aa503ded
Remove optional chaining
2023-09-07 08:31:05 +05:30
Sidharth Vinod
7d2b39f69f
refactor: Use ||
instead of ??
2023-09-06 23:21:51 +05:30
Sidharth Vinod
8662b33de9
core: Adapt changes from 3f7bafb2d7
...
Co-authored-by: RohanHandore <110839432+RohanHandore@users.noreply.github.com>
2023-09-06 22:50:32 +05:30
Knut Sveidqvist
671ad82ad3
unique batches every time, if not repeated tests end up in the same batch
2023-08-25 14:13:11 +02:00
Yokozuna59
8cd8714aaf
run pnpm lint:fix
2023-07-19 23:45:02 +03:00
Sidharth Vinod
e25faeee4c
Update cypress/helpers/util.ts
2023-07-19 22:36:55 +05:30
Yokozuna59
d9314a869a
change deprecated btoa
into Buffer.from
2023-07-17 15:58:58 +03:00
Sidharth Vinod
962ff73fc3
Batch by commit
2023-07-07 15:56:30 +05:30
Yokozuna59
2b0f078c99
resolve lint issues for no-inferrable-types
2023-06-27 21:09:26 +03:00
Yokozuna59
a2cf41c9c0
convert cypress/helpers/util.js into ts
...
- add types for parameter and returned value and variables
- change the deperated `unescape` into `decodeURIComponent`
- create `CypressConfig` and `CypressMermaidConfig` and `CodeObject` types
- add default value for some parameter
2023-06-27 20:53:01 +03:00
Yokozuna59
6cbd24f704
convert file from js into ts
2023-06-27 20:50:42 +03:00
Knut Sveidqvist
7b6cb4f974
#4446 Updating the cleanup criteria
2023-06-01 16:30:57 +02:00
Sidharth Vinod
102900749e
Add support for classDiagram labels
2023-02-14 00:36:43 +05:30
Sidharth Vinod
4d3f151cf0
feat: Wait for rendering to finish before taking image snapshots
2023-01-16 02:07:37 +05:30
Knut Sveidqvist
357a928cce
Fixing applitools batches
2022-11-04 13:05:46 +01:00
Jeroen Ekkelkamp
0c4edd332c
Ran linter (npm run lint:fix)
2022-10-19 20:06:54 +02:00
devcer
478c387491
added words to cspell ignore words list, removed mywords.txt
2022-10-15 19:43:07 +05:30
Sidharth Vinod
eaa1602b1a
fix: json import, js-base64
...
Co-authored-by: Alois Klink <alois@aloisklink.com>
2022-09-23 15:42:41 +05:30
Alois Klink
625ec813b9
chore: upgrade cypress to v10
...
Cypress v10 had some minor breaking changes,
(e.g. the cypress/plugins folder dissapeared)
so I had to change some things.
It looks like the Cypress was previously reverted in [dee9cfe][1],
due to applitools not working properly,
but I think my changes fix this, so it should be okay.
[1]: dee9cfea85
2022-09-14 04:15:52 +01:00
Knut Sveidqvist
280c7e8da1
#3243 Adding disabled testcase for diagram with leading \n
2022-08-21 11:05:13 +02:00
Knut Sveidqvist
8681e78e50
Fixes for rendering tests
2022-07-20 14:39:01 +02:00
Knut Sveidqvist
ec2da8e85d
Only allowing a subset of characters in themeVariables
2022-06-21 21:17:53 +02:00
Knut Sveidqvist
eadbf595ba
Adding applitools to inegration tests
2022-05-10 20:33:55 +02:00
Yash-Singh1
4c93870580
feat: add hideUnusedParticipants and some cleanup
2022-04-14 19:19:18 -07:00
Knut Sveidqvist
3c0a2f0fd0
chore: replacing percy with cypress-image-snapshots
2022-03-31 18:06:04 +02:00
Matthieu MOREL
d84be0d792
Enable eslint-plugin-jest, eslint-plugin-cypress and wider scan
2021-11-18 23:57:16 +01:00
Guillaume Grossetie
99844b4ca3
Add e2e tests on all diagrams
2020-08-25 17:17:52 +02:00
Knut Sveidqvist
0cbd002667
#1607 Using correct config when to decide about sanitizing text
2020-08-23 20:02:51 +02:00
Knut Sveidqvist
6b23c71bb5
Use courier in all rendering tests
2020-08-16 21:49:36 +02:00
Knut Sveidqvist
f6028b63b6
#1078 Using the configuration of the arrowMarkerAbsolute
2019-11-20 19:06:46 +01:00
Knut Sveidqvist
21622f575b
Updating cypress tests
2019-09-18 18:25:06 +02:00
Knut Sveidqvist
9f87ab4941
#927 Adding support for cypress and Percy
2019-09-11 18:53:05 +02:00