Skip to content

Installation

To install the testing framework in your project, run the following command:

Terminal window
npm install gameface-e2e --save-dev

Alternatively, you can install it globally:

Terminal window
npm install gameface-e2e -g

We recommend using Node.js version 20 or higher.