2017-06-10 23:54:58 +03:00
1st
2017-03-09 11:45:33 +02:00
2017-05-21 09:45:39 +03:00
2017-05-21 09:45:39 +03:00
2017-05-05 15:21:42 +03:00
2017-05-03 11:55:39 +03:00
2017-05-05 15:21:42 +03:00
2017-03-09 13:20:21 +02:00

# requires nodejs and java

# in test project directory give following commands:

npm install         # installs libraries

# This command creates directory node_modules inside current directory.
# If on Windows, then delete file node_modules\.bin\phantomjs

npm start           # starts Selenium server

# previous command does not terminate.
# So, open new terminal and run:

npm run hw2tests    # runs tests
Description
No description provided
Readme 40 KiB
Languages
JavaScript 94.6%
Batchfile 2.8%
Shell 2.6%