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

Commit

Permalink
chore: deprecate lib
Browse files Browse the repository at this point in the history
BREAKING CHANGE: officially deprecate the lib
  • Loading branch information
aotarola committed Oct 21, 2019
1 parent f368148 commit 96109d3
Show file tree
Hide file tree
Showing 44 changed files with 10 additions and 1,913 deletions.
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: 10 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,14 @@
# 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

```
$ 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/)
[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
2 changes: 0 additions & 2 deletions cli.js

This file was deleted.

Loading

0 comments on commit 96109d3

Please sign in to comment.