Skip to content
Open
Changes from all commits
Commits
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
6 changes: 2 additions & 4 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
const percySnapshot = require('@percy/puppeteer');
const puppeteer = require('puppeteer');
const TEST_URL = 'https://www.browserstack.com';
const TEST_URL = 'https://ci.bsstag.com/ ';
const TEST_WIDTHS = [375, 480, 720, 1280, 1440, 1920];



describe('Integration test with visual testing', function() {
it('Loads the homepage', async function () {
this.timeout(100000) //
console.log(TEST_URL);
console.log(TEST_URL+'/pricing');
this.timeout(100000) // ;
const browser = await puppeteer.launch();
const page = await browser.newPage();

Expand Down