Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Dec 26, 2023
1 parent 0faa2b2 commit f74135c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bdd_acceptance_test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { exec } = require('child_process');
const { expect } = require('chai');

const runner = './node_modules/.bin/codeceptjs run features/basic.feature';
const runner = './node_modules/.bin/codeceptjs run-workers 2 features/basic.feature';
const configFilePath = './test/codecept.conf.js';

describe('RP Plugin - Codeceptjs Integration - BDD Feature', () => {
Expand Down

0 comments on commit f74135c

Please sign in to comment.