Implemented test run editor's test case selection
This commit is contained in:
@@ -22,6 +22,7 @@ module.exports = function (sequelize) {
|
||||
include: [
|
||||
{
|
||||
model: Case,
|
||||
through: { attributes: ["status"] },
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user