How to view Serenity/JS + Cucumber tests in the Testing tab of Visual Studio Code? #2496
Answered
by
jan-molak
wilmarly
asked this question in
How to... ?
-
If I am using the Serenity/JS+Cucumber+PlayWright template, how can I see in the Testing tab of VSC the test scenarios defined in the ".feature" files? |
Beta Was this translation helpful? Give feedback.
Answered by
jan-molak
Aug 27, 2024
Replies: 1 comment 1 reply
-
Hi @wilmarly, To run the tests using the Visual Studio Code UI you'll need a test runner extension, such as CucumberJS Test Runner For code highlighting, you'll need Cucumber for VSCode |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jan-molak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @wilmarly,
To run the tests using the Visual Studio Code UI you'll need a test runner extension, such as CucumberJS Test Runner
For code highlighting, you'll need Cucumber for VSCode