1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-09-16 16:42:48 +02:00
Commit Graph

30 Commits

Author SHA1 Message Date
Alex Plate
d3c315d299
Update logs location in UI tests 2024-07-29 13:39:53 +02:00
Alex Plate
5916c42cd1
Disable cache for gradle UI tests 2024-07-19 18:52:58 +03:00
Alex Plate
40c1070b1a
Update path to logs in UI tests one more time 2024-07-19 17:52:54 +03:00
Alex Plate
fcf4b44443
Save the whole sandbox after the UI test 2024-07-19 09:35:39 +03:00
Alex Plate
907e44b1d7
Change the gradle task for the UI tests 2024-07-19 09:05:11 +03:00
Matt Ellis
4913b13a2d
Migrate to IntelliJ Platform Gradle Plugin 2.0
Also updates the GitHub workflows to use the new name for the testIdeUi task, and the TeamCity files to use the new name for the VerifyPlugin task
2024-06-17 11:03:17 +01:00
Alex Plate
ef235a47bf
Try to install ffmpeg on GitHub actions using homebrew
After GitHub updated macos from version 12 to version 14, the existing action stopped working
2024-04-26 17:25:54 +03:00
Alex Plate
9701b7e79b
Add test reports to artifacts 2024-02-20 15:10:15 +02:00
Alex Plate
4c7a6165ed
Fix incorrect logs location in UI tests 2024-02-13 19:26:58 +02:00
Alex Plate
58d308c1ed
Fix the logging reporting for UI tests 2024-02-13 18:02:55 +02:00
Alex Plate
95ef5f5f32
Fix incorrect configuration for UI tests 2024-02-13 08:43:12 +02:00
Alex Plate
28afa4b3ce
Change the gradle config for UI tests 2024-02-12 13:37:10 +02:00
Alex Plate
2483450a1f
Rename ui tests for better consistency 2024-02-09 16:11:14 +02:00
Alex Plate
8c6f81aa00
Fix incorrect location of the video 2024-02-08 16:46:03 +02:00
Alex Plate
a24ae616df
Fix the creation of the video for the UI tests 2024-02-08 15:10:36 +02:00
Alex Plate
27a689e7b8
Extract UI tests into the separate module 2024-02-08 14:21:09 +02:00
Alex Plate
984179695c
Explicitly specify the save version of action cache
GitHub shows a security notification about this dependency. It's also said that setting a v2 version is enough, however the notification still persists, so let's specify the full version
2024-01-05 20:08:37 +02:00
Alex Plate
d91e2296b0
Fix incorrect version of the dependency 2024-01-05 19:37:54 +02:00
Alex Plate
0a3b508c8a
Update versions of actions for ui tests 2024-01-05 19:19:55 +02:00
Alex Plate
5e2f590b76
Try to use gradle-build-action in UI tests 2024-01-05 19:00:36 +02:00
Alex Plate
4e43606932
GH actions: always store the execution of the test 2024-01-05 17:44:44 +02:00
Alex Plate
ec3122f320
Upload the logs of the sandbox 2024-01-05 17:21:19 +02:00
Alex Plate
64753df2dd
Always store the execution of the test 2024-01-05 16:41:22 +02:00
Alex Plate
5ceb960205
Use junit 5 version of video-recorder 2024-01-05 15:56:07 +02:00
Alex Plate
1cea156c5a
Try to update the ffmpeg downloader 2024-01-05 15:41:53 +02:00
Alex Plate
b357625529
Add check that actions should work only on the original repo
Because of some reason actions started on
https://github.com/JetBrains/ideavim/pull/731
pull request and updated it.
With this change, forks won't be affected by forked actions. If the action is still needed on fork, these conditions can be changes
2023-10-27 10:33:26 +03:00
eugene.nizienko
f17a903555 test video recording 2021-11-16 12:00:10 +03:00
Alex Plate
d5f877b83d
Update github task to run UI tests 2021-08-04 16:11:05 +03:00
Alex Plate
4ac19ef8da
Run UI tests daily 2021-07-26 03:42:01 +03:00
eugene.nizienko
a58ca80fc9 fixed Ide Fatal Errors
added UI tests reporting
2021-07-23 12:25:18 +03:00