Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

deprecate lib #196

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

7 changes: 0 additions & 7 deletions .gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions .testiumrc

This file was deleted.

11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions API.md

This file was deleted.

22 changes: 0 additions & 22 deletions CHANGELOG.md

This file was deleted.

57 changes: 0 additions & 57 deletions CODE_OF_CONDUCT.md

This file was deleted.

48 changes: 0 additions & 48 deletions CONTRIBUTING.md

This file was deleted.

82 changes: 0 additions & 82 deletions Makefile

This file was deleted.

39 changes: 11 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,16 @@
# Testium [![travis-ci build](https://travis-ci.org/groupon/testium.svg?branch=master)](https://travis-ci.org/groupon/testium)
[DEPRECATED] Please use a testing interface + a testium driver

Testium is a testing library focused on providing a simple,
but effective,
tool for testing your web applications
in different browsers (via Selenium)
and headlessly (via PhantomJS).
Test interface
* [testium-mocha][testium-mocha]

## Usage
Testium drivers

This particular module bundles a few different testium libraries together in a fashion
that is no longer recommended. Please instead use a testing interface modules + one
of the testium drivers, e.g:
* [testium-driver-sync][testium-driver-sync]
* [testium-driver-wd][testium-driver-wd]

https://github.com/testiumjs/testium-mocha and https://github.com/testiumjs/testium-driver-wd
[testium-core]: https://github.com/testiumjs/testium-core
[testium-mocha]: https://github.com/testiumjs/testium-mocha
[testium-driver-wd]: https://github.com/testiumjs/testium-driver-wd
[testium-driver-sync]: https://github.com/testiumjs/testium-driver-sync

```
$ npm install --save-dev testium-mocha testium-driver-wd
```

```javascript
const { browser } = require('testium-mocha');

describe('something', () => {
before(browser.beforeHook({ driver: 'wd' }));

it('works', () => browser.loadPage('/'));
});
```

## API Docs

For full API documentation, see the [Testium API Docs](http://testiumjs.com/api/)
Official documentation: http://testiumjs.com/
2 changes: 0 additions & 2 deletions cli.js

This file was deleted.

Loading