Skip to content
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

create a new clean_master branch by syncing from upstream #10

Merged
merged 247 commits into from
Mar 20, 2019

Conversation

kensoh
Copy link
Member

@kensoh kensoh commented Mar 20, 2019

No description provided.

kensoh and others added 30 commits November 30, 2017 12:21
On some Windows computers, if you see 'MSVCR110.dll is missing' error,
install this from Microsoft website -
https://www.microsoft.com/en-us/download/details.aspx?id=30679 - this
file is required to run the PHP engine.
to use this cutting edge version, be sure to download from master to overwrite your packaged installation - https://github.com/tebelorg/TagUI/archive/master.zip
to use this cutting edge version, be sure to download from master to overwrite your packaged installation - https://github.com/tebelorg/TagUI/archive/master.zip
to use this cutting edge version, be sure to download from master to overwrite your packaged installation -
 https://github.com/tebelorg/TagUI/archive/master.zip
to use this cutting edge version, be sure to download from master to overwrite your packaged installation -
 https://github.com/tebelorg/TagUI/archive/master.zip
to use this cutting edge version, be sure to download from master to overwrite your packaged installation -
 https://github.com/tebelorg/TagUI/archive/master.zip
to use this cutting edge version, be sure to download from master to overwrite your packaged installation -
 https://github.com/tebelorg/TagUI/archive/master.zip
to use this cutting edge version, be sure to download from master to overwrite your packaged installation -
 https://github.com/tebelorg/TagUI/archive/master.zip
using execFile instead of spawn to test fix issue on Windows
- switch back to use child_process.spawn but use exitCode instead of child.pid
- this will mean running until process exits instead of timeout
- in exchange to enable running commands on windows
this commit allows tagui's python integration to work out of the box whether v2.x or v3.x is installed in the environment. there is no special config needed and works out of the box. note - your python code will still have to be aligned to the python version you are using.
using py_step(), r_step(), vision_step(), for example -

```
https://yahoo.com
phone = 1234567
name = 'donald duck'
py_step('phone = ' + phone)
py_step('name = "' + name + '"')

py print(name)
echo py_result
py print(phone)
echo py_result
```
see #82 for more details. this commit should make code blocks work for steps py, r, cmd, vision, js, dom (both normal execution and live mode)
kensoh and others added 29 commits July 13, 2018 12:43
various doc improvements, minor updates and introduction of `variable` to denote use of variable where text is expected. backward compatible with old syntax '+variable+'
Instead of checking for provided sessionID, now just looks for the sessionID returned by chrome
See issue #275 on TagUI.
Update popup handling when using Chrome.
Update Japanese language file for better translation
#289 - enclose wait step with casper.then() in order to make dynamic wait delay in scope for access

#295 - PHP 7 issues warning message which is not observed with PHP 5. this change avoids an empty $repo_data[0], by removing the increment step that start filling elements from $repo_data[1]
#289 - enclose wait step with casper.then() in order to make dynamic wait delay in scope for access

#295 - PHP 7 issues warning message which is not observed with PHP 5. this change removes the warning by avoiding an empty $repo_data[0]. ie increment repo_count only if there is already data in the array, otherwise discard header and start filling from $repo_data[0].
The translations are partly off to how you would write it as native German speaker.
Updated german.csv for more native usage
Few modifications closer to french mother tong :)
Update readme to add info on TagUI editor.
#321 - update readme with tagui editor gif video
* live mode enhancements

- support use of dynamic variables in live mode
- show error message for JS errors instead of exit

details at - #347

* live mode enhancements (test signature)

- support use of dynamic variables in live mode
- show error message for JS errors instead of exit

details at - #347
* support datatables in test mode

details of issue here - #348

when datatable is used with test option, execution hangs after the first iteration. this is because casperjs test mode treats every parameter as in input file to test. when the datatable parameter is passed to casperjs it hangs because it is not a valid test js file. modified tagui and tagui.cmd to not pass parameters to casperjs in test mode.

technical details here - http://docs.casperjs.org/en/latest/testing.html#arguments

`The casperjs test command will treat every passed argument as file or directory paths containing tests. It will recursively scan any passed directory to search for *.js or *.coffee files and add them to the stack.`
@kensoh kensoh merged commit 98edc66 into tebelorg:clean_master Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

7 participants