How do I pass Chrome options with JS-Jest?

May I know the procedure to pass Chrome options with JS-Jest?

Hello Tim,

You can pass Chrome options with JS-Jest as given below:

const capabilities = {
  build: 'jest-LambdaTest-Single',
  browserName: 'chrome',
  version: 'latest',
  platform: 'Windows 10',
};