Skip to content

prajavk/ag-grid-puppeteer

Repository files navigation

This project built to understand puppeteer API with ag-grid

Use node 10.15.0

How to run test case using nodejs

npm install npm start

  1. First run React-app using 3000 port

  2. go to tests folder, to run all testcases you can run cmd: npm run test

Resources

ag-grid Testing

puppeteer Examples

If your react-app using testing-lib

  • npm script should be as below,
"test": "react-scripts test --verbose=false --env=jsdom-fourteen",

package.json

"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",

About

Automation Testing with ag-grid jest and puppeteer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published