Update tests with latest crawler (#1711)
tests: use 'latest' crawler release for testing, now that 1.1.x is released.
This commit is contained in:
parent
c5b808ba40
commit
4360e0c1b5
@ -243,7 +243,7 @@ def test_qa_page_data(
|
|||||||
assert page["qa"]["textMatch"] == 1.0
|
assert page["qa"]["textMatch"] == 1.0
|
||||||
assert page["qa"]["screenshotMatch"] == 1.0
|
assert page["qa"]["screenshotMatch"] == 1.0
|
||||||
assert page["qa"]["resourceCounts"] == {
|
assert page["qa"]["resourceCounts"] == {
|
||||||
"crawlGood": 15,
|
"crawlGood": 16,
|
||||||
"crawlBad": 0,
|
"crawlBad": 0,
|
||||||
"replayGood": 15,
|
"replayGood": 15,
|
||||||
"replayBad": 1,
|
"replayBad": 1,
|
||||||
@ -262,7 +262,7 @@ def test_qa_page_data(
|
|||||||
assert page["qa"]["textMatch"] == 1.0
|
assert page["qa"]["textMatch"] == 1.0
|
||||||
assert page["qa"]["screenshotMatch"] == 1.0
|
assert page["qa"]["screenshotMatch"] == 1.0
|
||||||
assert page["qa"]["resourceCounts"] == {
|
assert page["qa"]["resourceCounts"] == {
|
||||||
"crawlGood": 15,
|
"crawlGood": 16,
|
||||||
"crawlBad": 0,
|
"crawlBad": 0,
|
||||||
"replayGood": 15,
|
"replayGood": 15,
|
||||||
"replayBad": 1,
|
"replayBad": 1,
|
||||||
|
@ -22,7 +22,7 @@ crawler_channels:
|
|||||||
image: "docker.io/webrecorder/browsertrix-crawler:latest"
|
image: "docker.io/webrecorder/browsertrix-crawler:latest"
|
||||||
|
|
||||||
- id: test
|
- id: test
|
||||||
image: "docker.io/webrecorder/browsertrix-crawler:1.1.0-beta.4"
|
image: "docker.io/webrecorder/browsertrix-crawler:latest"
|
||||||
|
|
||||||
mongo_auth:
|
mongo_auth:
|
||||||
# specify either username + password (for local mongo)
|
# specify either username + password (for local mongo)
|
||||||
|
Loading…
Reference in New Issue
Block a user