mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Add visual test
This commit is contained in:
@@ -80,6 +80,14 @@ const testCases: TestsCase[] = [
|
||||
},
|
||||
screenshot: false,
|
||||
},
|
||||
{
|
||||
name: 'PDF (all pages)',
|
||||
url: '~gitbook/pdf?limit=100',
|
||||
},
|
||||
{
|
||||
name: 'PDF (only current page)',
|
||||
url: '~gitbook/pdf?page=Bw7LjWwgTjV8nIV4s7rs&only=yes&limit=100',
|
||||
},
|
||||
{
|
||||
name: 'Not found',
|
||||
url: 'content-not-found',
|
||||
@@ -306,6 +314,14 @@ const testCases: TestsCase[] = [
|
||||
},
|
||||
screenshot: false,
|
||||
},
|
||||
{
|
||||
name: 'PDF (all pages)',
|
||||
url: '~gitbook/pdf?limit=100',
|
||||
},
|
||||
{
|
||||
name: 'PDF (only current page)',
|
||||
url: '~gitbook/pdf?page=DfnNkU49mvLe2ythHAyx&only=yes&limit=100',
|
||||
},
|
||||
{
|
||||
name: 'Not found',
|
||||
url: 'content-not-found',
|
||||
|
||||
Reference in New Issue
Block a user