Skip to content

getgauge-examples/ag-grid-taiko-mocha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing ag-grid with Taiko and mocha

This is an example project to test ag-grid with Taiko. The same example with Taiko and Gauge is available at ag-grid-taiko-gauge

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

Pre-requisites

  • npm install

This will install all the pre-requisites for this project. Mocha,Taiko and ag-grid. Taiko can easily be run with other javascript test runners like Gauge or Jest instead of Mocha. Mocha is listed as the dependency here as this project uses taiko with Mocha.

Running the tests

  • npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published