[test-runner-commands] selectOption is not included in types and is not working
I see export function selectOption in node_modules/@web/test-runner-commands/browser/commands.mjs but it is not present in node_modules/@web/test-runner-commands/browser/commands.d.ts.
I'm on version 0.6.5 of @web/test-runner-commands (the current latest version).
Even after ignoring the types, calling selectOption throws an error:
Unknown command select-option. Did you install a plugin to handle this command?
I am using playwright as a browser launcher. What else do I need?
Looks like it's missing from https://github.com/modernweb-dev/web/blob/master/packages/test-runner-commands/src/index.ts
This is still an issue. Will this ever be addressed?
I happened to be in need of this exact feature and was happy to find it was recently added—only to be disappointed when I discovered it doesn't actually work. It sounds like #2047 might have fixed this problem but was closed by the author due to a lack of response by the maintainers. I would love for this to get fixed so I can make use of it.
this might be fixed in https://github.com/modernweb-dev/web/pull/2479 (I haven't tried it yet)