TestConfiguration constructor
const
TestConfiguration({})
Implementation
const TestConfiguration({
this.apps,
this.feature,
this.page,
required this.isCoverage,
this.reporter,
this.fileReporter,
});
const TestConfiguration({
this.apps,
this.feature,
this.page,
required this.isCoverage,
this.reporter,
this.fileReporter,
});