Skip to content
#

test-runner

Here are 262 public repositories matching this topic...

chinleung
chinleung commented Mar 9, 2020

Hi,

When I run my tests using the neovim strategy, it opens a new terminal but auto focus on the buffer. Then I have to press <C-o> to not close the buffer and go back to my split pane.

Is there a way to have it open but not switch my focus to the newly opened pane automatically?

LarsDenBakker
LarsDenBakker commented Sep 12, 2020

When documenting config examples, we should use jsdocs to add types for the config. This helps a lot with discoverability of config options.

Example:

//@ts-check
import { playwrightLauncher } from '@web/test-runner-playwright';

export default /** @type {import('@web/test-runner').TestRunnerConfig} */ ({
  files: 'demo/test/pass-*.test.js',
  groups: [
    {
      name: 'group-a'

Improve this page

Add a description, image, and links to the test-runner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the test-runner topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.