-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the ability to run afterRequestScript #105
Conversation
README.md
Outdated
Before running an HTTP request you can run a script using cmd interface. | ||
When the test is ran, the first step is to load fixtures and run mocks. Next, the script is executed, then the test is ran. | ||
Before and after running an HTTP request you can run a script using cmd interface. | ||
When the test is run, the first step is to load fixtures and run mocks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Кажется When the test is ran
здесь всё же правильно было и переводилось как "Когда тест запущен".
Может в целом переписать это предложение так чтобы было наглядее видно порядок выполнения. Предлагаю такой вариант
When the test is ran, operations are performed in the following order:
- Fixtures load
- Mocks setup
- BeforeScript execute
- HTTP-request sent
- АfterRequestScript execute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
У run 3я форма run. Ran это форма прошлого времени. Но я не очень англичанин, по этому не настаиваю.
Более наглядный вариант выгляди лучше. Реализую его.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
README.md
Outdated
... | ||
afterRequestScript: | ||
path: './cli_scripts/cmd_recalculate.sh' | ||
# the timeout will equal 10s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wlll be equal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ага. Копипастил невнимательно.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
83332b3
to
b7140ac
Compare
🚀 PR was released in |
The solution for issue 103