https://github.com/shirleenhong/automation-gds-scripting
Test automation script for booking and verifying inside a Global Distribution System in web application
https://github.com/shirleenhong/automation-gds-scripting
robotframework selenium-webdriver
Last synced: 2 months ago
JSON representation
Test automation script for booking and verifying inside a Global Distribution System in web application
- Host: GitHub
- URL: https://github.com/shirleenhong/automation-gds-scripting
- Owner: shirleenhong
- Created: 2024-11-29T01:33:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T02:43:23.000Z (over 1 year ago)
- Last Synced: 2025-03-23T09:32:05.840Z (about 1 year ago)
- Topics: robotframework, selenium-webdriver
- Language: TSQL
- Homepage:
- Size: 5.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# bpg-gds-scripting-amadeus
## Setting up your dev environment
1. Install Node
```
$ node --version
v11.11.0
```
2. Confirm NPM version
```
$ npm --version
6.7.0
```
3. Download dependencies (make sure you're connected to the CWT network)
```
npm install
```
4. Spin up a local version of the webapp
```
npm run-script start
```
5. Access webapp as a Smartscript via Amadeus Sellconnect, login to Amadeus acceptance environment using a Canada OID (YTOWL2107)
Open a new command page in SellCo and add a name field and a CF line
```
nm1test/test
RM*CF/-RBM
```
Finally open Scripts>CWT Canada Leisure Local to access your locally deployed webapp
6. VSCode settings
Download VSCode Extensions
```
ms-vscode.vscode-typescript-tslint-plugin
esbenp.prettier-vscode
```
Open VSCode Settings (CTRL+,), search for and enable "editor.formatOnSave"