1.0.9 • Published 5 years ago

auto-nightwatch v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

I. Structure of config.json

  • url: The url of website you want to test
  • test_group: A set of test case you want to test
  • title: The title of test case
  • steps
  • action: The name of action you want to interact to the website
  • element: Name of element you want to apply the action
  • value

II. Fundamental

    1. Create a config.json. It has a list of action you want to perform
    1. In src/index.js , we read the content of config.json and transform it to js code as String
    1. Write this string to folder tests/xxx.js

III.Change Log

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago