https://github.com/applitools/eyes-selenium-typescript-hello-world
An Applitools Hello World example in TypeScript
https://github.com/applitools/eyes-selenium-typescript-hello-world
Last synced: 11 months ago
JSON representation
An Applitools Hello World example in TypeScript
- Host: GitHub
- URL: https://github.com/applitools/eyes-selenium-typescript-hello-world
- Owner: applitools
- License: other
- Created: 2018-05-08T19:41:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T21:12:06.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T04:47:05.419Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COMMANDS
- Install dependencies
```sh
npm install
```
- Build project
```sh
npm run-script build
```
- Run test
```sh
APPLITOOLS_API_KEY=${API_KEY} npm run-script test
```