Spaces:
Runtime error
Runtime error
Update my_axe_test.py
Browse files- my_axe_test.py +1 -1
my_axe_test.py
CHANGED
@@ -11,7 +11,7 @@ def test_url(url):
|
|
11 |
# Run axe accessibility checks.
|
12 |
results = axe.run()
|
13 |
# Write results to file
|
14 |
-
axe.write_results(results, 'a11y.json')
|
15 |
driver.close()
|
16 |
# Assert no violations are found
|
17 |
#assert len(results["violations"]) == 0, axe.report(results["violations"])
|
|
|
11 |
# Run axe accessibility checks.
|
12 |
results = axe.run()
|
13 |
# Write results to file
|
14 |
+
#axe.write_results(results, 'a11y.json')
|
15 |
driver.close()
|
16 |
# Assert no violations are found
|
17 |
#assert len(results["violations"]) == 0, axe.report(results["violations"])
|