Snapshot exports (#1223)
* delete old exports * update test * tweaks and assets * install kittycad cli * fix weird typo * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
		@ -183,7 +183,7 @@ For more information on fuzzing you can check out
 | 
			
		||||
First time running plawright locally, you'll need to add the secrets file
 | 
			
		||||
```bash
 | 
			
		||||
touch ./e2e/playwright/playwright-secrets.env
 | 
			
		||||
echo 'token="your-token"' > ./e2e/playwright/playwright-secrets.env
 | 
			
		||||
echo 'token="your-token"\nsnapshottoken="your-snapshot-token"' > ./e2e/playwright/playwright-secrets2.env
 | 
			
		||||
```
 | 
			
		||||
then replace "your-token" with a dev token from dev.kittycad.io/account/api-tokens
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user