Skip to content

Commit 12b1326

Browse files
committed
Introduce Kusama AH bounties E2E test module
1 parent 4c97c0f commit 12b1326

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { assetHubKusama } from '@e2e-test/networks/chains'
2+
import { baseBountiesE2ETests, registerTestTree, type TestConfig } from '@e2e-test/shared'
3+
4+
const testConfig: TestConfig = {
5+
testSuiteName: 'Kusama Asset Hub Bounties',
6+
addressEncoding: 2,
7+
blockProvider: 'NonLocal',
8+
asyncBacking: 'Enabled',
9+
}
10+
11+
registerTestTree(baseBountiesE2ETests(assetHubKusama, testConfig))

0 commit comments

Comments
 (0)