Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WORLSERVICE-368 - Reverb rollout: Enable Reverb on LIVE for batch 4 services #12505

Open
wants to merge 16 commits into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
8aa8059
Merge branch 'latest' of github.com:bbc/simorgh into latest
louisearchibald Feb 27, 2025
605358b
Merge branch 'latest' of github.com:bbc/simorgh into latest
louisearchibald Feb 27, 2025
ee3ab8a
Merge branch 'latest' of github.com:bbc/simorgh into latest
louisearchibald Mar 4, 2025
59ca7bc
Merge branch 'latest' of github.com:bbc/simorgh into latest
louisearchibald Mar 5, 2025
3e2c72e
Merge branch 'latest' of github.com:bbc/simorgh into latest
louisearchibald Mar 11, 2025
15771e4
Merge branch 'latest' of github.com:bbc/simorgh into latest
louisearchibald Mar 12, 2025
3fe5994
add useReverb true to batch 4 services config
louisearchibald Mar 12, 2025
1bc409d
Merge branch 'latest' into WORLDSERVICE-368-reverb-rollout-enable-rev…
louisearchibald Mar 13, 2025
3a80b1f
Merge branch 'latest' into WORLDSERVICE-368-reverb-rollout-enable-rev…
louisearchibald Mar 13, 2025
09b0460
Merge branch 'latest' into WORLDSERVICE-368-reverb-rollout-enable-rev…
louisearchibald Mar 13, 2025
d12ec2b
Merge branch 'WORLDSERVICE-368-reverb-rollout-enable-reverb-on-live-b…
louisearchibald Mar 13, 2025
5d93d92
Merge branch 'latest' into WORLDSERVICE-368-reverb-rollout-enable-rev…
louisearchibald Mar 13, 2025
3b3d52e
Merge branch 'WORLDSERVICE-368-reverb-rollout-enable-reverb-on-live-b…
louisearchibald Mar 13, 2025
3cacf31
Merge branch 'latest' into WORLDSERVICE-368-reverb-rollout-enable-rev…
louisearchibald Mar 13, 2025
642c276
Merge branch 'WORLDSERVICE-368-reverb-rollout-enable-reverb-on-live-b…
louisearchibald Mar 13, 2025
ba137e0
adding some test coverage
louisearchibald Mar 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions cypress/e2e/specialFeatures/atiAnalytics/index.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,20 @@ const canonicalTestSuites = [
assertRecentAudioEpisodesComponentClick,
],
},
{
path: '/swahili',
runforEnv: ['local'],
service: 'swahili',
pageIdentifier: 'swahili.page',
applicationType: 'responsive',
contentType: 'index-home',
useReverb: true,
tests: [
assertPageView,
assertRadioScheduleComponentView,
assertRadioScheduleComponentClick,
],
},
{
path: '/tamil/bbc_tamil_tv/tv_programmes/w13xttmy',
runforEnv: ['local', 'test', 'live'],
Expand All @@ -345,6 +359,39 @@ const canonicalTestSuites = [
useReverb: true,
tests: [assertPageView],
},
{
path: 'ukrainian/podcasts/p09jsy3h',
runforEnv: ['test', 'live'],
service: 'ukrainian',
pageIdentifier:
'ukrainian.bbc_ukrainian_audio.podcasts.programmes.p09jsy3h.page',
applicationType: 'responsive',
contentType: 'player-episode',
useReverb: true,
tests: [
assertPageView,
assertPodcastLinksComponentView,
assertPodcastLinksComponentClick,
assertRecentAudioEpisodesComponentView,
assertRecentAudioEpisodesComponentClick,
],
},
{
path: '/uzbek/cyr',
runforEnv: ['test', 'live'],
service: 'uzbek',
pageIdentifier: 'uzbekcyr.page',
applicationType: 'responsive',
contentType: 'index-home',
useReverb: true,
tests: [
assertPageView,
assertMessageBannerComponentView,
assertMessageBannerComponentClick,
assertMostReadComponentView,
assertMostReadComponentClick,
],
},
// Article
{
path: '/pidgin/articles/cyv3zm4y428o',
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/swahili.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const service: DefaultServiceConfig = {
atiAnalyticsAppName: 'news-swahili',
atiAnalyticsProducerId: '86',
atiAnalyticsProducerName: 'SWAHILI',
useReverb: true,
chartbeatDomain: 'swahili.bbc.co.uk',
brandName: 'BBC News Swahili',
product: 'BBC News',
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/thai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const service: DefaultServiceConfig = {
atiAnalyticsAppName: 'news-thai',
atiAnalyticsProducerId: '90',
atiAnalyticsProducerName: 'THAI',
useReverb: true,
chartbeatDomain: 'thai.bbc.co.uk',
brandName: 'BBC News ไทย',
product: 'BBC News',
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/tigrinya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const service: DefaultServiceConfig = {
atiAnalyticsAppName: 'news-tigrinya',
atiAnalyticsProducerId: '91',
atiAnalyticsProducerName: 'TIGRINYA',
useReverb: true,
chartbeatDomain: 'tigrinya.bbc.co.uk',
brandName: 'BBC News ትግርኛ',
product: 'BBC News',
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/turkce.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const service: DefaultServiceConfig = {
atiAnalyticsAppName: 'news-turkce',
atiAnalyticsProducerId: '92',
atiAnalyticsProducerName: 'TURKISH',
useReverb: true,
chartbeatDomain: 'turkish.bbc.co.uk', // this is meant to be different to the service name
brandName: 'BBC News Türkçe',
product: 'BBC News',
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/ukchina.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const baseServiceConfig = {
atiAnalyticsAppName: 'news-ukchina',
atiAnalyticsProducerId: '93',
atiAnalyticsProducerName: 'UK_CHINA',
useReverb: true,
chartbeatDomain: 'ukchina.bbc.co.uk',
brandName: 'BBC 英伦网',
product: 'BBC',
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/ukrainian.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const baseServiceConfig = {
atiAnalyticsAppName: 'news-ukrainian',
atiAnalyticsProducerId: '94',
atiAnalyticsProducerName: 'UKRAINIAN',
useReverb: true,
chartbeatDomain: 'ukrainian.bbc.co.uk',
brandName: 'BBC News Україна',
product: 'BBC News',
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/urdu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const service: DefaultServiceConfig = {
atiAnalyticsAppName: 'news-urdu',
atiAnalyticsProducerId: '95',
atiAnalyticsProducerName: 'URDU',
useReverb: true,
chartbeatDomain: 'urdu.bbc.co.uk',
brandName: 'BBC News اردو',
defaultImage: 'https://news.files.bbci.co.uk/ws/img/logos/og/urdu.png',
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/uzbek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const baseServiceConfig = {
atiAnalyticsAppName: 'news-uzbek',
atiAnalyticsProducerId: '96',
atiAnalyticsProducerName: 'UZBEK',
useReverb: true,
chartbeatDomain: 'uzbek.bbc.co.uk',
product: 'BBC News',
defaultImage: 'https://news.files.bbci.co.uk/ws/img/logos/og/uzbek.png',
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/vietnamese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const service: DefaultServiceConfig = {
atiAnalyticsAppName: 'news-vietnamese',
atiAnalyticsProducerId: '97',
atiAnalyticsProducerName: 'VIETNAMESE',
useReverb: true,
chartbeatDomain: 'vietnamese.bbc.co.uk',
brandName: 'BBC News Tiếng Việt',
product: 'BBC News',
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/yoruba.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const service: DefaultServiceConfig = {
atiAnalyticsAppName: 'news-yoruba',
atiAnalyticsProducerId: '107',
atiAnalyticsProducerName: 'YORUBA',
useReverb: true,
chartbeatDomain: 'yoruba.bbc.co.uk',
brandName: 'BBC News Yorùbá',
product: 'BBC News',
Expand Down
Loading