Giovanni Smecca
9337acfb57
fix(treesitter): Update string_value to string_content ( #9 )
...
Update the Treesitter queries to use string_content instead of string_value to capture the content inside string literals, excluding the surrounding quotes. This change is made to adapt to the updates in nvim-treesitter and ensure compatibility with the latest version.
Resolves #7
2024-05-09 14:23:38 -04:00
Ziyad
86737ada67
[Feature] Add Customizable Sail Project Path ( #6 )
...
* Add sail_project_path to config
* Use sail_project_path in init.lua
* Update README.md
---------
Co-authored-by: Ziyad Sfaxi <ziyadsfaxi@Ziyads-MacBook-Pro-2.local>
2024-04-07 23:03:10 -04:00
V13Axel
25501800b5
Check for both a docker-compose file and the sail executable
2024-03-04 09:50:01 -05:00
V13Axel
52f9aab7a2
Remove leftover notify calls
2024-02-21 09:11:28 -05:00
V13Axel
51217960f8
Fix breakage of tests with names containing 'it'
2024-02-19 14:39:06 -05:00
V13Axel
27f11cc81c
Only supply --parallel when not running a specific test
2024-02-19 14:28:55 -05:00
V13Axel
3e65ff5a13
Update readme to include new config options
2024-02-19 09:38:50 -05:00
V13Axel
20ebc86066
Support for compact output mode
2024-02-19 08:58:32 -05:00
V13Axel
bccafece1a
wip
2024-02-17 21:09:01 -05:00
V13Axel
ec3545a773
Config for parallel testing
2024-02-17 17:05:31 -05:00
V13Axel
e2a4c6b83b
Use vim-notify when errors happen
2024-02-17 17:02:32 -05:00
V13Axel
e429ba711d
Change info to debug
2024-02-17 13:31:05 -05:00
V13Axel
05a3a8fe97
Further simplification
2024-02-17 13:28:03 -05:00
V13Axel
9f7192cee5
Simplify even further
2024-02-17 13:06:57 -05:00
V13Axel
a8263451f5
Bunch of config reworks, better sail configurability
2024-02-16 22:35:36 -05:00
V13Axel
4a1cde9121
wip
2024-02-16 17:48:42 -05:00
V13Axel
d12585b5b8
Make this even slicker
2024-02-16 17:04:10 -05:00
V13Axel
6bef79c766
Initial setup of some dynamic config bits
2024-02-16 16:52:29 -05:00
V13Axel
31e410341b
initial stab at a dynamic config
2024-02-16 16:34:16 -05:00
V13Axel
5071eff864
only look for tests/pest.php
2024-02-16 16:21:09 -05:00
V13Axel
4a6586ec6f
Properly, actually detect it and it works
2024-02-07 11:10:00 -05:00
V13Axel
0e33cea65d
Automatically detect and use sail if it exists
2024-02-07 11:03:16 -05:00
V13Axel
8b20d2e087
Update neotest-pest to work with Pest 2.0
2024-02-05 17:02:48 -05:00
V13Axel
179ada37aa
Better root and test dir matching
2024-02-05 16:58:17 -05:00
Michael Utz
ae0a335ef8
Use filter_dir for finding tests
2022-11-17 11:18:36 +03:00
Michael Utz
46cdb550c8
Add support for skipped files
2022-11-17 01:35:21 +03:00
Michael Utz
e09c38cc51
Get better short message output
2022-11-17 00:39:51 +03:00
Michael Utz
c017340679
Fix issue with tests that start with "it"
2022-11-16 22:12:19 +03:00
Michael Utz
0e7e90334f
Add additional logging
2022-11-16 11:34:30 +03:00
Michael Utz
eba8cf0c07
Make sure IDs can correlate
2022-11-16 10:40:10 +03:00
Michael Utz
eb1597c9bc
Replace PHPUnit
2022-11-15 23:32:18 +03:00
Michael Utz
258e9d4ea7
Add results collector
2022-11-15 15:55:12 +03:00
Michael Utz
ba2b5d1122
Add utils file
2022-11-15 14:45:48 +03:00
Michael Utz
3c59087f41
Start work on query for module
2022-11-15 14:38:09 +03:00