0.7.1 • Published 4 years ago

chrec-core v0.7.1

Weekly downloads
3
License
Apache License 2....
Repository
github
Last release
4 years ago

ChRec Core

ChRec's core and replay business logic and model for testing HTML locator robustness.

Build Status Codecov Coverage

Contributing

Clone this repository:

git clone https://github.com/cyluxx/chrec-core.git

Navigate to the installed location and install dependencies:

cd chrec-core
npm install

Run Tests with:

npm run test

Make sure that at least one proper Selenium server instance is running and all corresponding webdrivers are installed and configured:

You can configure your Selenium Url via the SELENIUMSERVER_URL variable in the _package.json:

"scripts": {
    ...
    "test-dev": "cross-env SELENIUM_SERVER_URL=http://localhost:4444/wd/hub NODE_ENV=dev jest --config jestconfig.json",
    ...
  },

Format code with:

npm run format

Lint code with:

npm run lint
0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.3

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.4

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago