Skip to content

Markets Reference

All Samsung markets available when selecting E2E test targets during scaffolding.

The group codes in this page are CLI choices. The generated markets array uses country identifiers such as BE and BE_FR; canonical team references may call those BENL and BEFR.

Multi-country groups

These groups run one E2E test per country - selecting SEBN generates three test iterations.

Group codeNameCountriesURL paths
SEBNBeneluxBE (NL), BE_FR, NLbe, be_fr, nl
SENANordicsSE, NO, DK, FIse, no, dk, fi
SEIBIberiaES, PTes, pt

Major single markets

Group codeNameCountry codeURL path
SEUKUKUKuk
SEFFranceFRfr
SEGGermanyDEde
SEIItalyITit
SEPOLPolandPLpl
SECACanadaCAca

Additional European markets

Group codeNameCountry codeURL path
EUROPE_ALAlbaniaALal
EUROPE_ATAustriaATat
EUROPE_BABosniaBAba
EUROPE_BGBulgariaBGbg
EUROPE_HRCroatiaHRhr
EUROPE_CZCzech RepublicCZcz
EUROPE_EEEstoniaEEee
EUROPE_GRGreeceGRgr
EUROPE_HUHungaryHUhu
EUROPE_IEIrelandIEie
EUROPE_LVLatviaLVlv
EUROPE_LTLithuaniaLTlt
EUROPE_MKMacedoniaMKmk
EUROPE_RORomaniaROro
EUROPE_RSSerbiaRSrs
EUROPE_SKSlovakiaSKsk
EUROPE_SISloveniaSIsi
EUROPE_CHSwitzerlandCHch

URL resolution

Market URLs are constructed as:

{baseUrl}/{urlPath}/{pagePath}

For example, SEUK on the homepage:

https://samsung.com/uk/

SEBN Belgium (FR):

https://samsung.com/be_fr/

Adding a custom market

The interactive CLI currently offers only the listed choices. The resolver supports custom codes programmatically, and you can always edit e2e/config.js after scaffolding.

Internal tool - Samsung / Sogody experimentation team