Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Automattic/wp-e2e-tests

Folders and files

NameName
Last commit message
Last commit date
Dec 4, 2018
Mar 8, 2019
Oct 18, 2018
Jul 20, 2017
Jan 11, 2017
Mar 7, 2019
Jan 8, 2019
Jan 8, 2019
Jul 11, 2018
Jan 8, 2019
Oct 10, 2018
Sep 26, 2018
Mar 7, 2019
Aug 7, 2018
Jul 16, 2018
Feb 23, 2018
Feb 28, 2018
Jul 10, 2018
Jan 2, 2019
May 4, 2016
Jan 8, 2019
Mar 29, 2018
Nov 3, 2017
Mar 29, 2018
May 4, 2016
Apr 15, 2019
Oct 25, 2017
Mar 29, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 13, 2018
Dec 13, 2018
Dec 14, 2018

Repository files navigation

WordPress.com End to End Tests

NOTE: This repo has been merged in to wp-calypso and the tests can be found in the /test/e2e directory.

Automated end-to-end acceptance tests for the wp-calypso client and WordPress.com in general.

Table of contents

Pre-requisites

Install NodeJS

brew install node #MacOS

Or use nvm (Recommended)

Install dependencies

npm install

Configuration

See the configuration documentation for details on setting configuration values and environment variables.

Running tests

See the information on how to run tests where you'll find information on the flags and commands used to run the tests.

Other information

See the other information documentation for other details that may be of interest.