plugins/neotest: add playwright adapter

This commit is contained in:
Gaetan Lepage 2024-03-18 14:43:48 +01:00 committed by Gaétan Lepage
parent 4708aac141
commit 50038f6c8f
4 changed files with 57 additions and 2 deletions

View file

@ -24,6 +24,7 @@
minitest.enable = true;
pest.enable = true;
phpunit.enable = true;
playwright.enable = true;
plenary.enable = true;
python.enable = true;
rspec.enable = true;