Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andy-schulz/thekla-core_outdated
An implementation of the screenplay pattern using Webdriver JS
https://github.com/andy-schulz/thekla-core_outdated
screenplay screenplay-pattern test-automation
Last synced: 3 days ago
JSON representation
An implementation of the screenplay pattern using Webdriver JS
- Host: GitHub
- URL: https://github.com/andy-schulz/thekla-core_outdated
- Owner: andy-schulz
- License: mit
- Created: 2018-10-26T15:51:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:33:32.000Z (about 2 years ago)
- Last Synced: 2024-11-24T21:14:33.013Z (2 months ago)
- Topics: screenplay, screenplay-pattern, test-automation
- Language: TypeScript
- Homepage:
- Size: 1.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thekla-core
***
***
## Documentation
thekla-core is a package used in [thekla](https://github.com/andy-schulz/thekla), see
[the official project documentation](https://andy-schulz.github.io/thekla/)
for more information.
## UsageYou can use thekla-core in 2 ways:
* as a WebdriverJS Wrapper or
* as a screenplay implementation## Installation
```sh
npm install thekla-core --save
```