@@ -6,7 +6,12 @@ export const config: WebdriverIO.Config = {
6
6
runner : 'local' ,
7
7
specs : [ './src/features/**/*.feature' ] ,
8
8
suites : {
9
- batch1 : [ './src/features/Onboarding*.feature' , './src/features/SettingsPageExtended*.feature' ] ,
9
+ batch1 : [
10
+ './src/features/Onboarding*.feature' ,
11
+ './src/features/SettingsPageExtended*.feature' ,
12
+ './src/features/SendTransactionMetadata*.feature' ,
13
+ './src/features/SendTransactionMultipleSelection*.feature'
14
+ ] ,
10
15
batch2 : [
11
16
'./src/features/SendTransactionSimpleExtended.part2.feature' ,
12
17
'./src/features/SendTransactionSimpleExtended.part3.feature' ,
@@ -20,15 +25,14 @@ export const config: WebdriverIO.Config = {
20
25
'./src/features/analytics/AnalyticsForgotPassword.feature' ,
21
26
'./src/features/analytics/AnalyticsNavigation*.feature' ,
22
27
'./src/features/analytics/AnalyticsNFTs*.feature' ,
23
- './src/features/analytics/AnalyticsOnboardingEvents.feature' ,
24
- './src/features/SendTransactionMetadata*.feature' ,
25
- './src/features/SendTransactionMultipleSelection*.feature'
28
+ './src/features/analytics/AnalyticsOnboardingEvents.feature'
26
29
] ,
27
30
batch4 : [
28
31
'./src/features/e2e/MultidelegationSwitchingPoolsExtendedE2E.feature' ,
29
- './src/features/e2e/SendNft*.feature'
32
+ './src/features/e2e/SendNft*.feature' ,
33
+ './src/features/TokensPage*.feature'
30
34
] ,
31
- batch5 : [ './src/features/AddressBook*.feature' ] ,
35
+ batch5 : [ './src/features/AddressBook*.feature' , './src/features/MultidelegationDelegatedFundsSingle*.feature' ] ,
32
36
batch6 : [
33
37
'./src/features/Collateral*.feature' ,
34
38
'./src/features/NavigationTop*.feature' ,
@@ -78,9 +82,9 @@ export const config: WebdriverIO.Config = {
78
82
'./src/features/e2e/StakingSwitchingPools*.feature' ,
79
83
'./src/features/SettingsPagePopup*.feature'
80
84
] ,
81
- batch14 : [ './src/features/Transactions*.feature' , './src/features/MultidelegationDelegatedFundsSingle*.feature' ] ,
85
+ batch14 : [ './src/features/Transactions*.feature' ] ,
82
86
batch15 : [ './src/features/NFTsFolders*.feature' ] ,
83
- batch16 : [ './src/features/TokensPage*.feature' , './src/features/ SendTransactionBundlesExtended*.feature']
87
+ batch16 : [ './src/features/SendTransactionBundlesExtended*.feature' ]
84
88
} ,
85
89
automationProtocol : 'webdriver' ,
86
90
exclude : [ ] ,
0 commit comments