Skip to content
#

chromedriver

Here are 308 public repositories matching this topic...

entrptaher
entrptaher commented Feb 27, 2019

The current basic test provided on homepage is backdated and needs retouch. What do you think of this alternative?

prerequisites:

mkdir electron-test && cd electron-test    
git clone https://github.com/electron/electron-quick-start
yarn init -y
yarn add -D spectron mocha
// test/spec.js
const Application = require("spectron").Application;
const assert = require("asser

Improve this page

Add a description, image, and links to the chromedriver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chromedriver topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.