Skip to content

Instantly share code, notes, and snippets.

View hodehoujolive's full-sized avatar
🎯
Focusing

jolive.hodehou hodehoujolive

🎯
Focusing
View GitHub Profile
Selected country is : Afghanistan
Selected country is : Aland Islands
Selected country is : Albania
Selected country is : Algeria
Selected country is : American Samoa
Selected country is : Andorra
Selected country is : Angola
Selected country is : Anguilla
Selected country is : Antarctica
Selected country is : Antigua and Barbuda
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pytest = "*"
selenium = "*"

Culture

  • What do you like best about working there?
  • What do you like least?
  • How would you describe this company's culture? engineering culture?
  • What causes the most conflict among employees here?
  • What would you change if you could?
  • How has the company changed in the past five years? How do you think it will change in the next five?
  • How long has the longest serving team member been there?
  • What's the average or median tenure?
import json
import pytest
import selenium.webdriver
from os import environ
from selenium import webdriver
from selenium.common.exceptions import WebDriverException
from selenium.webdriver.remote.remote_connection import RemoteConnection
@hodehoujolive
hodehoujolive / Pipfile
Created May 31, 2022 21:09
The Pipfile file is intended to specify packages requirements for your Python application or library, both to development and execution.
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pytest = "*"
selenium = "*"
@hodehoujolive
hodehoujolive / example.py
Created April 26, 2021 13:27 — forked from ochen1/example.py
Google Login
from signal import pause
from rich.console import Console
from google_login import *
console = Console()
console.log("Initializing ChromeOptions...")
options = webdriver.ChromeOptions()
options.headless = False
@hodehoujolive
hodehoujolive / cypress-io-login
Created February 9, 2021 08:57
cypress io e2e test login
/// <reference types="Cypress" />
context('Startup', () => {
beforeEach(() => {
cy.visit('/login');
});
it('should fill login form and redirect to homepage', () => {
// Fill the username