/webdriver.io

Official website of the WebdriverIO project

Primary LanguageCSS

Official website of the WebdriverIO project

Requirements

To deploy the website to the server, you will need the following dependencies installed on the machine

Deployment

To generate the markdown pages and static files run the following command:

$ npm run build

It installs all dependencies, generates the markdown files from the current WebdriverIO version on NPM, renders all templates to static html files and generates and minifies assets. All necessary files should be located in a single directory called public. Last but not least let the domain point to this directory. That's it.