Skip to content

Distributed testing server originally developed for Parsoid round-trip testing on a large corpus of Wikipedia pages

License

Notifications You must be signed in to change notification settings

gwicke/testreduce

Repository files navigation

testreduce

Distributed testing server originally developed for Parsoid round-trip testing on a large corpus of Wikipedia pages. More information in the Parsoid round-trip testing page.

Installation with Cassandra 2.0.5:

npm install
cp server.settings.js.example server.settings.js
cqlsh < cql/create_everything.cql

Running the server

Now start the server, it will be accessible at http://localhost:8001/:

node server

Using the Parsoid round-trip testing client

You can now run some round-trip tests by installing Parsoid:

git clone https://gerrit.wikimedia.org/r/p/mediawiki/services/parsoid
cd parsoid
npm install
cd tests/client
cp config.example.js config.js
node client

About

Distributed testing server originally developed for Parsoid round-trip testing on a large corpus of Wikipedia pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published