Sidharth Vinod
57805dafa4
chore: Use argos tokenless auth
2025-02-15 20:51:56 +05:30
Sidharth Vinod
3b92f979e3
chore: Add tokenless auth to argos
2025-02-15 20:28:55 +05:30
Sidharth Vinod
c5843bee23
chore: Update argos token
...
We have added a check in e2e, to ensure events in forks will not trigger the visual tests.
This will not protect against malicious users, but there is no other way to support PRs from forks.
A proposal has been sent to Argos team to add a secure approach for public repos, fingers crossed.
2025-02-15 20:07:41 +05:30
Sidharth Vinod
9f90f4f23a
chore: Run argos on all PRs, except renovate bot's
2025-02-14 21:17:29 +05:30
Sidharth Vinod
9a50bf5237
chore: Fix cypress record flag
2025-01-25 14:21:11 +05:30
Sidharth Vinod
9681a27b31
chore: Skip running E2E on comments without visual test command
2025-01-25 11:48:26 +05:30
Sidharth Vinod
edc1ae1e0c
chore: Update default values
2025-01-25 11:23:30 +05:30
Sidharth Vinod
c00f3fb090
chore: Add a command to execute visual test
2025-01-25 11:01:23 +05:30
renovate[bot]
1c6304b3fb
chore(deps): update all patch dependencies
2024-10-08 09:11:33 +00:00
Sidharth Vinod
a827fb1202
fix: Argos index numbering
2024-10-08 13:20:55 +05:30
Sidharth Vinod
b777c12094
chore: Add timings file
2024-10-04 02:29:43 +05:30
Sidharth Vinod
8fc36d2684
chore: Split cypress tests locally
2024-10-04 01:54:36 +05:30
Matthieu MOREL
83ee06e9e7
chore: define scorecard workflow
2024-08-24 10:10:06 +00:00
Sidharth Vinod
1a1f668745
chore: Add concurrency for actions
2024-08-24 15:04:14 +05:30
Sidharth Vinod
5c59505589
chore: Skip running E2E on Push to most branches
2024-08-24 14:51:23 +05:30
Sidharth Vinod
4434cf39a7
chore: Fix boolean check in e2e.yml
2024-07-10 10:57:03 +05:30
Sidharth Vinod
d686cee2af
ci: Do not run parallel in push to develop
2024-07-10 10:44:59 +05:30
Jiahao Guo
fde668a3a6
ci: upgrade to pnpm/action-setup@v4 to avoid CI failures
...
see: https://github.com/pnpm/action-setup/issues/135
2024-07-04 15:00:09 +08:00
Greg Bergé
b031c6f182
chore: fix Argos parallel
2024-06-20 12:11:53 +02:00
Sidharth Vinod
493bb8a80e
chore: Remove reference screenshot generation from E2E
2024-06-20 14:39:21 +05:30
Greg Bergé
44688a20b6
chore(argos): put parallel mode only when necessary
2024-06-20 14:38:37 +05:30
Greg Bergé
3f1bba407e
chore(argos): setup parallel mode
2024-06-20 14:38:21 +05:30
Greg Bergé
91e8bcaba9
chore: setup Argos Visual Testing on E2E
2024-06-20 14:38:06 +05:30
renovate[bot]
f476a7566c
chore(deps): update all major dependencies
2024-03-25 13:46:41 +00:00
Sidharth Vinod
268c3fdbd8
Use develop as base on develop branch.
2024-03-23 13:25:19 +05:30
Alois Klink
46136b5632
ci(e2e): avoid commenting on PRs in CI
...
GitHub Actions can't comment on PRs, if the PR is made from a forked
repo, as [the github token won't have write permissions][1].
However, we can instead use GitHub Actions' [Adding a Job Summary][2]
feature, which prints some custom output for each job.
[1]: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs#changing-the-permissions-in-a-forked-repository
[2]: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary
Fix: e0448a7b7b
2024-03-06 18:51:17 +00:00
Sidharth Vinod
60dd27671b
Merge branch 'develop' into sizeDiff
...
* develop: (280 commits)
chore: Remove unused imports in block
Fix spelling
Update docs
Lychee ignore chrome webstore
Update link
chore(deps): update all patch dependencies
build(docs): vendor CSS dependencies
chore(deps): update all minor dependencies
Ran lint:fix
Fix chrome webstore url causing 404
build(deps): update `langium` to `v3` and apply the required changes
Resolves E2E testing issues and issue #5343
Fix spelling
Fix community integrations
Fix docs
docs: Fix config
Update all minor dependencies
Amend docs to document gitgraph parallel commits
Fix lint
Use Yarn Add COREPACK_ENABLE_STRICT
...
2024-03-06 14:55:18 +05:30
Sidharth Vinod
e8db7a71e2
Update container
2024-01-31 11:35:07 +05:30
Sidharth Vinod
f00e7676b9
Update container
2024-01-31 11:32:55 +05:30
Sidharth Vinod
63ef228ed0
Remove pnpm cache
2024-01-31 09:42:33 +05:30
Sidharth Vinod
051ef598f6
Use .node-version
file in workflows
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2024-01-30 20:44:39 +05:30
Sidharth Vinod
dd553cb28f
Remove node version from matrix
2024-01-29 16:44:44 +05:30
Sidharth Vinod
a4a94fd6e2
Update to Node v20
2024-01-29 13:55:51 +05:30
Sidharth Vinod
3ecb841c1a
Remove dummy change from e2e.yml
2024-01-24 22:17:10 +05:30
Sidharth Vinod
bea76aa682
Format Size
2024-01-24 21:59:58 +05:30
Sidharth Vinod
6d4b27aacb
Fix out format
2024-01-24 21:51:15 +05:30
Sidharth Vinod
8d1d691bc3
debug
2024-01-24 21:38:59 +05:30
Sidharth Vinod
e0448a7b7b
Feat: Calculate package size change on PRs
2024-01-24 21:12:16 +05:30
Sidharth Vinod
0f02f5ff34
Skip running tests
2024-01-24 21:04:57 +05:30
Sidharth Vinod
b2111adef5
Feat: Calculate package size change on PRs
2024-01-24 21:02:12 +05:30
Sidharth Vinod
de03a017db
Remove echo
2024-01-23 23:51:48 +05:30
Sidharth Vinod
42ad1f4fe4
RefTest
2024-01-23 23:49:52 +05:30
Sidharth Vinod
a01be16d27
Echo event
2024-01-23 23:38:21 +05:30
Sidharth Vinod
d0224b23b0
Cleanup e2e.yml
2024-01-19 19:47:42 +05:30
Sidharth Vinod
aadf32ab3e
Ignore push events on merge queue
2024-01-19 19:45:55 +05:30
Sidharth Vinod
8bfb269b37
Remove ::
2024-01-19 19:33:59 +05:30
Sidharth Vinod
3935f6b389
Remove ::
2024-01-19 19:31:25 +05:30
Sidharth Vinod
f5dd24bce4
Remove ::
2024-01-19 19:29:45 +05:30
Sidharth Vinod
279e31bc55
Debug
2024-01-19 19:23:13 +05:30
Sidharth Vinod
f1fc874da8
Debug
2024-01-19 19:20:39 +05:30