ThaKing
ThaKing
Yeah, it's here https://docs.atlassian.com/bitbucket-server/rest/4.0.0/bitbucket-build-rest.html#idp26432 I think it should be the last commit in current Pull Request, and the summary of all builds. Because we can get few builds result for...
``` module.exports = function(grunt) { grunt.initConfig({ cucumberjs: { src: ['src/test/features/'], options: { format: 'html', output: 'target/cucumber-reports/test-report.html', theme: 'bootstrap', debug: false, executeParallel: true } } }); grunt.loadNpmTasks('grunt-cucumberjs'); }; ``` ``` "dependencies":...
Yeah, no error appear when I set `executeParallel: false`