Skip to content

Creating a new WebdriverIO test

tpronk edited this page Apr 29, 2021 · 5 revisions

Home - WebdriverIO testing - Creating a new WebdriverIO test


Each WebdriverIO test should be in a separate subdirectory that contains at least three files (for an example, see tests/wdio_img):

  1. A PsychoPy test experiment. See Creating a new test experiment
  2. A testscript that acts like a "robot" that takes part in your test experiment. See Creating a new WebdriverIO testscript
  3. A test configuration file that describes your test.

The PsychoJS testing framework adds some features to make it easier to test PsychoJS experiments:

Clone this wiki locally