## Description - Automated below queries for gsheet 1. Fetch Details 2. Insert one 3. Insert many 4. Update one 5. Update many 6. Fetch many 7. Delete One - Added workflow to schedule run for gsheet automated tests on the hosted instance - Added a new cypress config file which will be used to run the gsheet tests - Added tests for folowing permission/scope options `All access`, `selected access`, `Read/write | All google sheets` and `Read | All google sheets` - Added negative scenarios - Added tests to verify widget binding for both suggested widget and drag n drop widget for both selected and all access permission/scope #### Type of change - Cypress ## Testing > #### How Has This Been Tested? - [x] Cypress > > ## Checklist: #### QA activity: - [ ] [Speedbreak features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-) have been covered - [ ] Test plan covers all impacted features and [areas of interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-) - [ ] Test plan has been peer reviewed by project stakeholders and other QA members - [ ] Manually tested functionality on DP - [ ] We had an implementation alignment call with stakeholders post QA Round 2 - [ ] Cypress test cases have been added and approved by SDET/manual QA - [ ] Added `Test Plan Approved` label after Cypress tests were reviewed - [ ] Added `Test Plan Approved` label after JUnit tests were reviewed
193 lines
10 KiB
TypeScript
193 lines
10 KiB
TypeScript
export const GSHEET_DATA = [
|
||
{
|
||
rowIndex: "0",
|
||
uniq_id: "eac7efa5dbd3d667f26eb3d3ab504464",
|
||
japanese_name: "ホーンビィ 2014 カタログ",
|
||
currencies: "₹, $, €, ¥, £",
|
||
specialChars: "!@#$%^&*",
|
||
product_name: "Hornby 2014 Catalogue",
|
||
manufacturer: "Hornby",
|
||
price: "3.42",
|
||
number_available_in_stock: "5 new",
|
||
number_of_reviews: "15",
|
||
number_of_answered_questions: "1",
|
||
average_review_rating: "4.9 out of 5 stars",
|
||
amazon_category_and_sub_category:
|
||
"Hobbies > Model Trains & Railway Sets > Rail Vehicles > Trains",
|
||
customers_who_bought_this_item_also_bought:
|
||
"http://www.amazon.co.uk/Hornby-R8150-Catalogue-2015/dp/B00S9SUUBE | http://www.amazon.co.uk/Hornby-Book-Model-Railways-Edition/dp/1844860957 | http://www.amazon.co.uk/Hornby-Book-Scenic-Railway-Modelling/dp/1844861120 | http://www.amazon.co.uk/Peco-60-Plans-Book/dp/B002QVL16I | http://www.amazon.co.uk/Hornby-Gloucester | http://www.amazon.co.uk/Airfix-5014429781902",
|
||
},
|
||
{
|
||
rowIndex: "1",
|
||
uniq_id: "b17540ef7e86e461d37f3ae58b7b72ac",
|
||
japanese_name:
|
||
"FunkyBuys® ラージ クリスマス ホリデー エクスプレス フェスティバル トレイン セット (SI-TY1017) おもちゃ ライト / サウンド / 電池式 & 煙",
|
||
currencies: "₹, $, €, ¥, £",
|
||
specialChars: "!@#$%^&*",
|
||
product_name:
|
||
"FunkyBuys® Large Christmas Holiday Express Festive Train Set (SI-TY1017) Toy Light / Sounds / Battery Operated & Smoke",
|
||
manufacturer: "FunkyBuys",
|
||
price: "16.99",
|
||
number_available_in_stock: "null",
|
||
number_of_reviews: "2",
|
||
number_of_answered_questions: "1",
|
||
average_review_rating: "4.5 out of 5 stars",
|
||
amazon_category_and_sub_category:
|
||
"Hobbies > Model Trains & Railway Sets > Rail Vehicles > Trains",
|
||
customers_who_bought_this_item_also_bought:
|
||
"http://www.amazon.co.uk/Christmas-Holiday-Express-Festive-Train-Set-Toy/dp/B009R8S8AA | http://www.amazon.co.uk/Goldlok-Holiday-Express-Operated-Multi-Colour/dp/B009R8PAO2 | http://www.amazon.co.uk/FunkyBuys%C2%AE-Christmas-SI-TY1017-Ornaments-Operated/dp/B01437QMHA | http://www.amazon.co.uk/Holiday-Express-Christmas-Ornament-Decoration | http://www.amazon.co.uk/Seasonal-Vision-Christmas-Tree-Train/dp/B0044ZC1W2 | http://www.amazon.co.uk/Coca-Cola-Santa-Express-Train-Set/dp/B004BYSNU0",
|
||
},
|
||
{
|
||
rowIndex: "2",
|
||
uniq_id: "348f344247b0c1a935b1223072ef9d8a",
|
||
japanese_name:
|
||
"クラシックなおもちゃの電車セット トラック車両 ライトエンジン 箱入り男の子 子供用バッテリー",
|
||
currencies: "₹, $, €, ¥, £",
|
||
specialChars: "!@#$%^&*",
|
||
product_name:
|
||
"CLASSIC TOY TRAIN SET TRACK CARRIAGES LIGHT ENGINE BOXED BOYS KIDS BATTERY",
|
||
manufacturer: "ccf",
|
||
price: "9.99",
|
||
number_available_in_stock: "2 new",
|
||
number_of_reviews: "17",
|
||
number_of_answered_questions: "2",
|
||
average_review_rating: "3.9 out of 5 stars",
|
||
amazon_category_and_sub_category:
|
||
"Hobbies > Model Trains & Railway Sets > Rail Vehicles > Trains",
|
||
customers_who_bought_this_item_also_bought:
|
||
"http://www.amazon.co.uk/Classic-Train-Lights-Battery-Operated/dp/B0041L9OHE | http://www.amazon.co.uk/Train-With-Tracks-Battery-Operated-x/dp/B009P540O8 | http://www.amazon.co.uk/13-Piece-Train-Set-Ideal/dp/B0173N6E4W | http://www.amazon.co.uk/Train-Flash-Electric-Sound-Europe/dp/B008D7CEH4 | http://www.amazon.co.uk/Train-Ultimate-Sticker-Book-Stickers/dp/1405314516 | http://www.amazon.co.uk/Train-Stickers-Dover-Little-Activity/dp/0486403106",
|
||
},
|
||
{
|
||
rowIndex: "3",
|
||
uniq_id: "e12b92dbb8eaee78b22965d2a9bbbd9f",
|
||
japanese_name: "ホーンビー コーチ R4410A BR ホークスワース コリドー 3",
|
||
currencies: "₹, $, €, ¥, £",
|
||
specialChars: "!@#$%^&*",
|
||
product_name: "HORNBY Coach R4410A BR Hawksworth Corridor 3rd",
|
||
manufacturer: "Hornby",
|
||
price: "39.99",
|
||
number_available_in_stock: "null",
|
||
number_of_reviews: "1",
|
||
number_of_answered_questions: "2",
|
||
average_review_rating: "5.0 out of 5 stars",
|
||
amazon_category_and_sub_category:
|
||
"Hobbies > Model Trains & Railway Sets > Rail Vehicles > Trains",
|
||
customers_who_bought_this_item_also_bought: "null",
|
||
},
|
||
{
|
||
rowIndex: "4",
|
||
uniq_id: "e33a9adeed5f36840ccc227db4682a36",
|
||
japanese_name:
|
||
"ホーンビー 00 ゲージ 0-4-0 ギルデンロー塩社 蒸気機関車モデル",
|
||
currencies: "₹, $, €, ¥, £",
|
||
specialChars: "!@#$%^&*",
|
||
product_name:
|
||
"Hornby 00 Gauge 0-4-0 Gildenlow Salt Co. Steam Locomotive Model",
|
||
manufacturer: "Hornby",
|
||
price: "32.19",
|
||
number_available_in_stock: "null",
|
||
number_of_reviews: "3",
|
||
number_of_answered_questions: "2",
|
||
average_review_rating: "4.7 out of 5 stars",
|
||
amazon_category_and_sub_category:
|
||
"Hobbies > Model Trains & Railway Sets > Rail Vehicles > Trains",
|
||
customers_who_bought_this_item_also_bought:
|
||
"http://www.amazon.co.uk/Hornby-R6367-RailRoad-Gauge-Rolling/dp/B000WDWSD2 | http://www.amazon.co.uk/Hornby-R3064-RailRoad-Smokey-Locomotive | http://www.amazon.co.uk/Hornby-R8222-Gauge-Track-Extension/dp/B000RK3FZK | http://www.amazon.co.uk/Hornby-R6371-RailRoad-Petrol-Tanker/dp/B000WDS002 | http://www.amazon.co.uk/Hornby-R076-00-Gauge-Footbridge | http://www.amazon.co.uk/Hornby-R6368-RailRoad-Gauge-Brake/dp/B000WDWT22",
|
||
},
|
||
{
|
||
rowIndex: "5",
|
||
uniq_id: "cb34f0a84102c1ebc3ef6892d7444d36",
|
||
japanese_name: "20 個モデルガーデンライトダブルヘッド街灯スケール 1:100",
|
||
currencies: "₹, $, €, ¥, £",
|
||
specialChars: "!@#$%^&*",
|
||
product_name: "20pcs Model Garden Light Double Heads Lamppost Scale 1:100",
|
||
manufacturer: "Generic",
|
||
price: "6.99",
|
||
number_available_in_stock: "null",
|
||
number_of_reviews: "2",
|
||
number_of_answered_questions: "1",
|
||
average_review_rating: "5.0 out of 5 stars",
|
||
amazon_category_and_sub_category:
|
||
"Hobbies > Model Trains & Railway Sets > Lighting & Signal Engineering > Lamps & Lighting",
|
||
customers_who_bought_this_item_also_bought:
|
||
"http://www.amazon.co.uk/Single-Head-Garden-Lights-Lamppost-Layout/dp/B008XCSHCA | http://www.amazon.co.uk/douself-100Pcs-OO-Scale-Passenger/dp/B00GRUD8W4 | http://www.amazon.co.uk/Hornby-Digital-Electric-Point-Track/dp/B00105UJ14 | http://www.amazon.co.uk/20Pcs-Scenery-Landscape-Train-Flowers/dp/B00C1843MA | http://www.amazon.co.uk/Scenery-Landscape-100-Made-Plastic-Cement/dp/B007UYIJ48",
|
||
},
|
||
{
|
||
rowIndex: "6",
|
||
uniq_id: "f74b562470571dfb689324adf236f82c",
|
||
japanese_name:
|
||
"Hornby 00 ゲージ 230mm BR ボギー 旅客ブレーキ コーチ モデル (レッド)",
|
||
currencies: "₹, $, €, ¥, £",
|
||
specialChars: "!@#$%^&*",
|
||
product_name:
|
||
"Hornby 00 Gauge 230mm BR Bogie Passenger Brake Coach Model (Red)",
|
||
manufacturer: "Hornby",
|
||
price: "24.99",
|
||
number_available_in_stock: "null",
|
||
number_of_reviews: "2",
|
||
number_of_answered_questions: "1",
|
||
average_review_rating: "4.5 out of 5 stars",
|
||
amazon_category_and_sub_category:
|
||
"Hobbies > Model Trains & Railway Sets > Rail Vehicles > Trains",
|
||
customers_who_bought_this_item_also_bought:
|
||
"http://www.amazon.co.uk/Hornby-R4388-RailRoad-Composite-Gauge/dp/B00260GEXO | http://www.amazon.co.uk/Hornby-R1138-Passenger-Freight-Electric/dp/B006ZL6976",
|
||
},
|
||
{
|
||
rowIndex: "7",
|
||
uniq_id: "87bbb472ef9d90dcef140a551665c929",
|
||
japanese_name: "ホーンビー サンタの特急列車セット",
|
||
currencies: "₹, $, €, ¥, £",
|
||
specialChars: "!@#$%^&*",
|
||
product_name: "Hornby Santa's Express Train Set",
|
||
manufacturer: "Hornby",
|
||
price: "69.93",
|
||
number_available_in_stock: "3 new",
|
||
number_of_reviews: "36",
|
||
number_of_answered_questions: "7",
|
||
average_review_rating: "4.3 out of 5 stars",
|
||
amazon_category_and_sub_category:
|
||
"Hobbies > Model Trains & Railway Sets > Rail Vehicles > Trains",
|
||
customers_who_bought_this_item_also_bought:
|
||
"http://www.amazon.co.uk/Hornby-R8221-Gauge-Track-Extension/dp/B000PVFYZ0 | http://www.amazon.co.uk/Hornby-R8222-Gauge-Track-Extension/dp/B000RK3FZK | http://www.amazon.co.uk/Hornby-R6368-RailRoad-Gauge-Brake/dp/B000WDWT22 | http://www.amazon.co.uk/Hornby-R6370-RailRoad-Tredegar-Gauge/dp/B000WDZH58 | http://www.amazon.co.uk/Hornby-R044-Passing-Contact-Switch/dp/B000H5V0RK | http://www.amazon.co.uk/Hornby-Gauge-Logan-Plank-Wagon/dp/B00SWV6RAG",
|
||
},
|
||
{
|
||
rowIndex: "8",
|
||
uniq_id: "7e2aa2b4596a39ba852449718413d7cc",
|
||
japanese_name:
|
||
"ホーンビー ゲージ ウェスタン エクスプレス デジタル トレイン セット (eLink および TTS ロコ トレイン セット付き)",
|
||
currencies: "₹, $, €, ¥, £",
|
||
specialChars: "!@#$%^&*",
|
||
product_name:
|
||
"Hornby Gauge Western Express Digital Train Set with eLink and TTS Loco Train Set",
|
||
manufacturer: "Hornby",
|
||
price: "235.58",
|
||
number_available_in_stock: "4 new",
|
||
number_of_reviews: "1",
|
||
number_of_answered_questions: "1",
|
||
average_review_rating: "5.0 out of 5 stars",
|
||
amazon_category_and_sub_category:
|
||
"Hobbies > Model Trains & Railway Sets > Rail Vehicles > Trains",
|
||
customers_who_bought_this_item_also_bought:
|
||
"http://www.amazon.co.uk/Hornby-Western-Master-E-Link-Electric/dp/B00BUKPXS8 | http://www.amazon.co.uk/Hornby-Gloucester | http://www.amazon.co.uk/Hornby-Majestic-E-Link-Gauge-Electric/dp/B00BUKPXU6 | http://www.amazon.co.uk/Hornby-Gauge-Master-Glens/dp/B00TQNJIIW | http://www.amazon.co.uk/Hornby-Gauge-Eurostar-2014-Train/dp/B00TQNJIIC | http://www.amazon.co.uk/HORNBY-Digital-Train-Layout-Track/dp/B006BRH55Y",
|
||
},
|
||
{
|
||
rowIndex: "9",
|
||
uniq_id: "5afbaf65680c9f378af5b3a3ae22427e",
|
||
japanese_name:
|
||
"ラーニング カーブ チャギントン インタラクティブ チャッツワース",
|
||
currencies: "₹, $, €, ¥, £",
|
||
specialChars: "!@#$%^&*",
|
||
product_name: "Learning Curve Chuggington Interactive Chatsworth",
|
||
manufacturer: "Chuggington",
|
||
price: "null",
|
||
number_available_in_stock: "1 new",
|
||
number_of_reviews: "8",
|
||
number_of_answered_questions: "1",
|
||
average_review_rating: "4.8 out of 5 stars",
|
||
amazon_category_and_sub_category:
|
||
"Hobbies > Model Trains & Railway Sets > Rail Vehicles > Trains",
|
||
customers_who_bought_this_item_also_bought:
|
||
"http://www.amazon.co.uk/Learning-Curve-Chuggington | http://www.amazon.co.uk/Chuggington | http://www.amazon.co.uk/Learning-Curve-Chuggington | http://www.amazon.co.uk/Learning-Chuggington",
|
||
},
|
||
];
|