Skip to content

Commit bf60c65

Browse files
committed
html reporter improvements
1 parent c132079 commit bf60c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runner/html-reporter-plugin_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const path = require('path')
77

88
const config_run_config = (config, grep, verbose = false) => `${codecept_run} ${verbose ? '--verbose' : ''} --config ${codecept_dir}/configs/html-reporter-plugin/${config} ${grep ? `--grep "${grep}"` : ''}`
99

10-
describe.only('CodeceptJS html-reporter-plugin', function () {
10+
describe('CodeceptJS html-reporter-plugin', function () {
1111
this.timeout(10000)
1212

1313
it('should generate HTML report', done => {

0 commit comments

Comments
 (0)