Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a5dea51
Adding preprod url change
Mirudhula-Nadar Sep 19, 2024
552b004
Adding o11y preprod url
Mirudhula-Nadar Mar 19, 2025
238bfa9
Merge branch 'master' into a11y-sdk-preprod
Mirudhula-Nadar Mar 19, 2025
1fa814d
Master merge
bsautomation Apr 1, 2025
6f863a6
Master merge
bsautomation May 9, 2025
aa9674d
Master merge
bsautomation May 16, 2025
9789b2f
Master merge
bsautomation Aug 22, 2025
7705530
Master merge
bsautomation Sep 5, 2025
d3f3431
Master merge
bsautomation Oct 17, 2025
2c4b5e9
Master merge
bsautomation Oct 24, 2025
5bf263e
Master merge
bsautomation Nov 28, 2025
6664890
Master merge
bsautomation Dec 5, 2025
ff42421
Master merge
bsautomation Jan 9, 2026
edbf5f7
Master merge
bsautomation Jan 30, 2026
497d4eb
Master merge
bsautomation Feb 20, 2026
097c07e
Master merge
bsautomation Mar 6, 2026
7f9db9a
Master merge
bsautomation Apr 10, 2026
9324547
Master merge
bsautomation Apr 17, 2026
a810448
Master merge
bsautomation May 1, 2026
5a34e89
Master merge
bsautomation May 8, 2026
9eecf6c
Master merge
bsautomation May 15, 2026
eb95826
Master merge
bsautomation May 22, 2026
37e0d71
Master merge
bsautomation Jun 12, 2026
a753eac
Master merge
bsautomation Jun 19, 2026
1544871
Master merge
bsautomation Jun 26, 2026
bc813ef
Master merge
bsautomation Jul 3, 2026
4bb40cd
Master merge
bsautomation Jul 10, 2026
b80f562
Master merge
bsautomation Jul 24, 2026
ab0c046
Master merge
bsautomation Jul 31, 2026
42b6cb3
Master merge
bsautomation Aug 7, 2026
fae15fe
Master merge
bsautomation Aug 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/accessibility-automation/constants.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exports.API_URL = 'https://accessibility.browserstack.com/api';
exports.API_URL = 'https://accessibility-preprod.bsstag.com/api';
2 changes: 1 addition & 1 deletion bin/testObservability/helper/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
exports.consoleHolder = Object.assign({},console);
exports.BATCH_SIZE = 1000;
exports.BATCH_INTERVAL = 2000;
exports.API_URL = 'https://collector-observability.browserstack.com';
exports.API_URL = 'https://collector-observability-preprod.bsstag.com';

exports.IPC_EVENTS = {
LOG: 'testObservability:cypressLog',
Expand Down
Loading