wikidata/browser-tests

Browsertests for Wikidata


Keywords
browser, tests, wikidata
License
GPL-2.0+

Documentation

Wikidata Browser Tests

This repository contains the browser tests for Wikidata.

Executing tests

Update/install gems:

bundle install

Switch to the tests/browser/ directory to run all tests:

bundle exec cucumber

Run a specific feature:

bundle exec cucumber features/label.feature

Run a specific scenario:

bundle exec cucumber features/label.feature:17

Run only tests with a specific tag:

bundle exec cucumber --tag @ui_only

Run only tests that are supposed to be executed locally:

bundle exec cucumber --tag @local_config

Configuration and setup

For setup and configuration please see Browser Testing for Wikidata.