An open API service indexing awesome lists of open source software.

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

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
```