We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6493249 commit a24d6efCopy full SHA for a24d6ef
applitools.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
3
apiKey: process.env.APPLITOOLS_API_KEY,
4
- serverUrl: "https://eyes.applitools.com",
+ serverUrl: "https://eyes.applitools.com", // Update this URL if you are not using the Eyes public cloud.
5
6
// Specify the number of visual checkpoints Applitools will perform in parallel.
7
// Warning: If you have a free account, then concurrency will be limited to 1.
0 commit comments