An open API service indexing awesome lists of open source software.

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

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"