testLab.ResultStorage interface

অবস্থান যেখানে পরীক্ষার ফলাফল সংরক্ষণ করা হয়।

স্বাক্ষর:

export interface ResultStorage 

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
gcsPath স্ট্রিং Google ক্লাউড স্টোরেজের অবস্থান যেখানে পরীক্ষার ফলাফল লেখা হয়। আকারে "gs://bucket/path/to/somewhere"।
ফলাফল Uri স্ট্রিং ফায়ারবেস ওয়েব কনসোলে পরীক্ষার ফলাফলের জন্য URI।
টুল ফলাফল নির্বাহ স্ট্রিং পরীক্ষার ফলাফল ধারণকারী টুল ফলাফল নির্বাহ সম্পদ. ফরম্যাট হল projects/{project_id}/histories/{history_id}/executions/{execution_id} ঐচ্ছিক, ভুল পরীক্ষার অবস্থায় বাদ দেওয়া যেতে পারে। আরও তথ্যের জন্য https://firebase.google.com/docs/test-lab/reference/toolresults/rest দেখুন।
টুল ফলাফল ইতিহাস স্ট্রিং টুল ফলাফল ইতিহাস সম্পদ পরীক্ষার ফলাফল ধারণকারী. ফরম্যাট হল projects/{project_id}/histories/{history_id} । আরও তথ্যের জন্য https://firebase.google.com/docs/test-lab/reference/toolresults/rest দেখুন।

testLab.ResultStorage.gcsPath

Google ক্লাউড স্টোরেজের অবস্থান যেখানে পরীক্ষার ফলাফল লেখা হয়। আকারে "gs://bucket/path/to/somewhere"।

স্বাক্ষর:

gcsPath: string;

testLab.ResultStorage.resultsUri

ফায়ারবেস ওয়েব কনসোলে পরীক্ষার ফলাফলের জন্য URI।

স্বাক্ষর:

resultsUri: string;

testLab.ResultStorage.toolResultsExecution

পরীক্ষার ফলাফল ধারণকারী টুল ফলাফল নির্বাহ সম্পদ. বিন্যাস হল projects/{project_id}/histories/{history_id}/executions/{execution_id} . ঐচ্ছিক, ভুল পরীক্ষার অবস্থায় বাদ দেওয়া যেতে পারে। আরও তথ্যের জন্য https://firebase.google.com/docs/test-lab/reference/toolresults/rest দেখুন।

স্বাক্ষর:

toolResultsExecution: string;

testLab.ResultStorage.toolResultsHistory

টুল ফলাফল ইতিহাস সম্পদ পরীক্ষার ফলাফল ধারণকারী. বিন্যাস হল projects/{project_id}/histories/{history_id} . আরও তথ্যের জন্য https://firebase.google.com/docs/test-lab/reference/toolresults/rest দেখুন।

স্বাক্ষর:

toolResultsHistory: string;