https://github.com/fryguy/integration-tests-conversion
https://github.com/fryguy/integration-tests-conversion
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fryguy/integration-tests-conversion
- Owner: Fryguy
- Created: 2020-08-04T14:42:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T14:46:25.000Z (almost 6 years ago)
- Last Synced: 2025-03-11T03:53:14.337Z (over 1 year ago)
- Language: JavaScript
- Size: 1.51 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# integration-tests-conversion
## On the remote system
1. Get a system that has integration-tests installed, runnable, and in the
cfme_venv.
2. `pip install py2rb`
3. Apply the changes from [here](https://github.com/Fryguy/py2rb/commit/7dde4eb217c639c45aca52e1bc51fbeba3347442)
onto the `.cfme_venv/lib/python3.7/site-packages/py2rb/__init__.py` file
4. Copy `convert2rb` to the system bin dir.
5. Run `convert2rb`.
## On the local system
1. rsync the files into the rb directory
```
rsync -r -v :/tmp/rbfiles/* .
```
2. Run `convert2js`