This is an example project to test ag-grid with Taiko and Gauge. The same example with Taiko and Mocha is available at ag-grid-taiko-mocha
It mainly uses the example hosted on ag-grid/example.php for its test cases.
This example covers
- Sorting an ag-grid column
- Filtering an ag-grid
- Grouping elements on ag-grid
- Verifying a text on the grid
- Selecting an element from the combobox inside the cell of the ag-grid
- Select a date inside a cell of the ag-grid
- NodeJS
npm install
This will install all the pre-requisites for this project. Gauge,Taiko and ag-grid. Taiko can easily be run with other javascript test runners like Mocha or Jest instead of Gauge. Gauge is listed as the dependency here as this project uses taiko with Gauge.
npm test
This would run the tests by the runner Gauge and generate the reports underreports/html-report/index.html