You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved tests detection. You can also change the mode of searching test files: more details. Using default filename_lsp your test file name doesn't have to match test class name anymore.
Improved tests matching. Test classes with the same names across multiple targets are now correctly recognized.
Improved startup time. Now the last test report is serialized to the JSON file and loaded on start, without processing logs every time.
Added new actions: XcodebuildCleanBuild and XcodebuildCleanDerivedData (resolved #4)
Caching list of available devices (until Neovim restart).
XcodebuildBootSimulator action now starts also the Simulator app.
Improved running of selected tests. Now when you open a project that was previously built and run selected tests, the plugin won't start another build to index tests.
Improved opening files and tests from the logs panel (using o keymap).