storybookjs / testing-vue3

Testing utilities that allow you to reuse your stories in your unit tests
16 stars 9 forks source link

Using Play inside test files #3

Closed fazulk closed 1 year ago

fazulk commented 2 years ago

I noticed there isn't an option to run interactions from within a test file with the Play method. I have it running on a forked branch, but can't get it to actually execute userEvents. Is there any proposed update with this feature on the roadmap? I noticed it on the React version.

fazulk commented 2 years ago

see #4

MichaelBitard commented 1 year ago

@fazulk is there a way to do that? Your PR #4 has not been merged

yannbf commented 1 year ago

Hey there, this is now supported in version 1.0.0 of this package. Keep in mind that it requires Storybook 7.0.0!