Skip to content

Commit

Permalink
AddedEureka team to collect script
Browse files Browse the repository at this point in the history
  • Loading branch information
zentestuken committed Jan 24, 2025
1 parent 97c2066 commit 7ae9b8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/collect-failed-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { createTestRailClient } = require('./helpers/api.client');
const { removeRootPath, titleContainsId } = require('./helpers/tests.helper');
require('dotenv').config();

const selectedStatus = [status.Failed, status.Retest];
const selectedStatus = [status.Failed, status.Retest, status.Untested];
const selectedTeams = [
team.Firebird,
team.Folijet,
Expand All @@ -16,6 +16,7 @@ const selectedTeams = [
team.Vega,
team.Volaris,
team.Corsair,
team.Eureka,
];

const testUsername = process.env.TESTRAIL_API_USER;
Expand Down
1 change: 1 addition & 0 deletions scripts/helpers/test.rail.helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const team = {
Vega: 9,
Volaris: 13,
Corsair: 19,
Eureka: 21,
};

async function getTestHistory(api, caseId, runId) {
Expand Down

0 comments on commit 7ae9b8c

Please sign in to comment.