{
"browsers": ["chrome", "firefox"],
"src": "./tests/**/*.js",
"assertionTimeout": 10000,
"pageLoadTimeout": 30000,
"selectorTimeout": 10000,
"quarantineMode": false,
"skipJsErrors": true,
"disablePageCaching": true,
"reporter": [
{
"name": "xunit",
"output": "artifacts/test-results/results.xml"
},
{
"name": "spec"
}
],
"screenshots": {
"fullPage": true,
"takeOnFails": true,
"pathPattern": "${TEST_ID}/${RUN_ID}_${FILE_INDEX}.png",
"path": "artifacts/screenshots"
},
"videoOptions": {
"singleFile": false,
"failedOnly": true,
"pathPattern": "${TEST_INDEX}/${RUN_ID}_${FILE_INDEX}.mp4"
},
"videoPath": "artifacts/recordings"
}
What is your Test Scenario?
I'm trying to create a petition on change.org, and share it to Facebook.
What is the Current behavior?
I'm able to log in to Facebook and initiate the Share, however the page hangs after clicking 'Post' in Facebook. The same thing happens if I also choose 'Cancel'.
I'm unable to manually test this in the TestCafe browser due to this issue.
What is the Expected behavior?
Expected behaviour would be for the page to re-direct when either clicking 'Cancel' or 'Post'
What is your web application and your TestCafe test code?
Your website URL (or attach your complete example):
www.change.org
Your complete test code (or attach your test files):
Your complete configuration file (if any):
Your complete test report:
Screenshots:
Steps to Reproduce:
Your Environment details: