Install

Installation Steps

  1. Node.js Installation:

    • You need to download and install Node.js version 20 or above. You can select the appropriate version for your operating system from the Node.js download page.

  2. Sente Installation:

    • Once Node.js is installed, run the command npm i senteio -g to install Sente globally.

    npm i senteio -g

  3. Verify Installation:

    After completing the setup, it's crucial to verify the installation to ensure everything is configured correctly. You can do this by running the command:

    sente -v

    This command will display the current version of Sente installed on your system, confirming that the installation was successful.

  4. To View Help:

    sente -h

    This command will introduce the structure of the parameters and commands of Sente.

  5. Generate New Project:

    To generate a new project, first, you need to generate a new folder. Then, run the sente init command inside this folder.

    mkdir new_project
    cd new_project
    sente init

if the project is successfully generated, you will see a directory structure like the following:

  1. Download Selenium Drivers:

    As a final step, proceed to download the Selenium drivers and follow the instructions provided.

Last updated