mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 06:46:38 +00:00
chore: move cypress-v2 to cypress
This commit is contained in:
5
scripts/cypress/fixtures/sampleFiles/1.json
Normal file
5
scripts/cypress/fixtures/sampleFiles/1.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"country": "Afghanistan",
|
||||
"city": ["Kabul"]
|
||||
}
|
||||
|
||||
4
scripts/cypress/fixtures/sampleFiles/2.json
Normal file
4
scripts/cypress/fixtures/sampleFiles/2.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"country": "Algeria",
|
||||
"city": ["Batna", "Bchar", "Skikda"]
|
||||
}
|
||||
4
scripts/cypress/fixtures/sampleFiles/3.json
Normal file
4
scripts/cypress/fixtures/sampleFiles/3.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"country": "Americal Samoa",
|
||||
"city": ["Tafuna"]
|
||||
}
|
||||
4
scripts/cypress/fixtures/sampleFiles/4.json
Normal file
4
scripts/cypress/fixtures/sampleFiles/4.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"country": "Angola",
|
||||
"city": ["Benguela", "Namibe"]
|
||||
}
|
||||
4
scripts/cypress/fixtures/sampleFiles/5.json
Normal file
4
scripts/cypress/fixtures/sampleFiles/5.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"country": "Anguilla",
|
||||
"city": ["South Hill"]
|
||||
}
|
||||
4
scripts/cypress/fixtures/sampleFiles/6.json
Normal file
4
scripts/cypress/fixtures/sampleFiles/6.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"country": "Argentina",
|
||||
"city": ["Almirante Brown", "Avellaneda", "Beha Blanca", "Crdoba"]
|
||||
}
|
||||
BIN
scripts/cypress/fixtures/sampleFiles/Financial Sample.xlsx
Normal file
BIN
scripts/cypress/fixtures/sampleFiles/Financial Sample.xlsx
Normal file
Binary file not shown.
16
scripts/cypress/fixtures/sampleFiles/iFrame.html
Normal file
16
scripts/cypress/fixtures/sampleFiles/iFrame.html
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<iframe
|
||||
class="nc-embed"
|
||||
src="http://localhost:3000/#/nc/base/7d4b551c-b5e0-41c9-a87b-f3984c21d2c7?embed"
|
||||
frameborder="0"
|
||||
width="100%"
|
||||
height="700"
|
||||
style="background: transparent; "></iframe>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
BIN
scripts/cypress/fixtures/sampleFiles/sample.xlsx
Normal file
BIN
scripts/cypress/fixtures/sampleFiles/sample.xlsx
Normal file
Binary file not shown.
BIN
scripts/cypress/fixtures/sampleFiles/simple.xlsx
Normal file
BIN
scripts/cypress/fixtures/sampleFiles/simple.xlsx
Normal file
Binary file not shown.
Reference in New Issue
Block a user