This commit is contained in:
@@ -131,6 +131,8 @@ def test_screenshot(mock_screenshot_class):
|
||||
url = "http://localhost:8080/demo/2"
|
||||
response = requests.get(url)
|
||||
|
||||
print("Texte bruuuuuut :", response.text)
|
||||
|
||||
soup = BeautifulSoup(response.content, 'html.parser')
|
||||
content = soup.get_text()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user