Skip to content

Commit

Permalink
initial commit as 3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
John Pratt committed Jan 16, 2025
1 parent 69c474b commit fa9391b
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions nala/features/personalization/target-on.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,25 @@ module.exports = {
tcid: '0',
name: '@check for running Target tests',
desc: 'there should be 2 running Target tests, one enabled by a URL parameter and one enabled by page metadata',
path: '',
data: {
defaultURL: '/drafts/nala/features/personalization/target-on/target-on2?target=on&mep=%2Fdrafts%2Fnala%2Ffeatures%2Fpersonalization%2Ftarget-on%2Fmanifest.json--default',
metadataURL: '/drafts/nala/features/personalization/target-on/target-on',
parameterURL: '/drafts/nala/features/personalization/target-on/target-on2?target=on',
},
path: '/drafts/nala/features/personalization/target-on/target-on2?target=on&mep=%2Fdrafts%2Fnala%2Ffeatures%2Fpersonalization%2Ftarget-on%2Fmanifest.json--default',
data: {},
tags: '@targeton0 @smoke @regression @milo ',
},
{
tcid: '1',
name: '@check for running Target tests',
desc: 'there should be 2 running Target tests, one enabled by a URL parameter and one enabled by page metadata',
path: '/drafts/nala/features/personalization/target-on/target-on',
data: {},
tags: '@targeton1 @smoke @regression @milo ',
},
{
tcid: '2',
name: '@check for running Target tests',
desc: 'there should be 2 running Target tests, one enabled by a URL parameter and one enabled by page metadata',
path: '/drafts/nala/features/personalization/target-on/target-on2?target=on',
data: {},
tags: '@targeton2 @smoke @regression @milo ',
},
],
};

0 comments on commit fa9391b

Please sign in to comment.