Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

Commit 17ef36e

Browse files
authored
fix: do not use empty tags list for cucumber (#46)
Fixes regression by cucumber@3.0.6 cucumber/common#296 (comment)
1 parent 5b5faa2 commit 17ef36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protractor.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports.config = {
2626
// require step definition files before executing features
2727
require: ['./e2e/steps/**/*.ts'],
2828
// <string[]> (expression) only execute the features or scenarios with tags matching the expression
29-
tags: [],
29+
// tags: [],
3030
// <boolean> fail if there are any undefined or pending steps
3131
strict: true,
3232
// <string[]> (type[:path]) specify the output format, optionally supply PATH to redirect formatter output (repeatable)

0 commit comments

Comments
 (0)