This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0. Accessing the Credit cards section | |
1. Verify the Autofill credit cards toggle on/off | |
2. Verify the Edit Saved Cards view | |
3. Turn History search suggestions on/off | |
4. Empty tab tray - grid view | |
5. Video with DRM content can be played. (Notification not yet implemented) | |
6. Clear key DRM video can be played. (Notification not yet implemented) | |
7. Add a new tab to a collection from tabs tray | |
8. Notifications permission prompt | |
9. Location permission prompts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# save this configuration to a file called: firebase.yaml | |
# | |
# gcloud args match the official gcloud cli | |
# https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run | |
# | |
# run command: | |
# gcloud beta firebase test android run firebase.yaml:x86 | |
# | |
x86: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0. Accessing the Credit cards section | |
1. Verify the Autofill credit cards toggle on/off | |
2. Verify the Edit Saved Cards view | |
3. Cancel create bookmark folder | |
4. Edit bookmark folders | |
5. Move bookmark folders | |
6. Navigate in bookmarks folders | |
7. History multiple selection | |
8. Open in new tabs a multiple selection | |
9. Open multiple selection in private tabs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TOTALS[0][0]: 1 | |
TOTALS[0][1]: 0 | |
TOTALS[0][2]: 0 | |
TOTALS[0][3]: 0 | |
TOTALS[1][0]: 11 | |
TOTALS[1][1]: 142 | |
TOTALS[1][2]: 0 | |
TOTALS[1][3]: 0 | |
TOTALS[2][0]: 60 | |
TOTALS[2][1]: 39 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> show tables; | |
+--------------------------+ | |
| Tables_in_staging | | |
+--------------------------+ | |
| demo | | |
| projects | | |
| report_test_coverage | | |
| test_automation_coverage | | |
| test_automation_status | | |
| test_sub_suites | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Activated service account credentials for: [[email protected]] | |
Updated property [core/account]. | |
Updated property [core/project]. | |
version: v20.12.0 | |
revision: 68a4909735a2ecbedcaff735351ad6ee5f63aa38 | |
Warning: Failed to make bucket for moz-fenix | |
Cause: Sorry, that name is not available. Please try a different one. | |
AndroidArgs | |
gcloud: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
condition=0 | |
echo "STEP1" | |
export SHOULD_I_STOP=${condition} | |
if [[ ${SHOULD_I_STOP} == 1 ]]; then | |
echo "STEP2" | |
fi | |
if [[ ${SHOULD_I_STOP} == 1 ]]; then | |
echo "STEP3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
function semverParseInto() { | |
local RE='[^0-9]*\([0-9]*\)[.]\([0-9]*\)[.]\([0-9]*\)\([0-9A-Za-z-]*\)' | |
#MAJOR | |
eval $2=`echo $1 | sed -e "s#$RE#\1#"` | |
#MINOR | |
eval $3=`echo $1 | sed -e "s#$RE#\2#"` | |
#MINOR | |
eval $4=`echo $1 | sed -e "s#$RE#\3#"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
API=https://app.bitrise.io/app/6c06d3a40422d10f/all_stack_info | |
KEY=available_stacks | |
OUT=blob.json | |
local MAJOR=0 | |
local MINOR=0 | |
local PATCH=0 | |
local SPECIAL="" | |
. ./semver.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"url":"https://api.github.com/repos/mozilla-mobile/fenix/issues/15847","repository_url":"https://api.github.com/repos/mozilla-mobile/fenix","labels_url":"https://api.github.com/repos/mozilla-mobile/fenix/issues/15847/labels{/name}","comments_url":"https://api.github.com/repos/mozilla-mobile/fenix/issues/15847/comments","events_url":"https://api.github.com/repos/mozilla-mobile/fenix/issues/15847/events","html_url":"https://github.com/mozilla-mobile/fenix/issues/15847","id":719242685,"node_id":"MDU6SXNzdWU3MTkyNDI2ODU=","number":15847,"title":"Intermittent UI test failure - verifyAboutFirefoxPreview","user":{"login":"sv-ohorvath","id":4037709,"node_id":"MDQ6VXNlcjQwMzc3MDk=","avatar_url":"https://avatars2.githubusercontent.com/u/4037709?v=4","gravatar_id":"","url":"https://api.github.com/users/sv-ohorvath","html_url":"https://github.com/sv-ohorvath","followers_url":"https://api.github.com/users/sv-ohorvath/followers","following_url":"https://api.github.com/users/sv-ohorvath/following{/other_user}","gists_url" |
NewerOlder