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: 7 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:33:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T14:54:29.355Z (7 months ago)
- Topics: screenplay, screenplay-pattern, test-automation
- Language: TypeScript
- Homepage:
- Size: 1.16 MB
- Stars: 2
- Watchers: 0
- 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
```