Coder Social home page Coder Social logo

kevinlambert / webdriver.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webdriverio-boneyard/webdriver.io

0.0 1.0 0.0 1.99 MB

Official website of the WebdriverIO project

Home Page: http://webdriver.io

CSS 79.42% Ruby 0.25% JavaScript 20.33%

webdriver.io's Introduction

Official website of the WebdriverIO project

Requirements

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

Setup

First download the repository:

$ git clone [email protected]:webdriverio/webdriver.io.git

Next install dependencies:

$ npm install -g hexo-cli
$ npm install

Now grab the documentation content from the main repository

$ hexo wdio getDocs

and generate the assets using Compass

$ hexo wdio compass

That's it. You can now run the server with:

$ hexo server

Deployment

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

$ npm run build
$ hexo deploy

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.

Trouble Shooting

When I start the server I get a 404 page Cannot GET /

Make sure you have the documentation content copied into the source directory. We keep all documentation within the main repository (github.com/webdriverio/webdriverio). Just run hexo wdio getDocs and restart the server.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.