Skip to content

Commit

Permalink
modified tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityvi committed Jun 27, 2023
1 parent 22efc4a commit f5c482e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ describe('Cucumber integration', function() {
});

it('testCucumberSampleTests', function() {
const source = [path.join(__dirname, '../../../cucumber-integration-tests/sample_cucumber_tests/integration/testSample.js')];
const source = [path.join(__dirname, '../../../cucumber-integration-tests/sample_cucumber_tests/parallelWithMultipleDefinition/testExpect.js'), path.join(__dirname, '../../../cucumber-integration-tests/sample_cucumber_tests/integration/testSample.js')];

return runTests({
source,
Expand Down

0 comments on commit f5c482e

Please sign in to comment.