1.0.8 • Published 4 years ago

antd-testcafe-utils v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

TestCafe antD Utils

TestCafe helper functions library for antD React UI library.

Install

npm i antd-testcafe-utils

What you will find?

Some common functions used to manipulate user actions on antD components using TestCafe.

Example

  1. For antD Select Component:
    • selectAny will select randomly any of the select options.
    • selectAnyExcept will select randomly any of the select option except the excluded one.
  2. For antD Cascader Component:
    • selectAny will select randomly any of the Cascader select options to the last leaf.
    • selectArray will select given options array.

Dependencies

  1. Testcafe
  2. faker
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago