Skip to content

Commit

Permalink
fix: add initator to the config
Browse files Browse the repository at this point in the history
  • Loading branch information
aliparsa-okta committed Mar 19, 2024
1 parent 1f9a591 commit f5a2dd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/odyssey-storybook/applitools.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
const branchName = process.env.GITHUB_HEAD_REF;
const parentBranchName = process.env.GITHUB_BASE_REF;
const shortCommitHash = process.env.GITHUB_SHA.slice(0, 7);
const actor = process.env.GITHUB_ACTOR;

module.exports = {
accessibilityValidation: {
Expand All @@ -33,4 +34,7 @@ module.exports = {
serverUrl: "https://oktaeyes.applitools.com",
showStorybookOutput: true,
testConcurrency: 10,
properties: {
Initiator: actor
}
};

0 comments on commit f5a2dd0

Please sign in to comment.