Created
March 18, 2023 12:00
-
-
Save vasylnahuliak/74d2594ab6672360ec2df1c1c2d5cf26 to your computer and use it in GitHub Desktop.
Example unique testID
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { getTestID } from 'helpers/getTestID/getTestID'; | |
export const TEST_ID = { | |
CONTAINER: 'CONTAINER', | |
LABEL: 'LABEL', | |
}; | |
export const testID = getTestID({ | |
testID: TEST_ID, | |
prefix: 'ACCORDION', | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Генерація унікальних testID для E2E тестування