←back to thread

460 points flykespice | 1 comments | | HN request time: 0.204s | source
1. globular-toast ◴[] No.44325669[source]
Can you share "fixtures" amongst tests? For example, I wouldn't want to have to copy/paste the signup and login process for each type of user across hundreds of tests.

What about test isolation? Are people using something else to "prime" the service before/after running these tests?