Skip to content

Instantly share code, notes, and snippets.

View rpappalax's full-sized avatar

Richard Pappalardo rpappalax

View GitHub Profile
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
@rpappalax
rpappalax / gist:97eb51111ac032c2474ec9cd8083d6bb
Created October 15, 2021 20:20
new Flank replacement file
# 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:
@rpappalax
rpappalax / gist:d7cf0f291f024a624f1f24eea71036b1
Created September 30, 2021 13:03
Testrail - fenix - missing coverage (None, Partial, Full)
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
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
mysql> show tables;
+--------------------------+
| Tables_in_staging |
+--------------------------+
| demo |
| projects |
| report_test_coverage |
| test_automation_coverage |
| test_automation_status |
| test_sub_suites |
Activated service account credentials for: [moz-fenix@appspot.gserviceaccount.com]
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:
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"
#!/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#"`
#!/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
[{"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"